解决无样本增量学习中旧类别分类偏倚问题
Adaptive Margin Global Classifier for Exemplar-Free Class-Incremental Learning
- 基于分布的全局分类器,缓解数据不平衡带来的偏差
- 通过方差扩大模拟旧类别特征退化,提升分类鲁棒性
- 方法简单有效,适合对旧类别保持敏感的持续学习场景
无样本增量学习(EFCIL)面临旧类别样本缺失的挑战。由于新旧类别样本数量严重失衡,模型易偏向新类别。同时,持续更新特征提取器会削弱旧类别的判别能力,导致类别特征分布变得松散且重叠。现有方法多聚焦于解决分类器偏倚问题。本文提出兼顾两类问题的新方法:首先引入基于分布的全局分类器(DBGC),避免数据不平衡与采样偏差;更重要的是,通过简单的方差扩大(VE)操作模拟旧类别特征分布退化,并结合DBGC设计新型分类损失。该损失被证明等价于自适应边缘Softmax交叉熵(AMarX),故称自适应边缘全局分类器(AMGC)。实验表明,AMGC在具有挑战性的EFCIL设置下独立即可取得优异图像分类性能。详细分析进一步验证其有效性。
原文摘要 · Abstract (English)
Exemplar-free class-incremental learning (EFCIL) presents a significant challenge as the old class samples are absent for new task learning. Due to the severe imbalance between old and new class samples, the learned classifiers can be easily biased toward the new ones. Moreover, continually updating the feature extractor under EFCIL can compromise the discriminative power of old class features, e.g., leading to less compact and more overlapping distributions across classes. Existing methods mainly focus on handling biased classifier learning. In this work, both cases are considered using the proposed method. Specifically, we first introduce a Distribution-Based Global Classifier (DBGC) to avoid bias factors in existing methods, such as data imbalance and sampling. More importantly, the compromised distributions of old classes are simulated via a simple operation, variance enlarging (VE). Incorporating VE based on DBGC results in a novel classification loss for EFCIL. This loss is proven equivalent to an Adaptive Margin Softmax Cross Entropy (AMarX). The proposed method is thus called Adaptive Margin Global Classifier (AMGC). AMGC is simple yet effective. Extensive experiments show that AMGC achieves superior image classification results on its own under a challenging EFCIL setting. Detailed analysis is also provided for further demonstration.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。