paper-with-me

홈 › Papers

Maintaining Discrimination and Fairness in Class Incremental Learning

2019-11-16 · CVPR 2020 6 · Bowen Zhao, Xi Xiao, Guojun Gan, Bin Zhang, Shu-Tao Xia

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 catastrophic forgetting. Firstly, we utilize KD to maintain the discrimination within old classes. Then, to further maintain the fairness between old classes and new classes, we propose Weight Aligning (WA) that corrects the biased weights in the FC layer after normal training process. Unlike previous work, WA does not require any extra parameters or a validation set in advance, as it utilizes the information provided by the biased weights themselves. The proposed method is evaluated on ImageNet-1000, ImageNet-100, and CIFAR-100 under various settings. Experimental results show that the proposed method can effectively alleviate catastrophic forgetting and significantly outperform state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1911.07053

Code (2)

g-u-n/pycil pytorch
wannaa/c-flat pytorch

Tasks

class-incremental learningClass Incremental LearningFairnessIncremental LearningKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Discrimination and Class Imbalance Aware Online Naive Bayes

2022-11-09 · Maryam Badar, Marco Fisichella, Vasileios Iosifidis, Wolfgang Nejdl

Fairness-aware mining of massive data streams is a growing and challenging concern in the contemporary domain of machine learning. Many stream learning algorithms are used to replace humans at critical decision-making po…

Decision MakingFairness

Parity-based Cumulative Fairness-aware Boosting

2022-01-04 · Vasileios Iosifidis, Arjun Roy, Eirini Ntoutsi

Data-driven AI systems can lead to discrimination on the basis of protected attributes like gender or race. One reason for this behavior is the encoded societal biases in the training data (e.g., females are underreprese…

Fairness

Optimal Fairness under Local Differential Privacy

2025-11-20 · Hrad Ghoukasian, Shahab Asoodeh arxiv

We investigate how to optimally design local differential privacy (LDP) mechanisms that reduce data unfairness and thereby improve fairness in downstream classification. We first derive a closed-form optimal mechanism fo…

Aleatoric and Epistemic Discrimination: Fundamental Limits of Fairness Interventions

2023-01-27 · NeurIPS 2023 11 · Hao Wang, Luxi He, Rui Gao, Flavio P. Calmon

Machine learning (ML) models can underperform on certain population groups due to choices made during model development and bias inherent in the data. We categorize sources of discrimination in the ML pipeline into two c…

FairnessMissing Values

GR4CIL: Gap-compensated Routing for CLIP-based Class Incremental Learning

2026-04-20 · Tianqi Wang, Jingcai Guo arxiv

Class-Incremental Learning (CIL) aims to continuously acquire new categories while preserving previously learned knowledge. Recently, Contrastive Language-Image Pre-trained (CLIP) models have shown strong potential for C…

class-incremental learningClass Incremental LearningZero-shot Generalization