paper-with-me

Papers

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, the state-of-the-art methods in MIG are primarily adapter-based. However, these methods necessitate retraining a new adapter each time a more advanced model is released, resulting in significant resource consumption. A methodology named Depth-Driven Decoupled Instance Synthesis (3DIS) has been introduced, which decouples MIG into two distinct phases: 1) depth-based scene construction and 2) detail rendering with widely pre-trained depth control models. The 3DIS method requires adapter training solely during the scene construction phase, while enabling various models to perform training-free detail rendering. Initially, 3DIS focused on rendering techniques utilizing U-Net architectures such as SD1.5, SD2, and SDXL, without exploring the potential of recent DiT-based models like FLUX. In this paper, we present 3DIS-FLUX, an extension of the 3DIS framework that integrates the FLUX model for enhanced rendering capabilities. Specifically, we employ the FLUX.1-Depth-dev model for depth map controlled image generation and introduce a detail renderer that manipulates the Attention Mask in FLUX's Joint Attention mechanism based on layout information. This approach allows for the precise rendering of fine-grained attributes of each instance. Our experimental results indicate that 3DIS-FLUX, leveraging the FLUX model, outperforms the original 3DIS method, which utilized SD2 and SDXL, and surpasses current state-of-the-art adapter-based methods in terms of both performance and image quality. Project Page: https://limuloo.github.io/3DIS/.

📄 PDF Abstract BibTeX arXiv:2501.05131

Code (1)

limuloo/3DIS pytorch

Tasks

Image GenerationText to Image GenerationText-to-Image Generation

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 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
U-Net 설명 없음
Adapter 설명 없음

Similar 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…

AttributeImage GenerationPOS

Designing Instance-Level Sampling Schedules via REINFORCE with James-Stein Shrinkage

2025-11-27 · Peiyu Yu, Suraj Kothawade, Sirui Xie, Ying Nian Wu 외 arxiv

Most post-training methods for text-to-image samplers focus on model weights: either fine-tuning the backbone for alignment or distilling it for few-step efficiency. We take a different route: rescheduling the sampling t…

LeX-Art: Rethinking Text Generation via Scalable High-Quality Data Synthesis

2025-03-27 · Shitian Zhao, Qilong Wu, Xinyue Li, Bo Zhang 외

We introduce LeX-Art, a comprehensive suite for high-quality text-image synthesis that systematically bridges the gap between prompt expressiveness and text rendering fidelity. Our approach follows a data-centric paradig…

Image GenerationText Generation

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

AMO Sampler: Enhancing Text Rendering with Overshooting

2024-11-28 · CVPR 2025 1 · Xixi Hu, Keyang Xu, Bo Liu, Qiang Liu 외

Achieving precise alignment between textual instructions and generated images in text-to-image generation is a significant challenge, particularly in rendering written text within images. Sate-of-the-art models like Stab…

Image GenerationText to Image GenerationText-to-Image Generation