paper-with-me

Papers

BitDance: Scaling Autoregressive Generative Models with Binary Tokens

2026-02-15 · Yuang Ai, Jiaming Han, Shaobin Zhuang, Weijia Mao, Xuefeng Hu, Ziyan Yang, Zhenheng Yang, Yali Wang, Huaibo Huang, Xiangyu Yue, Hao Chen arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.14041

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Image Generation

Results from the Paper

RankTaskDatasetModelMetrics
#9 Image Generation ImageNet 256x256 BitDance FID: 1.24

Similar Papers 제목 키워드 기반

Fluid: Scaling Autoregressive Text-to-image Generative Models with Continuous Tokens

2024-10-17 · Lijie Fan, Tianhong Li, Siyang Qin, Yuanzhen Li 외

Scaling up autoregressive models in vision has not proven as beneficial as in large language models. In this work, we investigate this scaling problem in the context of text-to-image generation, focusing on two critical …

Image GenerationText to Image GenerationText-to-Image Generation

DiverseAR: Boosting Diversity in Bitwise Autoregressive Image Generation

2025-12-02 · Ying Yang, Zhengyao Lv, Tianlin Pan, Haofan Wang 외 arxiv

In this paper, we investigate the underexplored challenge of sample diversity in autoregressive (AR) generative models with bitwise visual tokenizers. We first analyze the factors that limit diversity in bitwise AR model…

Binary ClassificationImage Generation

G3PT: Unleash the power of Autoregressive Modeling in 3D Generation via Cross-scale Querying Transformer

2024-09-10 · Jinzhi Zhang, Feng Xiong, Mu Xu

Autoregressive transformers have revolutionized generative models in language processing and shown substantial promise in image and video generation. However, these models face significant challenges when extended to 3D …

3D GenerationVideo Generation

An Empirical Study of Autoregressive Pre-training from Videos

2025-01-09 · Jathushan Rajasegaran, Ilija Radosavovic, Rahul Ravishankar, Yossi Gandelsman 외

We empirically study autoregressive pre-training from videos. To perform our study, we construct a series of autoregressive video models, called Toto. We treat videos as sequences of visual tokens and train transformer m…

Object TrackingVideo Classification

Scaling the Vocabulary of Non-autoregressive Models for Efficient Generative Retrieval

2024-06-10 · Ravisri Valluri, Akash Kumar Mohankumar, Kushal Dave, Amit Singh 외

Generative Retrieval introduces a new approach to Information Retrieval by reframing it as a constrained generation task, leveraging recent advancements in Autoregressive (AR) language models. However, AR-based Generativ…

Inference OptimizationInformation RetrievalNatural QuestionsRetrieval