Improving Flexible Image Tokenizers for Autoregressive Image Generation
Zixuan Fu, Lanqing Guo, Chong Wang, Binbin Song, Ding Liu, Bihan Wen

TL;DR
This paper introduces ReToK, a novel flexible image tokenizer that enhances autoregressive image generation by alleviating information concentration issues through redundant token padding and hierarchical semantic regularization, leading to improved performance.
Contribution
ReToK is the first flexible tokenizer combining redundant token padding and hierarchical semantic regularization to fully utilize all tokens for better image modeling.
Findings
ReToK outperforms existing tokenizers on ImageNet 256x256.
Redundant token padding improves tail token utilization.
Hierarchical semantic regularization enhances feature alignment.
Abstract
Flexible image tokenizers aim to represent an image using an ordered 1D variable-length token sequence. This flexible tokenization is typically achieved through nested dropout, where a portion of trailing tokens is randomly truncated during training, and the image is reconstructed using the remaining preceding sequence. However, this tail-truncation strategy inherently concentrates the image information in the early tokens, limiting the effectiveness of downstream AutoRegressive (AR) image generation as the token length increases. To overcome these limitations, we propose \textbf{ReToK}, a flexible tokenizer with \underline{Re}dundant \underline{Tok}en Padding and Hierarchical Semantic Regularization, designed to fully exploit all tokens for enhanced latent modeling. Specifically, we introduce \textbf{Redundant Token Padding} to activate tail tokens more frequently, thereby alleviating…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Image Enhancement Techniques · Advanced Neural Network Applications
