Maintaining Discrimination and Fairness in Class Incremental Learning
Bowen Zhao, Xi Xiao, Guojun Gan, Bin Zhang, Shutao Xia

TL;DR
This paper introduces a simple method combining knowledge distillation and weight aligning to reduce catastrophic forgetting in class incremental learning, improving discrimination and fairness without extra parameters.
Contribution
It proposes Weight Aligning (WA), a novel technique to correct biased weights in the last FC layer, enhancing fairness between old and new classes without additional validation data.
Findings
Effective in maintaining discrimination within old classes.
Significantly outperforms state-of-the-art methods on benchmark datasets.
Reduces catastrophic forgetting in class incremental learning.
Abstract
Deep neural networks (DNNs) have been applied in class incremental learning, which aims to solve common real-world problems of learning new classes continually. One drawback of standard DNNs is that they are prone to catastrophic forgetting. Knowledge distillation (KD) is a commonly used technique to alleviate this problem. In this paper, we demonstrate it can indeed help the model to output more discriminative results within old classes. However, it cannot alleviate the problem that the model tends to classify objects into new classes, causing the positive effect of KD to be hidden and limited. We observed that an important factor causing catastrophic forgetting is that the weights in the last fully connected (FC) layer are highly biased in class incremental learning. In this paper, we propose a simple and effective solution motivated by the aforementioned observations to address…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Maintaining Discrimination and Fairness in Class Incremental Learning· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · COVID-19 diagnosis using AI
MethodsKnowledge Distillation
