Computational Tradeoffs in Image Synthesis: Diffusion, Masked-Token, and Next-Token Prediction
Maciej Kilian, Varun Jampani, Luke Zettlemoyer
TL;DR
This study conducts a compute-controlled comparison of diffusion, masked-token, and next-token latent image synthesis on Transformer backbones, trained across a grid of model sizes and dataset scales. It uses a latent autoencoding framework with continuous and discrete latents and evaluates training/inference performance via FID, CLIP, and compute budgets, applying flow-matching diffusion and autoregressive/masked-token objectives. Key findings show token-based methods deliver superior CLIP controllability and inference efficiency at low compute, while diffusion catches up in image quality as compute increases; EMA impacts diffusion more than token methods, and autoencoder quality strongly influences FID. The results yield practical guidance: diffusion is preferred for image quality and low latency, whereas next-token prediction excels in prompt following and throughput, informing deployment decisions across applications.
Abstract
Nearly every recent image synthesis approach, including diffusion, masked-token prediction, and next-token prediction, uses a Transformer network architecture. Despite this common backbone, there has been no direct, compute controlled comparison of how these approaches affect performance and efficiency. We analyze the scalability of each approach through the lens of compute budget measured in FLOPs. We find that token prediction methods, led by next-token prediction, significantly outperform diffusion on prompt following. On image quality, while next-token prediction initially performs better, scaling trends suggest it is eventually matched by diffusion. We compare the inference compute efficiency of each approach and find that next token prediction is by far the most efficient. Based on our findings we recommend diffusion for applications targeting image quality and low latency; and next-token prediction when prompt following or throughput is more important.
