paper-with-me

Papers

DreamRenderer: Taming Multi-Instance Attribute Control in Large-Scale Text-to-Image Models

2025-03-17 · Dewei Zhou, MingWei Li, Zongxin Yang, Yi Yang

Image-conditioned generation methods, such as depth- and canny-conditioned approaches, have demonstrated remarkable abilities for precise image synthesis. However, existing models still struggle to accurately control the content of multiple instances (or regions). Even state-of-the-art models like FLUX and 3DIS face challenges, such as attribute leakage between instances, which limits user control. To address these issues, we introduce DreamRenderer, a training-free approach built upon the FLUX model. DreamRenderer enables users to control the content of each instance via bounding boxes or masks, while ensuring overall visual harmony. We propose two key innovations: 1) Bridge Image Tokens for Hard Text Attribute Binding, which uses replicated image tokens as bridge tokens to ensure that T5 text embeddings, pre-trained solely on text data, bind the correct visual attributes for each instance during Joint Attention; 2) Hard Image Attribute Binding applied only to vital layers. Through our analysis of FLUX, we identify the critical layers responsible for instance attribute rendering and apply Hard Image Attribute Binding only in these layers, using soft binding in the others. This approach ensures precise control while preserving image quality. Evaluations on the COCO-POS and COCO-MIG benchmarks demonstrate that DreamRenderer improves the Image Success Ratio by 17.7% over FLUX and enhances the performance of layout-to-image models like GLIGEN and 3DIS by up to 26.8%. Project Page: https://limuloo.github.io/DreamRenderer/.

📄 PDF Abstract BibTeX arXiv:2503.12885

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeImage GenerationPOS

Methods 이 논문이 사용한 방법론

Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adafactor Adafactor is a stochastic optimization method based on Adam that reduces memory usage while retaining the empirical benefits of…
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

UniMC: Taming Diffusion Transformer for Unified Keypoint-Guided Multi-Class Image Generation

2025-07-03 · Qin Guo, Ailing Zeng, Dongxu Yue, Ceyuan Yang 외

Although significant advancements have been achieved in the progress of keypoint-guided Text-to-Image diffusion models, existing mainstream keypoint-guided models encounter challenges in controlling the generation of mor…

Image Generation

MIGC++: Advanced Multi-Instance Generation Controller for Image Synthesis

2024-07-02 · Dewei Zhou, You Li, Fan Ma, Zongxin Yang 외

We introduce the Multi-Instance Generation (MIG) task, which focuses on generating multiple instances within a single image, each accurately placed at predefined positions with attributes such as category, color, and sha…

AttributeImage GenerationPosition

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

Generating Compositional Scenes via Text-to-image RGBA Instance Generation

2024-11-16 · Alessandro Fontanella, Petru-Daniel Tudosiu, Yongxin Yang, Shifeng Zhang 외

Text-to-image diffusion generative models can generate high quality images at the cost of tedious prompt engineering. Controllability can be improved by introducing layout conditioning, however existing methods lack layo…

ObjectPrompt Engineering

3DIS: Depth-Driven Decoupled Instance Synthesis for Text-to-Image Generation

2024-10-16 · Dewei Zhou, Ji Xie, Zongxin Yang, Yi Yang

The increasing demand for controllable outputs in text-to-image generation has spurred advancements in multi-instance generation (MIG), allowing users to define both instance layouts and attributes. However, unlike image…

AttributeImage GenerationText to Image GenerationText-to-Image Generation