CVDec 30, 2024

VMix: Improving Text-to-Image Diffusion Model with Cross-Attention Mixing Control

arXiv:2412.20800v19 citationsh-index: 9
Originality Incremental advance
AI Analysis

This addresses the aesthetic gap in generated images for users of text-to-image models, but it is incremental as it builds on existing diffusion models with a new control method.

The paper tackles the problem of generating more aesthetic images with text-to-image diffusion models by proposing a plug-and-play adapter called VMix, which improves image quality in dimensions like color and lighting while maintaining text alignment, and it outperforms state-of-the-art methods in experiments.

While diffusion models show extraordinary talents in text-to-image generation, they may still fail to generate highly aesthetic images. More specifically, there is still a gap between the generated images and the real-world aesthetic images in finer-grained dimensions including color, lighting, composition, etc. In this paper, we propose Cross-Attention Value Mixing Control (VMix) Adapter, a plug-and-play aesthetics adapter, to upgrade the quality of generated images while maintaining generality across visual concepts by (1) disentangling the input text prompt into the content description and aesthetic description by the initialization of aesthetic embedding, and (2) integrating aesthetic conditions into the denoising process through value-mixed cross-attention, with the network connected by zero-initialized linear layers. Our key insight is to enhance the aesthetic presentation of existing diffusion models by designing a superior condition control method, all while preserving the image-text alignment. Through our meticulous design, VMix is flexible enough to be applied to community models for better visual performance without retraining. To validate the effectiveness of our method, we conducted extensive experiments, showing that VMix outperforms other state-of-the-art methods and is compatible with other community modules (e.g., LoRA, ControlNet, and IPAdapter) for image generation. The project page is https://vmix-diffusion.github.io/VMix/.

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