paper-with-me

홈 › Papers

Att-Adapter: A Robust and Precise Domain-Specific Multi-Attributes T2I Diffusion Adapter via Conditional Variational Autoencoder

2025-03-15 · Wonwoong Cho, Yan-Ying Chen, Matthew Klenk, David I. Inouye, Yanxia Zhang

Text-to-Image (T2I) Diffusion Models have achieved remarkable performance in generating high quality images. However, enabling precise control of continuous attributes, especially multiple attributes simultaneously, in a new domain (e.g., numeric values like eye openness or car width) with text-only guidance remains a significant challenge. To address this, we introduce the Attribute (Att) Adapter, a novel plug-and-play module designed to enable fine-grained, multi-attributes control in pretrained diffusion models. Our approach learns a single control adapter from a set of sample images that can be unpaired and contain multiple visual attributes. The Att-Adapter leverages the decoupled cross attention module to naturally harmonize the multiple domain attributes with text conditioning. We further introduce Conditional Variational Autoencoder (CVAE) to the Att-Adapter to mitigate overfitting, matching the diverse nature of the visual world. Evaluations on two public datasets show that Att-Adapter outperforms all LoRA-based baselines in controlling continuous attributes. Additionally, our method enables a broader control range and also improves disentanglement across multiple attributes, surpassing StyleGAN-based techniques. Notably, Att-Adapter is flexible, requiring no paired synthetic data for training, and is easily scalable to multiple attributes within a single model.

📄 PDF Abstract BibTeX arXiv:2503.11937

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDisentanglement

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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 제목 키워드 기반

Adapter-TST: A Parameter Efficient Method for Multiple-Attribute Text Style Transfer

2023-05-10 · Zhiqiang Hu, Roy Ka-Wei Lee, Nancy F. Chen

Adapting a large language model for multiple-attribute text style transfer via fine-tuning can be challenging due to the significant amount of computational resources and labeled data required for the specific task. In t…

AttributeLanguage ModelingLanguage ModellingLarge Language Model+3

CompSlider: Compositional Slider for Disentangled Multiple-Attribute Image Generation

2025-08-31 · Zixin Zhu, Kevin Duarte, Mamshad Nayeem Rizve, Chengyuan Xu 외 arxiv

In text-to-image (T2I) generation, achieving fine-grained control over attributes - such as age or smile - remains challenging, even with detailed text prompts. Slider-based methods offer a solution for precise control o…

Video GenerationImage Generation

Causal-Adapter: Taming Text-to-Image Diffusion for Faithful Counterfactual Generation

2025-09-29 · Lei Tong, Zhihua Liu, Chaochao Lu, Dino Oglic 외 arxiv

We present Causal-Adapter, a modular framework that adapts frozen text-to-image diffusion backbones for counterfactual image generation. Our method supports causal interventions on target attributes and consistently prop…

Prompt EngineeringImage Generation

Prompt Sliders for Fine-Grained Control, Editing and Erasing of Concepts in Diffusion Models

2024-09-25 · Deepak Sridhar, Nuno Vasconcelos

Diffusion models have recently surpassed GANs in image synthesis and editing, offering superior image quality and diversity. However, achieving precise control over attributes in generated images remains a challenge. Con…

Image Generation

3DIS-FLUX: simple and efficient multi-instance generation with DiT rendering

2025-01-09 · Dewei Zhou, Ji Xie, Zongxin Yang, Yi Yang

The growing demand for controllable outputs in text-to-image generation has driven significant advancements in multi-instance generation (MIG), enabling users to define both instance layouts and attributes. Currently, th…

Image GenerationText to Image GenerationText-to-Image Generation