paper-with-me

홈 › Papers

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

2024-12-30 · Shaojin Wu, Fei Ding, Mengqi Huang, Wei Liu, Qian He

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/.

📄 PDF Abstract BibTeX arXiv:2412.20800

Code (1)

fenfenfenfan/VMix 공식 구현

Tasks

DenoisingImage GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Adapter 설명 없음

Similar Papers 제목 키워드 기반

CMU-Net: A Strong ConvMixer-based Medical Ultrasound Image Segmentation Network

2022-10-24 · Fenghe Tang, Lingtao Wang, Chunping Ning, Min Xian 외

U-Net and its extensions have achieved great success in medical image segmentation. However, due to the inherent local characteristics of ordinary convolution operations, U-Net encoder cannot effectively extract global c…

Image SegmentationMedical Image SegmentationSegmentationTumor Segmentation

A Privacy Preserving Method with a Random Orthogonal Matrix for ConvMixer Models

2023-01-10 · Rei Aso, Tatsuya Chuman, Hitoshi Kiya

In this paper, a privacy preserving image classification method is proposed under the use of ConvMixer models. To protect the visual information of test images, a test image is divided into blocks, and then every block i…

Classificationimage-classificationImage ClassificationPrivacy Preserving

Patches Are All You Need?

2022-01-24 · Asher Trockman, J. Zico Kolter

Although convolutional networks have been the dominant architecture for vision tasks for many years, recent experiments have shown that Transformer-based models, most notably the Vision Transformer (ViT), may exceed thei…

AllImage Classification

An Encryption Method of ConvMixer Models without Performance Degradation

2022-07-25 · Ryota Iijima, Hitoshi Kiya

In this paper, we propose an encryption method for ConvMixer models with a secret key. Encryption methods for DNN models have been studied to achieve adversarial defense, model protection and privacy-preserving image cla…

Adversarial DefenseClassificationimage-classificationImage Classification+1

ConvMixFormer- A Resource-efficient Convolution Mixer for Transformer-based Dynamic Hand Gesture Recognition

2024-11-11 · Mallika Garg, Debashis Ghosh, Pyari Mohan Pradhan

Transformer models have demonstrated remarkable success in many domains such as natural language processing (NLP) and computer vision. With the growing interest in transformer-based architectures, they are now utilized f…

Gesture RecognitionHand Gesture RecognitionHand-Gesture Recognition