Continual Personalization for Diffusion Models
Yu-Chien Liao, Jr-Jen Chen, Chi-Pin Huang, Ci-Siang Lin, Meng-Lin Wu, Yu-Chiang Frank Wang
TL;DR
This work tackles continual personalization of diffusion models by introducing Concept Neuron Selection (CNS), a neuron-level approach that automatically identifies concept-specific neurons in cross-attention and updates only those units in an incremental training regime. CNS differentiates base neurons (concept-responsive) from general neurons (responsible for generic image generation) using calibrated prompts, and defines concept neurons as the intersection of base and non-general masks, enabling zero-shot preservation via a continual regularization loss $L_{reg}$ that ties new updates to both prior personalized concepts and the original pretrained weights. The framework is fusion-free, requiring no extra LoRA storage, and demonstrates state-of-the-art performance on a 20-concept real-world dataset with efficient updates (about $0.13\%$ of parameters for a single concept) while maintaining high image- and text-alignment. Empirically, CNS outperforms baselines in single- and multi-concept settings, shows robust resistance to catastrophic forgetting, and supports region control tactics, with strong qualitative and quantitative results and broad potential for extension to other modalities and knowledge-editing tasks.
Abstract
Updating diffusion models in an incremental setting would be practical in real-world applications yet computationally challenging. We present a novel learning strategy of Concept Neuron Selection (CNS), a simple yet effective approach to perform personalization in a continual learning scheme. CNS uniquely identifies neurons in diffusion models that are closely related to the target concepts. In order to mitigate catastrophic forgetting problems while preserving zero-shot text-to-image generation ability, CNS finetunes concept neurons in an incremental manner and jointly preserves knowledge learned of previous concepts. Evaluation of real-world datasets demonstrates that CNS achieves state-of-the-art performance with minimal parameter adjustments, outperforming previous methods in both single and multi-concept personalization works. CNS also achieves fusion-free operation, reducing memory storage and processing time for continual personalization.
