CVOct 23, 2024

How to Continually Adapt Text-to-Image Diffusion Models for Flexible Customization?

arXiv:2410.17594v139 citationsh-index: 22Has CodeNIPS
Originality Incremental advance
AI Analysis

This addresses the challenge of flexible customization in text-to-image generation for users needing adaptable models, though it is incremental as it builds on existing custom diffusion models.

The paper tackles the problem of catastrophic forgetting and concept neglect in custom diffusion models when learning new personalized concepts over time, proposing a Concept-Incremental text-to-image Diffusion Model (CIDM) that outperforms existing methods in experiments.

Custom diffusion models (CDMs) have attracted widespread attention due to their astonishing generative ability for personalized concepts. However, most existing CDMs unreasonably assume that personalized concepts are fixed and cannot change over time. Moreover, they heavily suffer from catastrophic forgetting and concept neglect on old personalized concepts when continually learning a series of new concepts. To address these challenges, we propose a novel Concept-Incremental text-to-image Diffusion Model (CIDM), which can resolve catastrophic forgetting and concept neglect to learn new customization tasks in a concept-incremental manner. Specifically, to surmount the catastrophic forgetting of old concepts, we develop a concept consolidation loss and an elastic weight aggregation module. They can explore task-specific and task-shared knowledge during training, and aggregate all low-rank weights of old concepts based on their contributions during inference. Moreover, in order to address concept neglect, we devise a context-controllable synthesis strategy that leverages expressive region features and noise estimation to control the contexts of generated images according to user conditions. Experiments validate that our CIDM surpasses existing custom diffusion models. The source codes are available at https://github.com/JiahuaDong/CIFC.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes