paper-with-me

Papers

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

2025-05-13 · Minsu Kim, Seong-Hyeon Hwang, Steven Euijong Whang

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.

📄 PDF Abstract BibTeX arXiv:2505.08528

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningContinual LearningData AugmentationIncremental Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Informed Mixing -- Improving Open Set Recognition via Attribution-based Augmentation

2025-05-19 · Jiawen Xu, Odej Kao, Margret Keuper

Open set recognition (OSR) is devised to address the problem of detecting novel classes during model inference. Even in recent vision models, this remains an open issue which is receiving increasing attention. Thereby, a…

Data AugmentationOpen Set LearningOut-of-Distribution DetectionSelf-Supervised Learning

GradMix for nuclei segmentation and classification in imbalanced pathology image datasets

2022-10-24 · Tan Nhu Nhat Doan, Kyungeun Kim, Boram Song, Jin Tae Kwak

An automated segmentation and classification of nuclei is an essential task in digital pathology. The current deep learning-based approaches require a vast amount of annotated datasets by pathologists. However, the exist…

ClassificationData AugmentationSegmentation

Selective Volume Mixup for Video Action Recognition

2023-09-18 · Yi Tan, Zhaofan Qiu, Yanbin Hao, Ting Yao 외

The recent advances in Convolutional Neural Networks (CNNs) and Vision Transformers have convincingly demonstrated high learning capability for video action recognition on large datasets. Nevertheless, deep models often …

Action RecognitionImage AugmentationTemporal Action Localization

RC-Mixup: A Data Augmentation Strategy against Noisy Data for Regression Tasks

2024-05-28 · Seong-Hyeon Hwang, Minsu Kim, Steven Euijong Whang

We study the problem of robust data augmentation for regression tasks in the presence of noisy data. Data augmentation is essential for generalizing deep learning models, but most of the techniques like the popular Mixup…

Data Augmentationregression

GradMix: Multi-source Transfer across Domains and Tasks

2020-02-09 · Junnan Li, Ziwei Xu, Yongkang Wong, Qi Zhao 외

The computer vision community is witnessing an unprecedented rate of new tasks being proposed and addressed, thanks to the deep convolutional networks' capability to find complex mappings from X to Y. The advent of each …

Action RecognitionMeta-LearningTransfer Learning