Continual Diffusion: Continual Customization of Text-to-Image Diffusion with C-LoRA
James Seale Smith, Yen-Chang Hsu, Lingyu Zhang, Ting Hua, Zsolt Kira,, Yilin Shen, Hongxia Jin

TL;DR
This paper introduces C-LoRA, a method for continual customization of text-to-image diffusion models that mitigates catastrophic forgetting using self-regularized low-rank adaptation, enabling sequential learning of multiple concepts without data storage.
Contribution
We propose C-LoRA, a novel continual learning approach for text-to-image models that prevents forgetting and requires minimal additional parameters.
Findings
C-LoRA outperforms baselines in continual diffusion tasks.
Achieves state-of-the-art in rehearsal-free continual learning for image classification.
Effective in sequentially customizing models with multiple concepts.
Abstract
Recent works demonstrate a remarkable ability to customize text-to-image diffusion models while only providing a few example images. What happens if you try to customize such models using multiple, fine-grained concepts in a sequential (i.e., continual) manner? In our work, we show that recent state-of-the-art customization of text-to-image models suffer from catastrophic forgetting when new concepts arrive sequentially. Specifically, when adding a new concept, the ability to generate high quality images of past, similar concepts degrade. To circumvent this forgetting, we propose a new method, C-LoRA, composed of a continually self-regularized low-rank adaptation in cross attention layers of the popular Stable Diffusion model. Furthermore, we use customization prompts which do not include the word of the customized object (i.e., "person" for a human face dataset) and are initialized as…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning · Computational and Text Analysis Methods
MethodsDiffusion
