paper-with-me

홈 › Papers

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. However, recent results suggest that, despite balanced rehearsal allocation, some classes are forgotten substantially more than others. Despite its relevance, this imbalanced forgetting phenomenon remains underexplored. This work shows that imbalanced forgetting arises systematically and severely in rehearsal-based CIL and investigates it extensively. Specifically, we construct, from a principled analysis, three last-layer coefficients that capture different gradient-level sources of interference affecting each past class during an incremental step. We then demonstrate that, together, they reliably predict how past classes will rank in terms of forgetting at the end of that step. While predictive performance alone does not establish causality, these results support the interpretation of the coefficients as a plausible mechanistic account linking last-layer gradient-level interactions during training to class-level forgetting outcomes. Notably, one coefficient$\unicode{x2013}$capturing self-induced interference$\unicode{x2013}$emerges as the strongest predictor, with controlled experiments providing evidence consistent with this coefficient being influenced by the new-class interference coefficient. Overall, our findings provide valuable insights and suggest promising directions for mitigating imbalanced forgetting by reducing class-wise disparities in the identified sources of interference.

📄 PDF Abstract BibTeX arXiv:2605.14785

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learning

Similar Papers 제목 키워드 기반

Data-Free Generative Replay for Class-Incremental Learning on Imbalanced Data

2024-06-07 · Sohaib Younis, Bernhard Seeger

Continual learning is a challenging problem in machine learning, especially for image classification tasks with imbalanced datasets. It becomes even more challenging when it involves learning new classes incrementally. O…

class-incremental learningClass Incremental LearningContinual Learningimage-classification+3

An Investigation of the Combination of Rehearsal and Knowledge Distillation in Continual Learning for Spoken Language Understanding

2022-11-15 · Umberto Cappellazzo, Daniele Falavigna, Alessio Brutti

Continual learning refers to a dynamical framework in which a model receives a stream of non-stationary data over time and must adapt to new data while preserving previously acquired knowledge. Unluckily, neural networks…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+2

Overcoming Catastrophic Forgetting in Tabular Data Classification: A Pseudorehearsal-based approach

2024-07-12 · Pablo García-Santaclara, Bruno Fernández-Castro, Rebeca P. Díaz-Redondo

Continual learning (CL) poses the important challenge of adapting to evolving data distributions without forgetting previously acquired knowledge while consolidating new knowledge. In this paper, we introduce a new metho…

Continual LearningLifelong learning

MultIOD: Rehearsal-free Multihead Incremental Object Detector

2023-09-11 · Eden Belouadah, Arnaud Dapogny, Kevin Bailly

Class-Incremental learning (CIL) refers to the ability of artificial agents to integrate new classes as they appear in a stream. It is particularly interesting in evolving environments where agents have limited access to…

class-incremental learningClass Incremental LearningIncremental LearningObject+3

Mitigating Interference in the Knowledge Continuum through Attention-Guided Incremental Learning

2024-05-22 · Prashant Bhat, Bharath Renjith, Elahe Arani, Bahram Zonooz

Continual learning (CL) remains a significant challenge for deep neural networks, as it is prone to forgetting previously acquired knowledge. Several approaches have been proposed in the literature, such as experience re…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning