paper-with-me

홈 › Papers

Reflect-DiT: Inference-Time Scaling for Text-to-Image Diffusion Transformers via In-Context Reflection

2025-03-15 · Shufan Li, Konstantinos Kallidromitis, Akash Gokul, Arsh Koneru, Yusuke Kato, Kazuki Kozuka, Aditya Grover

The predominant approach to advancing text-to-image generation has been training-time scaling, where larger models are trained on more data using greater computational resources. While effective, this approach is computationally expensive, leading to growing interest in inference-time scaling to improve performance. Currently, inference-time scaling for text-to-image diffusion models is largely limited to best-of-N sampling, where multiple images are generated per prompt and a selection model chooses the best output. Inspired by the recent success of reasoning models like DeepSeek-R1 in the language domain, we introduce an alternative to naive best-of-N sampling by equipping text-to-image Diffusion Transformers with in-context reflection capabilities. We propose Reflect-DiT, a method that enables Diffusion Transformers to refine their generations using in-context examples of previously generated images alongside textual feedback describing necessary improvements. Instead of passively relying on random sampling and hoping for a better result in a future generation, Reflect-DiT explicitly tailors its generations to address specific aspects requiring enhancement. Experimental results demonstrate that Reflect-DiT improves performance on the GenEval benchmark (+0.19) using SANA-1.0-1.6B as a base model. Additionally, it achieves a new state-of-the-art score of 0.81 on GenEval while generating only 20 samples per prompt, surpassing the previous best score of 0.80, which was obtained using a significantly larger model (SANA-1.5-4.8B) with 2048 samples under the best-of-N approach.

📄 PDF Abstract BibTeX arXiv:2503.12271

Code (1)

jacklishufan/Reflect-DiT pytorch

Tasks

Image GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

BASE 설명 없음
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…

Similar Papers 제목 키워드 기반

RAISE: Requirement-Adaptive Evolutionary Refinement for Training-Free Text-to-Image Alignment

2026-02-28 · Liyao Jiang, Ruichen Chen, Chao Gao, Di Niu arxiv

Recent text-to-image (T2I) diffusion models achieve remarkable realism, yet faithful prompt-image alignment remains challenging, particularly for complex prompts with multiple objects, relations, and fine-grained attribu…

Image Generation

RAS: Reflection-Augmented Scaling with In-Context Learning for Executable Cypher Query Generation

2026-05-21 · Minseok Jung, Abhas Ricky, Muhammad Rameez Chatni arxiv

Inference-time scaling can reduce errors in structured query generation, but methods to allocate the compute for query code generation remains underexplored. We study Text2Cypher, where language models generate Cypher qu…

Code Generation

Provable and Practical In-Context Policy Optimization for Self-Improvement

2026-03-02 · Tianrun Yu, Yuxiao Yang, Zhaoyang Wang, Kaixiang Zhao 외 arxiv

We study test-time scaling, where a model improves its answer through multi-round self-reflection at inference. We introduce In-Context Policy Optimization (ICPO), in which an agent optimizes its response in context usin…

Mathematical Reasoning

Reflective Flow Sampling Enhancement

2026-03-06 · Zikai Zhou, Muyao Wang, Shitong Shao, Lichen Bai 외 arxiv

The growing demand for text-to-image generation has led to rapid advances in generative modeling. Recently, text-to-image diffusion models trained with flow matching algorithms, such as FLUX, have achieved remarkable pro…

Text-to-Image Generation

SANA 1.5: Efficient Scaling of Training-Time and Inference-Time Compute in Linear Diffusion Transformer

2025-01-30 · Enze Xie, Junsong Chen, Yuyang Zhao, Jincheng Yu 외

This paper presents SANA-1.5, a linear Diffusion Transformer for efficient scaling in text-to-image generation. Building upon SANA-1.0, we introduce three key innovations: (1) Efficient Training Scaling: A depth-growth p…

Image GenerationModel CompressionText to Image GenerationText-to-Image Generation