paper-with-me

Papers

Mitigating Interference in the Knowledge Continuum through Attention-Guided Incremental Learning

2024-05-22 · Prashant Bhat, Bharath Renjith, Elahe Arani, Bahram Zonooz

Continual learning (CL) remains a significant challenge for deep neural networks, as it is prone to forgetting previously acquired knowledge. Several approaches have been proposed in the literature, such as experience rehearsal, regularization, and parameter isolation, to address this problem. Although almost zero forgetting can be achieved in task-incremental learning, class-incremental learning remains highly challenging due to the problem of inter-task class separation. Limited access to previous task data makes it difficult to discriminate between classes of current and previous tasks. To address this issue, we propose `Attention-Guided Incremental Learning' (AGILE), a novel rehearsal-based CL approach that incorporates compact task attention to effectively reduce interference between tasks. AGILE utilizes lightweight, learnable task projection vectors to transform the latent representations of a shared task attention module toward task distribution. Through extensive empirical evaluation, we show that AGILE significantly improves generalization performance by mitigating task interference and outperforming rehearsal-based approaches in several CL scenarios. Furthermore, AGILE can scale well to a large number of tasks with minimal overhead while remaining well-calibrated with reduced task-recency bias.

📄 PDF Abstract BibTeX arXiv:2405.13978

Code (1)

NeurAI-Lab/AGILE 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Similar Papers 제목 키워드 기반

Continuum: Simple Management of Complex Continual Learning Scenarios

2021-02-11 · Arthur Douillard, Timothée Lesort

Continual learning is a machine learning sub-field specialized in settings with non-iid data. Hence, the training data distribution is not static and drifts through time. Those drifts might cause interferences in the tra…

Continual LearningManagement

Why Fine-Tuning Encourages Hallucinations and How to Fix It

2026-04-16 · Guy Kaplan, Zorik Gekhman, Zhen Zhu, Lotem Rozner 외 arxiv

Large language models are prone to hallucinating factually incorrect statements. A key source of these errors is exposure to new factual information through supervised fine-tuning (SFT), which can increase hallucinations…

Continual Learning

HLT-MT: High-resource Language-specific Training for Multilingual Neural Machine Translation

2022-07-11 · Jian Yang, Yuwei Yin, Shuming Ma, Dongdong Zhang 외

Multilingual neural machine translation (MNMT) trained in multiple language pairs has attracted considerable attention due to fewer model parameters and lower training costs by sharing knowledge among multiple languages.…

DecoderMachine TranslationTranslation

Revisiting Weight Regularization for Low-Rank Continual Learning

2026-02-19 · Yaoyue Zheng, Yin Zhang, Joost van de Weijer, Gido M van de Ven 외 arxiv

Continual Learning (CL) with large-scale pre-trained models (PTMs) has recently gained wide attention, shifting the focus from training from scratch to continually adapting PTMs. This has given rise to a promising paradi…

Continual Learning

Learning Attentional Mixture of LoRAs for Language Model Continual Learning

2024-09-29 · Jialin Liu, Jianhua Wu, Jie Liu, Yutai Duan

Fine-tuning large language models (LLMs) with Low-Rank adaption (LoRA) is widely acknowledged as an effective approach for continual learning for new tasks. However, it often suffers from catastrophic forgetting when dea…

Continual LearningLanguage ModelingLanguage Modelling