paper-with-me

Papers

Adversarially Diversified Rehearsal Memory (ADRM): Mitigating Memory Overfitting Challenge in Continual Learning

2024-05-20 · Hikmat Khan, Ghulam Rasool, Nidhal Carla Bouaynaya

Continual learning focuses on learning non-stationary data distribution without forgetting previous knowledge. Rehearsal-based approaches are commonly used to combat catastrophic forgetting. However, these approaches suffer from a problem called "rehearsal memory overfitting, " where the model becomes too specialized on limited memory samples and loses its ability to generalize effectively. As a result, the effectiveness of the rehearsal memory progressively decays, ultimately resulting in catastrophic forgetting of the learned tasks. We introduce the Adversarially Diversified Rehearsal Memory (ADRM) to address the memory overfitting challenge. This novel method is designed to enrich memory sample diversity and bolster resistance against natural and adversarial noise disruptions. ADRM employs the FGSM attacks to introduce adversarially modified memory samples, achieving two primary objectives: enhancing memory diversity and fostering a robust response to continual feature drifts in memory samples. Our contributions are as follows: Firstly, ADRM addresses overfitting in rehearsal memory by employing FGSM to diversify and increase the complexity of the memory buffer. Secondly, we demonstrate that ADRM mitigates memory overfitting and significantly improves the robustness of CL models, which is crucial for safety-critical applications. Finally, our detailed analysis of features and visualization demonstrates that ADRM mitigates feature drifts in CL memory samples, significantly reducing catastrophic forgetting and resulting in a more resilient CL model. Additionally, our in-depth t-SNE visualizations of feature distribution and the quantification of the feature similarity further enrich our understanding of feature representation in existing CL approaches. Our code is publically available at https://github.com/hikmatkhan/ADRM.

📄 PDF Abstract BibTeX arXiv:2405.11829

Code (1)

hikmatkhan/adrm 공식 구현 pytorch

Tasks

Continual LearningDiversity

Similar Papers 제목 키워드 기반

Understanding the Role of Rehearsal Scale in Continual Learning under Varying Model Capacities

2026-02-24 · JinLi He, Liang Bai, Xian Yang arxiv

Rehearsal is one of the key techniques for mitigating catastrophic forgetting and has been widely adopted in continual learning algorithms due to its simplicity and practicality. However, the theoretical understanding of…

Continual Learning

FADRM: Fast and Accurate Data Residual Matching for Dataset Distillation

2025-06-30 · Jiacheng Cui, Xinyue Bi, Yaxin Luo, Xiaohan Zhao 외

Residual connection has been extensively studied and widely applied at the model architecture level. However, its potential in the more challenging data-centric approaches remains unexplored. In this work, we introduce t…

Computational EfficiencyDataset DistillationGPU

Amplitude-Domain Reflection Modulation for Active RIS-Assisted Wireless Communications

2025-03-27 · Jing Zhu, Qu, Luo, Zheng Chu 외

In this paper, we propose a novel active reconfigurable intelligent surface (RIS)-assisted amplitude-domain reflection modulation (ADRM) transmission scheme, termed as ARIS-ADRM. This innovative approach leverages the ad…

Brain-Inspired Continual Learning-Robust Feature Distillation and Re-Consolidation for Class Incremental Learning

2024-04-22 · Hikmat Khan, Nidhal Carla Bouaynaya, Ghulam Rasool

Artificial intelligence (AI) and neuroscience share a rich history, with advancements in neuroscience shaping the development of AI systems capable of human-like knowledge retention. Leveraging insights from neuroscience…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

ADRMX: Additive Disentanglement of Domain Features with Remix Loss

2023-08-12 · Berker Demirel, Erchan Aptoula, Huseyin Ozkan

The common assumption that train and test sets follow similar distributions is often violated in deployment settings. Given multiple source domains, domain generalization aims to create robust models capable of generaliz…

Data AugmentationDisentanglementDomain Generalization