paper-with-me

홈 › Papers

A Comprehensive Survey on Continual Learning in Generative Models

2025-06-16 · Haiyang Guo, Fanhu Zeng, Fei Zhu, Jiayi Wang, Xukai Wang, Jingang Zhou, Hongbo Zhao, Wenzhuo LIU, Shijie Ma, Da-Han Wang, Xu-Yao Zhang, Cheng-Lin Liu

The rapid advancement of generative models has enabled modern AI systems to comprehend and produce highly sophisticated content, even achieving human-level performance in specific domains. However, these models remain fundamentally constrained by catastrophic forgetting - a persistent challenge where adapting to new tasks typically leads to significant degradation in performance on previously learned tasks. To address this practical limitation, numerous approaches have been proposed to enhance the adaptability and scalability of generative models in real-world applications. In this work, we present a comprehensive survey of continual learning methods for mainstream generative models, including large language models, multimodal large language models, vision language action models, and diffusion models. Drawing inspiration from the memory mechanisms of the human brain, we systematically categorize these approaches into three paradigms: architecture-based, regularization-based, and replay-based methods, while elucidating their underlying methodologies and motivations. We further analyze continual learning setups for different generative models, including training objectives, benchmarks, and core backbones, offering deeper insights into the field. The project page of this paper is available at https://github.com/Ghy0501/Awesome-Continual-Learning-in-Generative-Models.

📄 PDF Abstract BibTeX arXiv:2506.13045

Code (1)

ghy0501/awesome-continual-learning-in-generative-models 공식 구현

Tasks

Continual LearningSurveyVision-Language-Action

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

A Comprehensive Survey of Forgetting in Deep Learning Beyond Continual Learning

2023-07-16 · Zhenyi Wang, Enneng Yang, Li Shen, Heng Huang

Forgetting refers to the loss or deterioration of previously acquired knowledge. While existing surveys on forgetting have primarily focused on continual learning, forgetting is a prevalent phenomenon observed in various…

Continual LearningFederated LearningPrivacy PreservingSurvey

Continual Learning of Large Language Models: A Comprehensive Survey

2024-04-25 · Haizhou Shi, Zihao Xu, Hengyi Wang, Weiyi Qin 외

The recent success of large language models (LLMs) trained on static, pre-collected, general datasets has sparked numerous research directions and applications. One such direction addresses the non-trivial challenge of i…

Continual LearningSurvey

Continual Learning for VLMs: A Survey and Taxonomy Beyond Forgetting

2025-08-06 · Yuyang Liu, Qiuhe Hong, Linlan Huang, Alexandra Gomez-Villa 외 arxiv

Vision-language models (VLMs), spanning predictive architectures to generative Multimodal Large Language Models (MLLMs), have revolutionized artificial intelligence through powerful cross-modal alignment and zero-shot ge…

Compositional Zero-Shot LearningZero-shot GeneralizationContinual Learning

Continual Learning on Graphs: A Survey

2024-02-09 · Zonggui Tian, Du Zhang, Hong-Ning Dai

Recently, continual graph learning has been increasingly adopted for diverse graph-structured data processing tasks in non-stationary environments. Despite its promising learning capability, current studies on continual …

Continual LearningGraph LearningSurvey

Continual Learning of Natural Language Processing Tasks: A Survey

2022-11-23 · Zixuan Ke, Bing Liu

Continual learning (CL) is a learning paradigm that emulates the human capability of learning and accumulating knowledge continually without forgetting the previously learned knowledge and also transferring the learned k…

Continual LearningSurveyTransfer Learning