0
0

Holistic Tokenizer for Autoregressive Image Generation

Anlin Zheng
Haochen Wang
Yucheng Zhao
Weipeng Deng
Tiancai Wang
Xiangyu Zhang
Xiaojuan Qi
Main:8 Pages
13 Figures
Bibliography:3 Pages
10 Tables
Appendix:6 Pages
Abstract

The vanilla autoregressive image generation model generates visual tokens in a step-by-step fashion, which limits the ability to capture holistic relationships among token sequences. Moreover, most visual tokenizers map local image patches into latent tokens, leading to limited global information. To address this, we introduce \textit{Hita}, a novel image tokenizer for autoregressive (AR) image generation. It introduces a holistic-to-local tokenization scheme with learnable holistic queries and local patch tokens. Besides, Hita incorporates two key strategies for improved alignment with the AR generation process: 1) it arranges a sequential structure with holistic tokens at the beginning followed by patch-level tokens while using causal attention to maintain awareness of previous tokens; and 2) before feeding the de-quantized tokens into the decoder, Hita adopts a lightweight fusion module to control information flow to prioritize holistic tokens. Extensive experiments show that Hita accelerates the training speed of AR generators and outperforms those trained with vanilla tokenizers, achieving \textbf{2.59 FID} and \textbf{281.9 IS} on the ImageNet benchmark. A detailed analysis of the holistic representation highlights its ability to capture global image properties such as textures, materials, and shapes. Additionally, Hita also demonstrates effectiveness in zero-shot style transfer and image in-painting. The code is available at \href{this https URL}{this https URL}

View on arXiv
@article{zheng2025_2507.02358,
  title={ Holistic Tokenizer for Autoregressive Image Generation },
  author={ Anlin Zheng and Haochen Wang and Yucheng Zhao and Weipeng Deng and Tiancai Wang and Xiangyu Zhang and Xiaojuan Qi },
  journal={arXiv preprint arXiv:2507.02358},
  year={ 2025 }
}
Comments on this paper