Ghy0501/Awesome-Continual-Learning-in-Generative-Models

A Comprehensive Survey on Continual Learning in Generative Models.

174

33 commits

updated Jun 1, 2026

See the code

README

Awesome-Continual-Learning-in-Generative-Models

✨ Motivation

The remarkable progress of generative models has equipped AI systems with human-level capabilities in content generation. Yet, their practical deployment is hindered by catastrophic forgetting—a fundamental issue where learning new tasks erases previously acquired knowledge. Despite growing interest, no comprehensive survey exists to systematically categorize and analyze continual learning methods for mainstream generative models (e.g., Large Language Models, Multimodal Large Language Models, Vision-Language Action Models and Diffusion Models). This work fills the gap by:

  • Classifying​​ solutions into architecture-based, regularization-based, and replay-based paradigms, aligning with human-like memory mechanisms.
  • Analyzing​​ task adaptations, benchmarks, and model backbones to reveal key insights.
  • Prospecting​​ future directions for continual learning in generative models, paving the way for scalable and adaptable intelligence.

overall

📰 News

  • 2026.06: 🔥🔥🔥 Community Highlight: Check out MCITlib, an open-source framework for Multimodal Continual Instruction Tuning. It provides out-of-the-box training and evaluation pipelines for 10+ methods across both image and video modalities, fully compatible with 4 diverse base models.
  • 2026.01: We have updated the repository to include relevant papers accepted to ICLR 2026. If you notice any omissions or have any questions, please feel free to open an issue!
  • 2025.12: We have released MCITlib, the first complete open-source codebase providing benchmarks and methods for Multimodal Continual Instruction Tuning. The code is open sourced here.
  • 2025.07: Check out our new work: "Federated Continual Instruction Tuning" (ICCV 2025). The code is open sourced here.
  • 2025.07: We have updated recent public work on continual learning in generative models. If you notice any omissions, please feel free to contact us!
  • 2025.06: We released our survey paper "A Comprehensive Survey on Continual Learning in Generative Models". Feel free to cite or open pull requests!
  • 2025.06: We released a repository on continual learning in generative models, and a corresponding survey will be available soon.

📖 Framework

⚖️ Benchmarks for Continual Learning in Generative Models

Large Language Model

Multimodal Large Language Model

Vision-Language Action Model

Diffusion Model

🔖 Continual Learning in Large Language Model

Architecture-based Approaches

Regularization-based Approaches

Replay-based Approaches

PaperVenueCode
Mutual-pairing Data Augmentation for Fewshot Continual Relation ExtractionNAACL 2025-
Empowering Math Problem Generation and Reasoning for Large Language Model via Synthetic Data based Continual Learning FrameworkEMNLP 2025-
Data-Efficient Selection via Grammatical Complexity in Continual Pre-training of Domain-Specific LLMsEMNLP 2025Code
Towards Effective and Efficient Continual Pre-training of Large Language ModelsACL 2025Code
Efficient Domain Continual pretraining by Mitigating the Stability GapACL 2025-
Don't Half-listen: Capturing Key-part Information in Continual Instruction TuningACL 2025-
Reviving Dormant Memories: Investigating Catastrophic Forgetting in Language Models through Rationale-Guidance DifficultyarXiv 2024.11Code
Towards Practical Tool Usage for Continually Learning LLMsarXiv 2024.04-
D-CPT Law: Domain-specific Continual Pre-Training Scaling Law for Large Language ModelsNeurIPS 2024-
InsCL: A Data-efficient Continual Learning Paradigm for Fine-tuning Large Language Models with InstructionsNAACL 2024Code
Overcoming Catastrophic Forgetting by Exemplar Selection in Task-oriented Dialogue SystemACL findings 2024-
Mitigating catastrophic forgetting in large language models with self-synthesized rehearsalACL 2024Code
Continual Learning with Dirichlet Generative-based RehearsalarXiv 2023.09-
Generative Replay Inspired by Hippocampal Memory Indexing for Continual Language LearningEACL 2023Code
Prompt Conditioned VAE: Enhancing Generative Replay for Lifelong Learning in Task-Oriented DialogueEMNLP 2022Code
Fine-tuned Language Models are Continual LearnersEMNLP 2022Code
LAMOL: LAnguage MOdeling for Lifelong Language LearningICLR 2020Code

RL / RFT-based Approaches

👓 Continual Learning in Multimodal Large Language Model

Architecture-based Approaches

PaperVenueCode
SAME: Stabilized Mixture-of-Experts for Multimodal Continual Instruction TuningICML 2026-
PCLR: Progressively Compressed LoRA for Multimodal Continual Instruction TuningICLR 2026-
On Token's Dilemma: Dynamic MoE with Drift-Aware Token Assignment for Continual Learning of Large Vision Language ModelsCVPR 2026-
LoRA in LoRA: Towards Parameter-Efficient Architecture Expansionfor Continual Visual Instruction TuningAAAI 2026-
MLLM-CL: Continual Learning for Multimodal Large Language ModelsarXiv 2025.06Code
LLaVA-CMoE: Towards Continual Mixture of Experts for Large Vision-Language ModelsarXiv 2025.03-
Large Continual Instruction AssistantICML 2025Code
Dynamic Mixture of Curriculum LoRA Experts for Continual Multimodal Instruction TuningICML 2025Code
SMoLoRA: Exploring and Defying Dual Catastrophic Forgetting in Continual Visual Instruction TuningICCV 2025Code
Federated Continual Instruction TuningICCV 2025Code
ModalPrompt: Dual-Modality Guided Prompt for Continual Learning of Large Multimodal ModelsEMNLP 2025-
CL-MoE: Enhancing Multimodal Large Language Model with Dual Momentum Mixture-of-Experts for Continual Visual Question AnsweringCVPR 2025Code
Progressive LoRA for Multimodal Continual Instruction TuningACL findings 2025Code
HiDe-LLaVA: Hierarchical Decoupling for Continual Instruction Tuning of Multimodal Large Language ModelACL 2025Code
Enhancing Multimodal Continual Instruction Tuning with BranchLoRAACL 2025Code
Continual LLaVA: Continual Instruction Tuning in Large Vision-Language ModelsarXiv 2024.11Code
Clumo: Cluster-based Modality Fusion Prompt for Continual Learning in Visual Question AnsweringarXiv 2024.08-
Beyond Anti-Forgetting: Multimodal Continual Instruction Tuning with Positive Forward TransferarXiv 2024.01-
CoIN: A Benchmark of Continual Instruction Tuning for Multimodal Large Language ModelsNeurIPS 2024Code
Empowering Large Language Model for Continual Video Question Answering with Collaborative PromptingEMNLP 2024Code
Continual Instruction Tuning for Large Multimodal ModelsarXiv 2023.11-
Task-Attentive Transformer Architecture for Continual Learning of Vision-and-Language Tasks Using Knowledge DistillationEMNLP findings 2023Code
Decouple Before Interact: Multi-Modal Prompt Learning for Continual Visual Question AnsweringCVPR 2023-

Regularization-based Approaches

PaperVenueCode
Multimodal Continual Instruction Tuning with Dynamic Gradient GuidanceICML 2026Code
KeepLoRA: Continual Learning with Residual Gradient AdaptationICLR 2026-
Octopus: History-Free Gradient Orthogonalization for Continual Learning in Multimodal Large Language ModelsCVPR 2026-
LLaVA-c: Continual Improved Visual Instruction TuningarXiv 2025.06-
Bisecle: Binding and Separation in Continual Learning for Video Language UnderstandingNeruIPS 2025Code
SEFE: Superficial and Essential Forgetting Eliminator for Multimodal Continual Instruction TuningICML 2025Code
Learn from Downstream and Be Yourself in Multimodal Large Language Model Fine-TuningICML 2025-
No Images, No Problem: Retaining Knowledge in Continual VQA with Questions-Only MemoryICCV 2025Code
LoRASculpt: Sculpting LoRA for Harmonizing General and Specialized Knowledge in Multimodal Large Language ModelsCVPR 2025Code
Modality-Inconsistent Continual Learning of Multimodal Large Language ModelsarXiv 2024.12-
Enhancing Continual Learning in Visual Question Answering with Modality-Aware Feature DistillationarXiv 2024.06-
Continual Audio-Visual Sound SeparationNeurIPS 2024Code
LLM-Assisted Multi-Teacher Continual Learning for Visual Question Answering in Robotic SurgeryICRA 2024-
Model Tailor: Mitigating Catastrophic Forgetting in Multi-modal Large Language ModelsICML 2024Code
Revisiting Distillation for Continual Learning on Visual Question Localized-Answering in Robotic SurgeryMICCAI 2023Code
Multi-Domain Lifelong Visual Question Answering via Self-Critical DistillationACMMM 2023-

Replay-based Approaches

Preference-Optimization-based Approaches

RL / RFT-based Approaches

Evaluation / Benchmark

Knowledge / Safety Retention

Video-Language Continual Learning

🤖 Continual Learning in Vision-Language Action Model

Architecture-based Approaches

Regularization-based Approaches

Replay-based Approaches

Lifecycle / System Framework

🖌️ Continual Learning in Diffusion Model

Architecture-based Approaches

Regularization-based Approaches

Replay-based Approaches

🌞 Citation

@article{guo2025comprehensive,
  title={A Comprehensive Survey on Continual Learning in Generative Models},
  author={Guo, Haiyang and Zeng, Fanhu and Zhu, Fei and Wang, Jiayi and Wang, Xukai and Zhou, Jingang and Zhao, Hongbo and Liu, Wenzhuo and Ma, Shijie and Zhang, Xu-Yao and others},
  journal={arXiv preprint arXiv:2506.13045},
  year={2025}
}

Contributors

Ghy0501

33 commits

Ghy0501/Awesome-Continual-Learning-in-Generative-Models

A Comprehensive Survey on Continual Learning in Generative Models.

174

33 commits

updated Jun 1, 2026

See the code

README

Awesome-Continual-Learning-in-Generative-Models

✨ Motivation

The remarkable progress of generative models has equipped AI systems with human-level capabilities in content generation. Yet, their practical deployment is hindered by catastrophic forgetting—a fundamental issue where learning new tasks erases previously acquired knowledge. Despite growing interest, no comprehensive survey exists to systematically categorize and analyze continual learning methods for mainstream generative models (e.g., Large Language Models, Multimodal Large Language Models, Vision-Language Action Models and Diffusion Models). This work fills the gap by:

  • Classifying​​ solutions into architecture-based, regularization-based, and replay-based paradigms, aligning with human-like memory mechanisms.
  • Analyzing​​ task adaptations, benchmarks, and model backbones to reveal key insights.
  • Prospecting​​ future directions for continual learning in generative models, paving the way for scalable and adaptable intelligence.

overall

📰 News

  • 2026.06: 🔥🔥🔥 Community Highlight: Check out MCITlib, an open-source framework for Multimodal Continual Instruction Tuning. It provides out-of-the-box training and evaluation pipelines for 10+ methods across both image and video modalities, fully compatible with 4 diverse base models.
  • 2026.01: We have updated the repository to include relevant papers accepted to ICLR 2026. If you notice any omissions or have any questions, please feel free to open an issue!
  • 2025.12: We have released MCITlib, the first complete open-source codebase providing benchmarks and methods for Multimodal Continual Instruction Tuning. The code is open sourced here.
  • 2025.07: Check out our new work: "Federated Continual Instruction Tuning" (ICCV 2025). The code is open sourced here.
  • 2025.07: We have updated recent public work on continual learning in generative models. If you notice any omissions, please feel free to contact us!
  • 2025.06: We released our survey paper "A Comprehensive Survey on Continual Learning in Generative Models". Feel free to cite or open pull requests!
  • 2025.06: We released a repository on continual learning in generative models, and a corresponding survey will be available soon.

📖 Framework

⚖️ Benchmarks for Continual Learning in Generative Models

Large Language Model

Multimodal Large Language Model

Vision-Language Action Model

Diffusion Model

🔖 Continual Learning in Large Language Model

Architecture-based Approaches

Regularization-based Approaches

Replay-based Approaches

PaperVenueCode
Mutual-pairing Data Augmentation for Fewshot Continual Relation ExtractionNAACL 2025-
Empowering Math Problem Generation and Reasoning for Large Language Model via Synthetic Data based Continual Learning FrameworkEMNLP 2025-
Data-Efficient Selection via Grammatical Complexity in Continual Pre-training of Domain-Specific LLMsEMNLP 2025Code
Towards Effective and Efficient Continual Pre-training of Large Language ModelsACL 2025Code
Efficient Domain Continual pretraining by Mitigating the Stability GapACL 2025-
Don't Half-listen: Capturing Key-part Information in Continual Instruction TuningACL 2025-
Reviving Dormant Memories: Investigating Catastrophic Forgetting in Language Models through Rationale-Guidance DifficultyarXiv 2024.11Code
Towards Practical Tool Usage for Continually Learning LLMsarXiv 2024.04-
D-CPT Law: Domain-specific Continual Pre-Training Scaling Law for Large Language ModelsNeurIPS 2024-
InsCL: A Data-efficient Continual Learning Paradigm for Fine-tuning Large Language Models with InstructionsNAACL 2024Code
Overcoming Catastrophic Forgetting by Exemplar Selection in Task-oriented Dialogue SystemACL findings 2024-
Mitigating catastrophic forgetting in large language models with self-synthesized rehearsalACL 2024Code
Continual Learning with Dirichlet Generative-based RehearsalarXiv 2023.09-
Generative Replay Inspired by Hippocampal Memory Indexing for Continual Language LearningEACL 2023Code
Prompt Conditioned VAE: Enhancing Generative Replay for Lifelong Learning in Task-Oriented DialogueEMNLP 2022Code
Fine-tuned Language Models are Continual LearnersEMNLP 2022Code
LAMOL: LAnguage MOdeling for Lifelong Language LearningICLR 2020Code

RL / RFT-based Approaches

👓 Continual Learning in Multimodal Large Language Model

Architecture-based Approaches

PaperVenueCode
SAME: Stabilized Mixture-of-Experts for Multimodal Continual Instruction TuningICML 2026-
PCLR: Progressively Compressed LoRA for Multimodal Continual Instruction TuningICLR 2026-
On Token's Dilemma: Dynamic MoE with Drift-Aware Token Assignment for Continual Learning of Large Vision Language ModelsCVPR 2026-
LoRA in LoRA: Towards Parameter-Efficient Architecture Expansionfor Continual Visual Instruction TuningAAAI 2026-
MLLM-CL: Continual Learning for Multimodal Large Language ModelsarXiv 2025.06Code
LLaVA-CMoE: Towards Continual Mixture of Experts for Large Vision-Language ModelsarXiv 2025.03-
Large Continual Instruction AssistantICML 2025Code
Dynamic Mixture of Curriculum LoRA Experts for Continual Multimodal Instruction TuningICML 2025Code
SMoLoRA: Exploring and Defying Dual Catastrophic Forgetting in Continual Visual Instruction TuningICCV 2025Code
Federated Continual Instruction TuningICCV 2025Code
ModalPrompt: Dual-Modality Guided Prompt for Continual Learning of Large Multimodal ModelsEMNLP 2025-
CL-MoE: Enhancing Multimodal Large Language Model with Dual Momentum Mixture-of-Experts for Continual Visual Question AnsweringCVPR 2025Code
Progressive LoRA for Multimodal Continual Instruction TuningACL findings 2025Code
HiDe-LLaVA: Hierarchical Decoupling for Continual Instruction Tuning of Multimodal Large Language ModelACL 2025Code
Enhancing Multimodal Continual Instruction Tuning with BranchLoRAACL 2025Code
Continual LLaVA: Continual Instruction Tuning in Large Vision-Language ModelsarXiv 2024.11Code
Clumo: Cluster-based Modality Fusion Prompt for Continual Learning in Visual Question AnsweringarXiv 2024.08-
Beyond Anti-Forgetting: Multimodal Continual Instruction Tuning with Positive Forward TransferarXiv 2024.01-
CoIN: A Benchmark of Continual Instruction Tuning for Multimodal Large Language ModelsNeurIPS 2024Code
Empowering Large Language Model for Continual Video Question Answering with Collaborative PromptingEMNLP 2024Code
Continual Instruction Tuning for Large Multimodal ModelsarXiv 2023.11-
Task-Attentive Transformer Architecture for Continual Learning of Vision-and-Language Tasks Using Knowledge DistillationEMNLP findings 2023Code
Decouple Before Interact: Multi-Modal Prompt Learning for Continual Visual Question AnsweringCVPR 2023-

Regularization-based Approaches

PaperVenueCode
Multimodal Continual Instruction Tuning with Dynamic Gradient GuidanceICML 2026Code
KeepLoRA: Continual Learning with Residual Gradient AdaptationICLR 2026-
Octopus: History-Free Gradient Orthogonalization for Continual Learning in Multimodal Large Language ModelsCVPR 2026-
LLaVA-c: Continual Improved Visual Instruction TuningarXiv 2025.06-
Bisecle: Binding and Separation in Continual Learning for Video Language UnderstandingNeruIPS 2025Code
SEFE: Superficial and Essential Forgetting Eliminator for Multimodal Continual Instruction TuningICML 2025Code
Learn from Downstream and Be Yourself in Multimodal Large Language Model Fine-TuningICML 2025-
No Images, No Problem: Retaining Knowledge in Continual VQA with Questions-Only MemoryICCV 2025Code
LoRASculpt: Sculpting LoRA for Harmonizing General and Specialized Knowledge in Multimodal Large Language ModelsCVPR 2025Code
Modality-Inconsistent Continual Learning of Multimodal Large Language ModelsarXiv 2024.12-
Enhancing Continual Learning in Visual Question Answering with Modality-Aware Feature DistillationarXiv 2024.06-
Continual Audio-Visual Sound SeparationNeurIPS 2024Code
LLM-Assisted Multi-Teacher Continual Learning for Visual Question Answering in Robotic SurgeryICRA 2024-
Model Tailor: Mitigating Catastrophic Forgetting in Multi-modal Large Language ModelsICML 2024Code
Revisiting Distillation for Continual Learning on Visual Question Localized-Answering in Robotic SurgeryMICCAI 2023Code
Multi-Domain Lifelong Visual Question Answering via Self-Critical DistillationACMMM 2023-

Replay-based Approaches

Preference-Optimization-based Approaches

RL / RFT-based Approaches

Evaluation / Benchmark

Knowledge / Safety Retention

Video-Language Continual Learning

🤖 Continual Learning in Vision-Language Action Model

Architecture-based Approaches

Regularization-based Approaches

Replay-based Approaches

Lifecycle / System Framework

🖌️ Continual Learning in Diffusion Model

Architecture-based Approaches

Regularization-based Approaches

Replay-based Approaches

🌞 Citation

@article{guo2025comprehensive,
  title={A Comprehensive Survey on Continual Learning in Generative Models},
  author={Guo, Haiyang and Zeng, Fanhu and Zhu, Fei and Wang, Jiayi and Wang, Xukai and Zhou, Jingang and Zhao, Hongbo and Liu, Wenzhuo and Ma, Shijie and Zhang, Xu-Yao and others},
  journal={arXiv preprint arXiv:2506.13045},
  year={2025}
}

Contributors

Ghy0501

33 commits