Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

BitDance: Scaling Autoregressive Generative Models with Binary Tokens

About

We present BitDance, a scalable autoregressive (AR) image generator that predicts binary visual tokens instead of codebook indices. With high-entropy binary latents, BitDance lets each token represent up to $2^{256}$ states, yielding a compact yet highly expressive discrete representation. Sampling from such a huge token space is difficult with standard classification. To resolve this, BitDance uses a binary diffusion head: instead of predicting an index with softmax, it employs continuous-space diffusion to generate the binary tokens. Furthermore, we propose next-patch diffusion, a new decoding method that predicts multiple tokens in parallel with high accuracy, greatly speeding up inference. On ImageNet 256x256, BitDance achieves an FID of 1.24, the best among AR models. With next-patch diffusion, BitDance beats state-of-the-art parallel AR models that use 1.4B parameters, while using 5.4x fewer parameters (260M) and achieving 8.7x speedup. For text-to-image generation, BitDance trains on large-scale multimodal tokens and generates high-resolution, photorealistic images efficiently, showing strong performance and favorable scaling. When generating 1024x1024 images, BitDance achieves a speedup of over 30x compared to prior AR models. We release code and models to facilitate further research on AR foundation models. Code and models are available at: https://github.com/shallowdream204/BitDance.

Yuang Ai, Jiaming Han, Shaobin Zhuang, Weijia Mao, Xuefeng Hu, Ziyan Yang, Zhenheng Yang, Huaibo Huang, Xiangyu Yue, Hao Chen• 2026

Related benchmarks

TaskDatasetResultRank
Class-conditional Image GenerationImageNet 256x256
Inception Score (IS)304.4
441
Image GenerationImageNet 256x256 (val)
FID1.69
307
Text-to-Image GenerationDPG-Bench
Overall Score88.28
173
Text-to-Image GenerationGenEval (test)
Two Obj. Acc96
169
Text-to-Image GenerationOneIG-ZH
Alignment78.6
24
Text-to-Image GenerationGenEval 1024x1024
Latency (s)12.4
22
Text-to-Image GenerationTIIF Bench mini (test)
Overall Score (Short)79.64
18
Text-to-Image GenerationOneIG-EN 7
Alignment85.3
16
Showing 8 of 8 rows

Other info

GitHub

Follow for update