๐ค AI Summary
Existing masked autoregressive (AR) image generation models lag behind diffusion models in both quality and efficiency due to limitations of conventional tokenizers. To address this, we propose an efficient text-to-image generation framework. Our core innovation is the Deeply Compressed Hybrid Tokenizer (DC-HT), enabling 32ร spatial compression, high-fidelity reconstruction, and cross-resolution generalization. We further introduce a two-stage AR generation paradigm: first modeling the image skeleton using discrete structural tokens, then refining fine details via residual tokens. Built upon MaskGIT, our method achieves 5.49 gFID and 0.69 GenEval on MJHQ-30Kโsetting new state-of-the-art performance. It also delivers 1.5โ7.9ร higher throughput and 2.0โ3.5ร lower latency compared to prior AR approaches. Collectively, these advances establish a new Pareto-optimal trade-off between generation quality, speed, and computational efficiency among autoregressive image synthesis methods.
๐ Abstract
We introduce DC-AR, a novel masked autoregressive (AR) text-to-image generation framework that delivers superior image generation quality with exceptional computational efficiency. Due to the tokenizers' limitations, prior masked AR models have lagged behind diffusion models in terms of quality or efficiency. We overcome this limitation by introducing DC-HT - a deep compression hybrid tokenizer for AR models that achieves a 32x spatial compression ratio while maintaining high reconstruction fidelity and cross-resolution generalization ability. Building upon DC-HT, we extend MaskGIT and create a new hybrid masked autoregressive image generation framework that first produces the structural elements through discrete tokens and then applies refinements via residual tokens. DC-AR achieves state-of-the-art results with a gFID of 5.49 on MJHQ-30K and an overall score of 0.69 on GenEval, while offering 1.5-7.9x higher throughput and 2.0-3.5x lower latency compared to prior leading diffusion and autoregressive models.