DCoAR: Deep Concept Injection into Unified Autoregressive Models for Personalized Text-to-Image Generation
Fangtai Wu, Mushui Liu, Weijie He, Zhao Wang, Yunlong Yu
TL;DR
DCoAR tackles personalized text-to-image generation in unified autoregressive models by introducing deep concept injection through Layer-wise Multimodal Context Learning, while keeping the backbone frozen. It couples LMCL with Dual Prior Preservation and Context-Aware Self-Regularization to maintain subject fidelity and re-contextualization, and enables training-free subject–style composition by token concatenation with an Identity Mask. Empirical results on DreamBench and StyleDrop demonstrate state-of-the-art personalization with minimal trainable parameters and competitive styling without additional training, validated by extensive ablations. The work highlights the importance of injecting concepts across layers and balancing priors and contextual flexibility for scalable, high-fidelity personalization in multimodal AR systems.
Abstract
The unified autoregressive (AR) model excels at multimodal understanding and generation. However, its full potential in the domain of customized image generation has yet to be fully realized. Existing customization approaches for unified AR models face a fundamental dilemma: adaptation-based methods suffer from overfitting and scalability bottlenecks, while concept-injection paradigms are constrained by a shallow injection strategy that leads to poor visual fidelity and impaired re-contextualization. To address this, we propose DCoAR, a novel deep concept injection framework that maintains a completely frozen pre-trained model. DCoAR deeply integrates new concepts through a Layer-wise Multimodal Context Learning (LMCL) strategy, which is stabilized by a multi-faceted regularization scheme: a Dual Prior Preservation (DPP) loss to mitigate semantic drift and a Context-Aware Self-Regularization (CASR) loss to enhance re-contextualization. The framework also enables training-free subject customization in user-provided styles. Experiments demonstrate that DCoAR significantly outperforms previous injection-based methods and achieves performance competitive with adaptation-based approaches while requiring substantially fewer trainable parameters. Code: https://github.com/KZF-kzf/CoAR
