English

GradMix: Gradient-based Selective Mixup for Robust Data Augmentation in Class-Incremental Learning

Machine Learning 2025-12-24 v2 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

In the context of continual learning, acquiring new knowledge while maintaining previous knowledge presents a significant challenge. Existing methods often use experience replay techniques that store a small portion of previous task data for training. In experience replay approaches, data augmentation has emerged as a promising strategy to further improve the model performance by mixing limited previous task data with sufficient current task data. However, we theoretically and empirically analyze that training with mixed samples from random sample pairs may harm the knowledge of previous tasks and cause greater catastrophic forgetting. We then propose GradMix, a robust data augmentation method specifically designed for mitigating catastrophic forgetting in class-incremental learning. GradMix performs gradient-based selective mixup using a class-based criterion that mixes only samples from helpful class pairs and not from detrimental class pairs for reducing catastrophic forgetting. Our experiments on various real datasets show that GradMix outperforms data augmentation baselines in accuracy by minimizing the forgetting of previous knowledge.

Keywords

Cite

@article{arxiv.2505.08528,
  title  = {GradMix: Gradient-based Selective Mixup for Robust Data Augmentation in Class-Incremental Learning},
  author = {Minsu Kim and Seong-Hyeon Hwang and Steven Euijong Whang},
  journal= {arXiv preprint arXiv:2505.08528},
  year   = {2025}
}

Comments

Accepted to KDD 2026

R2 v1 2026-06-28T23:31:23.968Z