paper-with-me

Papers

BECAME: BayEsian Continual Learning with Adaptive Model MErging

2025-04-03 · Mei Li, Yuxiang Lu, Qinyan Dai, Suizhi Huang, Yue Ding, Hongtao Lu

Continual Learning (CL) strives to learn incrementally across tasks while mitigating catastrophic forgetting. A key challenge in CL is balancing stability (retaining prior knowledge) and plasticity (learning new tasks). While representative gradient projection methods ensure stability, they often limit plasticity. Model merging techniques offer promising solutions, but prior methods typically rely on empirical assumptions and carefully selected hyperparameters. In this paper, we explore the potential of model merging to enhance the stability-plasticity trade-off, providing theoretical insights that underscore its benefits. Specifically, we reformulate the merging mechanism using Bayesian continual learning principles and derive a closed-form solution for the optimal merging coefficient that adapts to the diverse characteristics of tasks. To validate our approach, we introduce a two-stage framework named BECAME, which synergizes the expertise of gradient projection and adaptive merging. Extensive experiments show that our approach outperforms state-of-the-art CL methods and existing merging strategies.

📄 PDF Abstract BibTeX arXiv:2504.02666

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learningmodel

Similar Papers 제목 키워드 기반

Multi-label Classification via Adaptive Resonance Theory-based Clustering

2021-03-02 · Naoki Masuyama, Yusuke Nojima, Chu Kiong Loo, Hisao Ishibuchi

This paper proposes a multi-label classification algorithm capable of continual learning by applying an Adaptive Resonance Theory (ART)-based clustering algorithm and the Bayesian approach for label probability computati…

ClassificationClusteringContinual LearningGeneral Classification+2

AIMMerging: Adaptive Iterative Model Merging Using Training Trajectories for Language Model Continual Learning

2025-09-22 · Yujie Feng, Jian Li, Xiaoyu Dong, Pengfei Xu 외 arxiv

Continual learning (CL) is essential for deploying large language models (LLMs) in dynamic real-world environments without the need for costly retraining. Recent model merging-based methods have attracted significant att…

Continual Learning

Merge before Forget: A Single LoRA Continual Learning via Continual Merging

2025-12-28 · Fuli Qiao, Mehrdad Mahdavi arxiv

Parameter-efficient continual learning has emerged as a promising approach for large language models (LLMs) to mitigate catastrophic forgetting while enabling adaptation to new tasks. Current Low-Rank Adaptation (LoRA) c…

Continual Learning

Merging Models on the Fly Without Retraining: A Sequential Approach to Scalable Continual Model Merging

2025-01-16 · Anke Tang, Enneng Yang, Li Shen, Yong Luo 외

Deep model merging represents an emerging research direction that combines multiple fine-tuned models to harness their specialized capabilities across different tasks and domains. Current model merging techniques focus o…

Addressing Client Drift in Federated Continual Learning with Adaptive Optimization

2022-03-24 · Yeshwanth Venkatesha, Youngeun Kim, Hyoungseob Park, Yuhang Li 외

Federated learning has been extensively studied and is the prevalent method for privacy-preserving distributed learning in edge devices. Correspondingly, continual learning is an emerging field targeted towards learning …

Continual LearningFederated LearningPrivacy Preserving