Scaling Rectified Flow Transformers for High-Resolution Image Synthesis

Patrick Esser, Sumith Kulal, A. Blattmann, Rahim Entezari, Jonas Muller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, Dustin Podell, Tim Dockhorn, Zion English, Kyle Lacey, Alex Goodwin, Yannik Marek, Robin Rombach

arXiv:2403.03206 · 2026-07-27 공개 · arXiv · PDF

diffusion-models text-to-image model-scaling high-resolution image-synthesis rectified-flow transformer-architecture perceptual-quality

Abstract

Diffusion models create data from noise by inverting the forward paths of data towards noise and have emerged as a powerful generative modeling technique for high-dimensional, perceptual data such as images and videos. Rectified flow is a recent generative model formulation that connects data and noise in a straight line. Despite its better theoretical properties and conceptual simplicity, it is not yet decisively established as standard practice. In this work, we improve existing noise sampling techniques for training rectified flow models by biasing them towards perceptually relevant scales. Through a large-scale study, we demonstrate the superior performance of this approach compared to established diffusion formulations for high-resolution text-to-image synthesis. Additionally, we present a novel transformer-based architecture for text-to-image generation that uses separate weights for the two modalities and enables a bidirectional flow of information between image and text tokens, improving text comprehension, typography, and human preference ratings. We demonstrate that this architecture follows predictable scaling trends and correlates lower validation loss to improved text-to-image synthesis as measured by various metrics and human evaluations. Our largest models outperform state-of-the-art models, and we will make our experimental data, code, and model weights publicly available.

한국어 요약

한 줄 요약

고해상도 텍스트-이미지 생성을 위해 Rectified Flow Transformer를 확장한 연구.

핵심 기여도

핵심 아이디어

Rectified Flow는 데이터와 노이즈를 직선으로 연결하는 생성 모델로 이론적으로 우수하지만, 실제 적용에서는 확산 모델에 비해 성능이 뒤처져 있었다. 본 연구는 이 문제를 해결하기 위해 노이즈 스케일 샘플링 기법을 퍼셉션에 집중적으로 재가중치하여 훈련 과정을 개선했다. 특히, `rf/lognorm(0.00, 1.00)`과 같은 로그정규 분포 기반의 샘플링 방식이 기존의 균일 샘플링(`rf`)보다 훨씬 높은 성능을 보였다.

또한, 기존 텍스트-이미지 생성 모델이 고정된 텍스트 표현을 사용하는 반면, 본 연구는 텍스트와 이미지 토큰 간 양방향 정보 흐름을 가능하게 하는 `MM-DiT`라는 새로운 트랜스포머 아키텍처를 제안했다. 이는 텍스트 이해력, 타이포그래피 정확도, 인간 선호도 평가에서 개선된 성능을 보였다.

기술적 접근법

주요 결과

의의 및 한계

실용적 활용