Diffusion Autoencoders are Scalable Image Tokenizers
Yinbo Chen, Rohit Girdhar, Xiaolong Wang, Sai Saketh Rambhatla, Ishan Misra
TL;DR
Diffusion Autoencoders are Diffusion Tokenizers (DiTo) present a simple, self-supervised approach to learning compact image representations by training an encoder and a diffusion-based decoder with a single ELBO-aligned diffusion objective. By replacing complex, multi-term losses with a Flow Matching loss and introducing noise-synchronization regularization, DiTo achieves competitive or superior image reconstruction and downstream generation compared to the supervised GAN-LPIPS tokenizer GLPTo, especially at scale. The work provides theoretical grounding in ELBO, demonstrates scalability across model sizes, and shows that jointly learning latent representations with a diffusion decoder yields robust, high-quality reconstructions and generation, while remaining fully self-supervised. Overall, DiTo offers a simpler, scalable alternative for image tokenization, with strong empirical results and clear avenues for broader application to higher resolutions and other modalities.
Abstract
Tokenizing images into compact visual representations is a key step in learning efficient and high-quality image generative models. We present a simple diffusion tokenizer (DiTo) that learns compact visual representations for image generation models. Our key insight is that a single learning objective, diffusion L2 loss, can be used for training scalable image tokenizers. Since diffusion is already widely used for image generation, our insight greatly simplifies training such tokenizers. In contrast, current state-of-the-art tokenizers rely on an empirically found combination of heuristics and losses, thus requiring a complex training recipe that relies on non-trivially balancing different losses and pretrained supervised models. We show design decisions, along with theoretical grounding, that enable us to scale DiTo for learning competitive image representations. Our results show that DiTo is a simpler, scalable, and self-supervised alternative to the current state-of-the-art image tokenizer which is supervised. DiTo achieves competitive or better quality than state-of-the-art in image reconstruction and downstream image generation tasks.
