LGCVAug 19, 2024

AIR: Analytic Imbalance Rectifier for Continual Learning

arXiv:2408.10349v19 citationsh-index: 8Has Code
Originality Highly original
AI Analysis

This addresses a practical issue in real-world AI applications where data is often imbalanced, offering a solution for class-incremental learning scenarios.

The paper tackles the problem of data imbalance in continual learning, where models ignore categories with fewer samples, by proposing the AIR algorithm which uses an analytic re-weighting module to balance class contributions, achieving significant performance improvements on multiple datasets.

Continual learning enables AI models to learn new data sequentially without retraining in real-world scenarios. Most existing methods assume the training data are balanced, aiming to reduce the catastrophic forgetting problem that models tend to forget previously generated data. However, data imbalance and the mixture of new and old data in real-world scenarios lead the model to ignore categories with fewer training samples. To solve this problem, we propose an analytic imbalance rectifier algorithm (AIR), a novel online exemplar-free continual learning method with an analytic (i.e., closed-form) solution for data-imbalanced class-incremental learning (CIL) and generalized CIL scenarios in real-world continual learning. AIR introduces an analytic re-weighting module (ARM) that calculates a re-weighting factor for each class for the loss function to balance the contribution of each category to the overall loss and solve the problem of imbalanced training data. AIR uses the least squares technique to give a non-discriminatory optimal classifier and its iterative update method in continual learning. Experimental results on multiple datasets show that AIR significantly outperforms existing methods in long-tailed and generalized CIL scenarios. The source code is available at https://github.com/fang-d/AIR.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes