paper-with-me

홈 › Papers

KIF: Knowledge Identification and Fusion for Language Model Continual Learning

2024-08-09 · Yujie Feng, Xu Chu, Yongxin Xu, Zexin Lu, Bo Liu, Philip S. Yu, Xiao-Ming Wu

Language model continual learning (CL) has recently attracted significant interest for its ability to adapt large language models (LLMs) to dynamic real-world scenarios without retraining. A major challenge in this domain is catastrophic forgetting, where models lose previously acquired knowledge upon learning new tasks. Existing approaches commonly utilize multiple parameter-efficient fine-tuning (PEFT) blocks to acquire task-specific knowledge, yet these methods are inefficient and fail to leverage potential knowledge transfer across tasks. In this paper, we introduce a novel CL framework for language models, named Knowledge Identification and Fusion (KIF), which boosts knowledge transfer without depending on memory replay. KIF initially segregates the model into 'skill units' based on parameter dependencies, allowing for more precise control. Subsequently, it employs a novel group-wise knowledge identification technique to ascertain the importance distribution of skill units for a new task. By comparing this importance distribution with those from previous tasks, we implement a fine-grained knowledge fusion strategy that retains task-specific knowledge, thereby preventing forgetting, and updates task-shared knowledge, which facilitates bi-directional knowledge transfer. As a result, KIF achieves an optimal balance between retaining prior knowledge and excelling in new tasks. KIF also demonstrates strong generalizability, making it suitable for various base models and adaptable to PEFT methods like LoRA. Furthermore, it offers notable extensibility, supporting enhancements through integration with memory replay techniques. Comprehensive experiments conducted on two CL benchmarks, involving models ranging from 220M to 7B parameters, affirm the effectiveness of KIF and its variants across different settings.

📄 PDF Abstract BibTeX arXiv:2408.05200

Code (1)

WoodScene/TaSL 공식 구현 pytorch

Tasks

Continual LearningLanguage ModelingLanguage Modellingparameter-efficient fine-tuningTransfer Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Recurrent Knowledge Identification and Fusion for Language Model Continual Learning

2025-02-22 · Yujie Feng, Xujia Wang, Zexin Lu, Shenghong Fu 외

Continual learning (CL) is crucial for deploying large language models (LLMs) in dynamic real-world environments without costly retraining. While recent model ensemble and model merging methods guided by parameter import…

Continual LearningLanguage ModelingLanguage ModellingTransfer Learning

Lamer-SSL: Layer-aware Mixture of LoRA Experts for Continual Multilingual Expansion of Self-supervised Models without Forgetting

2026-02-13 · Jing Xu, Minglin Wu, Xueyuan Chen, Xixin Wu 외 arxiv

Despite their impressive performance, self-supervised speech models often struggle to generalize to new languages and tend to forget previously acquired knowledge during continual training. To address this, we propose La…

Language IdentificationSpeech Recognition

Knowledge Grafting of Large Language Models

2025-05-24 · Guodong Du, Xuanning Zhou, Junlin Li, Zhuo Li 외

Cross-capability transfer is a key challenge in large language model (LLM) research, with applications in multi-task integration, model compression, and continual learning. Recent works like FuseLLM and FuseChat have dem…

Continual LearningKnowledge DistillationLarge Language ModelModel Compression+1

Synthetic Data is an Elegant GIFT for Continual Vision-Language Models

2025-03-06 · CVPR 2025 1 · Bin Wu, Wuxuan Shi, Jinqiao Wang, Mang Ye

Pre-trained Vision-Language Models (VLMs) require Continual Learning (CL) to efficiently update their knowledge and adapt to various downstream tasks without retraining from scratch. However, for VLMs, in addition to the…

Continual LearningImage Generation

Federated Continual Learning via Knowledge Fusion: A Survey

2023-12-27 · Xin Yang, Hao Yu, Xin Gao, Hao Wang 외

Data privacy and silos are nontrivial and greatly challenging in many real-world applications. Federated learning is a decentralized approach to training models across multiple local clients without the exchange of raw d…

Continual LearningFederated LearningSurvey