Scaling Text-to-Image Diffusion Transformers with Representation Autoencoders

TL;DR

Scaling text-to-image diffusion transformers with Representation Autoencoders, RAEs outperform VAEs across all model scales.

cs.CV 🔴 Advanced 2026-01-23 12 views
Shengbang Tong Boyang Zheng Ziteng Wang Bingda Tang Nanye Ma Ellis Brown Jihan Yang Rob Fergus Yann LeCun Saining Xie
Representation Autoencoder Diffusion Model Text-to-Image Large-scale Generation Stability

Key Findings

Methodology

The study employs Representation Autoencoders (RAEs) combined with a frozen SigLIP-2 encoder for large-scale text-to-image generation. By diffusing in high-dimensional semantic latent spaces, the architecture is simplified, particularly in noise scheduling. Experiments show RAEs outperform state-of-the-art FLUX VAEs across diffusion transformer scales from 0.5B to 9.8B parameters.

Key Results

  • RAEs converge 4 times faster than VAEs during pretraining, with a 4.0× and 4.6× improvement on GenEval and DPG-Bench respectively.
  • During fine-tuning on high-quality datasets, VAE models catastrophically overfit after 64 epochs, while RAE models remain stable through 256 epochs.
  • RAE models demonstrate faster convergence and better generation quality across all experiments, establishing them as a simpler and stronger foundation than VAEs for large-scale T2I generation.

Significance

This study demonstrates the advantages of RAEs in large-scale text-to-image generation, addressing the efficiency issues of VAEs in high-dimensional latent spaces. By enabling visual understanding and generation in a shared representation space, RAEs open new possibilities for unified multimodal models, with significant implications for academia and industry.

Technical Contribution

RAEs simplify the architecture by diffusing in high-dimensional semantic latent spaces, particularly in noise scheduling. Compared to existing VAE methods, RAEs exhibit better stability and efficiency in large-scale generation tasks, offering new theoretical guarantees and engineering possibilities.

Novelty

RAEs are the first to demonstrate their superiority over VAEs in large-scale text-to-image generation, particularly in their ability to diffuse in high-dimensional semantic latent spaces. Compared to traditional VAE methods, RAEs show significant improvements in generation quality and convergence speed.

Limitations

  • RAEs require targeted data supervision in specific domains like text reconstruction, otherwise they struggle to reproduce fine details.
  • In large-scale models, certain architectural complexities like wide diffusion heads offer negligible benefits.

Future Work

Future research could explore the application of RAEs in other multimodal generation tasks and further optimize data composition to enhance generation quality in specific domains.

AI Executive Summary

In the field of text-to-image generation, existing Variational Autoencoder (VAE) methods suffer from inefficiencies in high-dimensional latent spaces, limiting generation quality and convergence speed. To address this issue, researchers propose using Representation Autoencoders (RAEs), which simplify the architecture by diffusing in high-dimensional semantic latent spaces, particularly in noise scheduling.

Experimental results show that RAEs outperform state-of-the-art FLUX VAEs across diffusion transformer scales from 0.5B to 9.8B parameters. During pretraining, RAEs converge 4 times faster than VAEs, with a 4.0× and 4.6× improvement on GenEval and DPG-Bench respectively. During fine-tuning on high-quality datasets, VAE models catastrophically overfit after 64 epochs, while RAE models remain stable through 256 epochs.

The advantage of RAEs lies in their ability to enable visual understanding and generation in a shared representation space, opening new possibilities for unified multimodal models. This study not only garners significant attention in academia but also provides new insights for the industry. However, RAEs still require targeted data supervision in specific domains like text reconstruction. Future research could further optimize data composition to enhance generation quality in specific domains.

Deep Analysis

Background

Text-to-image generation is a significant topic in computer vision, with diffusion models gaining attention for their superior generation quality. Traditional Variational Autoencoder (VAE) methods suffer from inefficiencies in high-dimensional latent spaces, limiting generation quality and convergence speed. To address this, researchers have proposed various improvements, such as FLUX VAE, but limitations remain.

Core Problem

Existing VAE methods suffer from inefficiencies in high-dimensional latent spaces, limiting generation quality and convergence speed. In large-scale text-to-image generation tasks, improving model stability and generation quality is a critical research problem.

Innovation

Researchers propose using Representation Autoencoders (RAEs), which simplify the architecture by diffusing in high-dimensional semantic latent spaces, particularly in noise scheduling. RAEs exhibit better stability and efficiency in large-scale generation tasks.

Methodology

  • �� Use SigLIP-2 as a frozen representation encoder, combined with RAEs for large-scale text-to-image generation.
  • �� Diffuse in high-dimensional semantic latent spaces, simplifying the architecture, particularly in noise scheduling.
  • �� Validate RAEs' generation capabilities across different domains by training on various datasets.

Experiments

The experimental design includes training and testing on multiple datasets such as ImageNet, YFCC, and RenderedText. GenEval and DPG-Bench are used as evaluation metrics to compare the performance of RAEs and FLUX VAEs across different model scales.

Results

Experimental results show that RAEs outperform state-of-the-art FLUX VAEs across diffusion transformer scales from 0.5B to 9.8B parameters. RAEs converge 4 times faster than VAEs, with a 4.0× and 4.6× improvement on GenEval and DPG-Bench respectively.

Applications

RAEs have broad applications in large-scale text-to-image generation tasks, especially in scenarios requiring high-quality generation and fast convergence, such as advertising creative generation and virtual reality content creation.

Limitations & Outlook

RAEs require targeted data supervision in specific domains like text reconstruction, otherwise they struggle to reproduce fine details. In large-scale models, certain architectural complexities like wide diffusion heads offer negligible benefits. Future research could further optimize data composition to enhance generation quality in specific domains.

Plain Language Accessible to non-experts

Imagine a large factory where VAE is like a traditional assembly line, with workers following fixed steps to assemble products, but not very efficiently. RAE, on the other hand, is like a modern smart factory, using robots to flexibly assemble products in high-dimensional spaces, achieving higher efficiency and better quality. In this smart factory, RAE operates in a shared semantic space, quickly generating high-quality products to meet various needs.

ELI14 Explained like you're 14

Hey there! Imagine you're playing a super cool game where you can create scenes just by describing them with words. The old method is like using an outdated game engine—slow and with average graphics. But RAE is like the latest game engine—fast and with awesome graphics! It understands your descriptions in a shared space and quickly creates the scenes you want. Isn't that cool?

Glossary

Representation Autoencoder

A type of autoencoder used for generative models, capable of diffusing in high-dimensional semantic latent spaces.

Used in this paper to improve the efficiency and quality of text-to-image generation.

Diffusion Model

A generative model that creates data by gradually adding noise.

Used in text-to-image generation tasks.

SigLIP-2

A frozen representation encoder used to generate high-dimensional semantic latent spaces.

Serves as the base encoder for RAE in this paper.

GenEval

A metric used to evaluate the performance of generative models.

Used in experiments to assess the generation quality of RAEs and VAEs.

FLUX VAE

A state-of-the-art variational autoencoder used for generative models.

Serves as a benchmark for comparison with RAE in this paper.

Open Questions Unanswered questions from this research

  • 1 How to improve generation quality in specific domains without increasing data volume?
  • 2 How do RAEs perform in other multimodal generation tasks?
  • 3 How to further optimize RAE architecture to enhance efficiency?

Applications

Immediate Applications

Advertising Creative Generation

RAEs can be used to quickly generate high-quality advertising creatives, improving ad production efficiency.

Long-term Vision

Virtual Reality Content Creation

RAEs can be used to generate high-quality scenes in virtual reality, advancing VR technology.

Abstract

Representation Autoencoders (RAEs) have shown distinct advantages in diffusion modeling on ImageNet by training in high-dimensional semantic latent spaces. In this work, we investigate whether this framework can scale to large-scale, freeform text-to-image (T2I) generation. We first scale RAE decoders on the frozen representation encoder (SigLIP-2) beyond ImageNet by training on web, synthetic, and text-rendering data, finding that while scale improves general fidelity, targeted data composition is essential for specific domains like text. We then rigorously stress-test the RAE design choices originally proposed for ImageNet. Our analysis reveals that scaling simplifies the framework: while dimension-dependent noise scheduling remains critical, architectural complexities such as wide diffusion heads and noise-augmented decoding offer negligible benefits at scale Building on this simplified framework, we conduct a controlled comparison of RAE against the state-of-the-art FLUX VAE across diffusion transformer scales from 0.5B to 9.8B parameters. RAEs consistently outperform VAEs during pretraining across all model scales. Further, during finetuning on high-quality datasets, VAE-based models catastrophically overfit after 64 epochs, while RAE models remain stable through 256 epochs and achieve consistently better performance. Across all experiments, RAE-based diffusion models demonstrate faster convergence and better generation quality, establishing RAEs as a simpler and stronger foundation than VAEs for large-scale T2I generation. Additionally, because both visual understanding and generation can operate in a shared representation space, the multimodal model can directly reason over generated latents, opening new possibilities for unified models.

cs.CV