paper-with-me

홈 › Papers

Continual Knowledge Consolidation LORA for Domain Incremental Learning

2025-10-17 · Naeem Paeedeh, Mahardhika Pratama, Weiping Ding, Jimmy Cao, Wolfgang Mayer, Ryszard Kowalczyk arxiv

Domain Incremental Learning (DIL) is a continual learning sub-branch that aims to address never-ending arrivals of new domains without catastrophic forgetting problems. Despite the advent of parameter-efficient fine-tuning (PEFT) approaches, existing works create task-specific LoRAs overlooking shared knowledge across tasks. Inaccurate selection of task-specific LORAs during inference results in significant drops in accuracy, while existing works rely on linear or prototype-based classifiers, which have suboptimal generalization powers. Our paper proposes continual knowledge consolidation low rank adaptation (CONEC-LoRA) addressing the DIL problems. CONEC-LoRA is developed from consolidations between task-shared LORA to extract common knowledge and task-specific LORA to embrace domain-specific knowledge. Unlike existing approaches, CONEC-LoRA integrates the concept of a stochastic classifier whose parameters are sampled from a distribution, thus enhancing the likelihood of correct classifications. Last but not least, an auxiliary network is deployed to optimally predict the task-specific LoRAs for inferences and implements the concept of a different-depth network structure in which every layer is connected with a local classifier to take advantage of intermediate representations. This module integrates the ball-generator loss and transformation module to address the synthetic sample bias problem. Our rigorous experiments demonstrate the advantage of CONEC-LoRA over prior arts in 4 popular benchmark problems with over 5% margins.

📄 PDF Abstract BibTeX arXiv:2510.16077

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningIncremental LearningContinual Learning

Similar Papers 제목 키워드 기반

EVCL: Elastic Variational Continual Learning with Weight Consolidation

2024-06-23 · Hunar Batra, Ronald Clark

Continual learning aims to allow models to learn new tasks without forgetting what has been learned before. This work introduces Elastic Variational Continual Learning with Weight Consolidation (EVCL), a novel hybrid mod…

Continual LearningIncremental Learning

Few-Shot Domain Incremental Learning via Continual Vision-Language Consolidation

2026-06-29 · Naeem Paeedeh, Mahardhika Pratama, Wolfgang Mayer, Mukesh Prasad 외 arxiv

Existing domain-incremental learning (DIL) strategies call for massive amounts of data to adapt to new domains and suffer from the overfitting problem in the case of data scarcity. This paper puts forward a relatively un…

parameter-efficient fine-tuningIncremental LearningGeneral Knowledge

CEL: A Continual Learning Model for Disease Outbreak Prediction by Leveraging Domain Adaptation via Elastic Weight Consolidation

2024-01-17 · Saba Aslam, Abdur Rasool, Hongyan Wu, XiaoLi Li

Continual learning, the ability of a model to learn over time without forgetting previous knowledge and, therefore, be adaptive to new data, is paramount in dynamic fields such as disease outbreak prediction. Deep neural…

Continual LearningDomain Adaptation

Semi-parametric Memory Consolidation: Towards Brain-like Deep Continual Learning

2025-04-20 · Geng Liu, Fei Zhu, Rong Feng, Zhiqiang Yi 외

Humans and most animals inherently possess a distinctive capacity to continually acquire novel experiences and accumulate worldly knowledge over time. This ability, termed continual learning, is also critical for deep ne…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Meta-Consolidation for Continual Learning

2020-10-01 · NeurIPS 2020 12 · K J Joseph, Vineeth N. Balasubramanian

The ability to continuously learn and adapt itself to new tasks, without losing grasp of already acquired knowledge is a hallmark of biological learning systems, which current deep learning systems fall short of. In this…

Continual Learning