paper-with-me

홈 › Papers

Gradient Reweighting: Towards Imbalanced Class-Incremental Learning

2024-02-28 · CVPR 2024 1 · Jiangpeng He, Fengqing Zhu

Class-Incremental Learning (CIL) trains a model to continually recognize new classes from non-stationary data while retaining learned knowledge. A major challenge of CIL arises when applying to real-world data characterized by non-uniform distribution, which introduces a dual imbalance problem involving (i) disparities between stored exemplars of old tasks and new class data (inter-phase imbalance), and (ii) severe class imbalances within each individual task (intra-phase imbalance). We show that this dual imbalance issue causes skewed gradient updates with biased weights in FC layers, thus inducing over/under-fitting and catastrophic forgetting in CIL. Our method addresses it by reweighting the gradients towards balanced optimization and unbiased classifier learning. Additionally, we observe imbalanced forgetting where paradoxically the instance-rich classes suffer higher performance degradation during CIL due to a larger amount of training data becoming unavailable in subsequent learning phases. To tackle this, we further introduce a distribution-aware knowledge distillation loss to mitigate forgetting by aligning output logits proportionally with the distribution of lost training data. We validate our method on CIFAR-100, ImageNetSubset, and Food101 across various evaluation protocols and demonstrate consistent improvements compared to existing works, showing great potential to apply CIL in real-world scenarios with enhanced robustness and effectiveness.

📄 PDF Abstract BibTeX arXiv:2402.18528

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningIncremental 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 제목 키워드 기반

Gradient-based Sampling for Class Imbalanced Semi-supervised Object Detection

2024-03-22 · ICCV 2023 1 · Jiaming Li, Xiangru Lin, Wei zhang, Xiao Tan 외

Current semi-supervised object detection (SSOD) algorithms typically assume class balanced datasets (PASCAL VOC etc.) or slightly class imbalanced datasets (MS-COCO, etc). This assumption can be easily violated since rea…

object-detectionObject DetectionSemi-Supervised Object Detection

Harmonized Gradient Descent for Class Imbalanced Data Stream Online Learning

2025-08-15 · Han Zhou, Hongpeng Yin, Xuanhong Deng, Yuyu Huang 외 arxiv

Many real-world data are sequentially collected over time and often exhibit skewed class distributions, resulting in imbalanced data streams. While existing approaches have explored several strategies, such as resampling…

Learning Class Difficulty via Dynamic Focal Attention for Histopathology Segmentation

2026-04-15 · Lakmali Nadeesha Kumari, Sen-Ching Samson Cheung arxiv

Frequency-based loss reweighting, the standard remedy for imbalanced histopathology segmentation, implicitly assumes that rare classes are difficult. Yet difficulty also arises from morphological variability, boundary am…

Semantic Segmentation

When resampling/reweighting improves feature learning in imbalanced classification?: A toy-model study

2024-09-09 · Tomoyuki Obuchi, Toshiyuki Tanaka

A toy model of binary classification is studied with the aim of clarifying the class-wise resampling/reweighting effect on the feature learning performance under the presence of class imbalance. In the analysis, a high-d…

Binary Classificationimbalanced classification

Understanding Imbalanced Forgetting in Rehearsal-Based Class-Incremental Learning

2026-05-14 · Alberto Tamajo, Srinandan Dasmahapatra, Rahman Attar arxiv

Neural networks suffer from catastrophic forgetting in class-incremental learning (CIL) settings. Rehearsal$\unicode{x2013}$replaying a subset of past samples$\unicode{x2013}$is a well-established mitigation strategy. Ho…

class-incremental learning