DualMix: Unleashing the Potential of Data Augmentation for Online Class-Incremental Learning
Yunfeng Fan, Wenchao Xu, Haozhao Wang, Jiaqi Zhu, Junxiao Wang and, Song Guo

TL;DR
This paper introduces novel data augmentation strategies, EnMix and AdpMix, to improve online class-incremental learning by reducing catastrophic forgetting and handling class imbalance, validated through extensive experiments.
Contribution
The paper proposes two new data augmentation methods, EnMix and AdpMix, specifically designed for OCI learning to enhance model stability and class balance.
Findings
EnMix improves sample diversity while maintaining label consistency.
AdpMix effectively calibrates decision boundaries for old and new classes.
The methods outperform existing approaches on benchmark datasets.
Abstract
Online Class-Incremental (OCI) learning has sparked new approaches to expand the previously trained model knowledge from sequentially arriving data streams with new classes. Unfortunately, OCI learning can suffer from catastrophic forgetting (CF) as the decision boundaries for old classes can become inaccurate when perturbated by new ones. Existing literature have applied the data augmentation (DA) to alleviate the model forgetting, while the role of DA in OCI has not been well understood so far. In this paper, we theoretically show that augmented samples with lower correlation to the original data are more effective in preventing forgetting. However, aggressive augmentation may also reduce the consistency between data and corresponding labels, which motivates us to exploit proper DA to boost the OCI performance and prevent the CF problem. We propose the Enhanced Mixup (EnMix) method…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsMixup
