AIR: Analytic Imbalance Rectifier for Continual Learning
Di Fang, Yinan Zhu, Runze Fang, Cen Chen, Ziqian Zeng and, Huiping Zhuang

TL;DR
The paper introduces AIR, an online continual learning method with an analytic solution that effectively addresses data imbalance and class-incremental learning challenges, outperforming existing approaches.
Contribution
AIR provides a novel analytic re-weighting module and a least squares-based classifier for balanced continual learning without exemplars.
Findings
AIR outperforms existing methods in long-tailed scenarios.
AIR effectively handles generalized class-incremental learning.
The method is exemplar-free and computationally efficient.
Abstract
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…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications
