paper-with-me

Papers

Parameter Importance-Driven Continual Learning for Foundation Models

2025-11-19 · Lingxiang Wang, Hainan Zhang, Zhiming Zheng arxiv

Domain-specific post-training often causes catastrophic forgetting, making foundation models lose their general reasoning ability and limiting their adaptability to dynamic real-world environments. Preserving general capabilities while acquiring downstream domain knowledge is a central challenge for large language and multimodal models. Traditional continual learning methods, such as regularization, replay and architectural isolation, suffer from poor downstream performance, reliance on inaccessible historical data, or additional parameter overhead. While recent parameter-efficient tuning (PET) methods can alleviate forgetting, their effectiveness strongly depends on the choice of parameters and update strategies. In this paper, we introduce PIECE, a Parameter Importance Estimation-based Continual Enhancement method that preserves general ability while efficiently learning domain knowledge without accessing prior training data or increasing model parameters. PIECE selectively updates only 0.1% of core parameters most relevant to new tasks, guided by two importance estimators: PIECE-F based on Fisher Information, and PIECE-S based on a second-order normalization that combines gradient and curvature information. Experiments across three language models and two multimodal models show that PIECE maintains general capabilities and achieves state-of-the-art continual learning performance across diverse downstream tasks. Our results highlight a practical path to scalable, domain-adaptive foundation models without catastrophic forgetting.

📄 PDF Abstract BibTeX arXiv:2511.15375

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Importance Driven Continual Learning for Segmentation Across Domains

2020-04-30 · Sinan Özgür Özgün, Anne-Marie Rickmann, Abhijit Guha Roy, Christian Wachinger

The ability of neural networks to continuously learn and adapt to new tasks while retaining prior knowledge is crucial for many applications. However, current neural networks tend to forget previously learned tasks when …

Brain SegmentationContinual LearningImage SegmentationMedical Image Segmentation+2

Elastic Weight Consolidation Done Right for Continual Learning

2026-03-19 · Xuan Liu, Xiaobin Chang arxiv

Weight regularization methods in continual learning (CL) alleviate catastrophic forgetting by assessing and penalizing changes to important model weights. Elastic Weight Consolidation (EWC) is a foundational and widely u…

Continual Learning

Relative Parameter Importance in Task-Agnostic Replay-Free Continual Learning

2026-08-01 · Malavika Suresh, Ikechukwu Nkisi-Orji, Nirmalie Wiratunga arxiv

Achieving continual learning (CL) with deep neural networks requires balancing stability and plasticity while enabling knowledge transfer. In this work, we focus on offline learning algorithms under the constraints: (I) …

Incremental LearningText ClassificationContinual LearningText Generation

Navigating the Reality Gap: On-Device Continual Adaptation of ASR for Clinical Telephony

2025-12-18 · Darshil Chauhan, Adityasinh Solanki, Vansh Patel, Kanav Kapoor 외 arxiv

Automatic Speech Recognition (ASR) can significantly reduce documentation burden in clinical workflows, but standard models degrade sharply in real-world telephony settings where noisy audio, dialectal variation, and str…

Continual LearningSpeech Recognition

ScrollNet: Dynamic Weight Importance for Continual Learning

2023-08-31 · Fei Yang, Kai Wang, Joost Van de Weijer

The principle underlying most existing continual learning (CL) methods is to prioritize stability by penalizing changes in parameters crucial to old tasks, while allowing for plasticity in other parameters. The importanc…

Continual Learning