paper-with-me

홈 › Papers

Sub-network Discovery and Soft-masking for Continual Learning of Mixed Tasks

2023-10-13 · Zixuan Ke, Bing Liu, Wenhan Xiong, Asli Celikyilmaz, Haoran Li

Continual learning (CL) has two main objectives: preventing catastrophic forgetting (CF) and encouraging knowledge transfer (KT). The existing literature mainly focused on overcoming CF. Some work has also been done on KT when the tasks are similar. To our knowledge, only one method has been proposed to learn a sequence of mixed tasks. However, these techniques still suffer from CF and/or limited KT. This paper proposes a new CL method to achieve both. It overcomes CF by isolating the knowledge of each task via discovering a subnetwork for it. A soft-masking mechanism is also proposed to preserve the previous knowledge and to enable the new task to leverage the past knowledge to achieve KT. Experiments using classification, generation, information extraction, and their mixture (i.e., heterogeneous tasks) show that the proposed method consistently outperforms strong baselines.

📄 PDF Abstract BibTeX arXiv:2310.09436

Code (1)

zixuanke/pycontinual 공식 구현 pytorch

Tasks

Continual LearningTransfer Learning

Similar Papers 제목 키워드 기반

Linguistic Entity Masking to Improve Cross-Lingual Representation of Multilingual Language Models for Low-Resource Languages

2025-01-10 · Aloka Fernando, Surangika Ranathunga

Multilingual Pre-trained Language models (multiPLMs), trained on the Masked Language Modelling (MLM) objective are commonly being used for cross-lingual tasks such as bitext mining. However, the performance of these mode…

Language ModellingSentiment Analysis

Revisiting Softmax Masking: Stop Gradient for Enhancing Stability in Replay-based Continual Learning

2023-09-26 · Hoyong Kim, Minchan Kwon, Kangil Kim

In replay-based methods for continual learning, replaying input samples in episodic memory has shown its effectiveness in alleviating catastrophic forgetting. However, the potential key factor of cross-entropy loss with …

Continual LearningIncremental Learning

Parameter-Level Soft-Masking for Continual Learning

2023-06-26 · Tatsuya Konishi, Mori Kurokawa, Chihiro Ono, Zixuan Ke 외

Existing research on task incremental learning in continual learning has primarily focused on preventing catastrophic forgetting (CF). Although several techniques have achieved learning with no CF, they attain it by lett…

Continual LearningIncremental LearningTransfer Learning

Offline Multi-agent Continual Cooperation via Skill Partition and Reuse

2026-06-24 · Yuchen Xiao, Lei Yuan, Ruiqi Xue, Tieyue Yin 외 arxiv

Extracting skills from multi-agent offline dataset improves learning efficiency via sharing task-invariant coordination skills among tasks. In settings where tasks occur sequentially and the space of skills grows exponen…

Soft-TransFormers for Continual Learning

2024-11-25 · Haeyong Kang, Chang D. Yoo

Inspired by Well-initialized Lottery Ticket Hypothesis (WLTH), which provides suboptimal fine-tuning solutions, we propose a novel fully fine-tuned continual learning (CL) method referred to as Soft-TransFormers (Soft-TF…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning