Soft Tail-dropping for Adaptive Visual Tokenization
Zeyuan Chen, Kai Zhang, Zhuowen Tu, Yuanjun Xiong
TL;DR
Soft Tail-dropping Adaptive Tokenization (STAT) introduces a content-adaptive 1D visual tokenizer that outputs a variable-length latent token sequence with per-token keep probabilities. By enforcing a monotonic decreasing importance profile and aligning token counts with a perceptual complexity proxy, STAT achieves efficient, adaptive tokenization that pairs well with vanilla autoregressive image generation. The two-stage training (flexible prefix reconstruction and content-adaptive token allocation) yields high reconstruction quality with fewer tokens and strong generation performance, competitive with diffusion models while using simpler architectures. The approach demonstrates strong performance on ImageNet-1k for reconstruction and generation, extends to video, and provides insights into token-budget-aware modeling for scalable multimodal autoregressive systems.
Abstract
We present Soft Tail-dropping Adaptive Tokenizer (STAT), a 1D discrete visual tokenizer that adaptively chooses the number of output tokens per image according to its structural complexity and level of detail. STAT encodes an image into a sequence of discrete codes together with per-token keep probabilities. Beyond standard autoencoder objectives, we regularize these keep probabilities to be monotonically decreasing along the sequence and explicitly align their distribution with an image-level complexity measure. As a result, STAT produces length-adaptive 1D visual tokens that are naturally compatible with causal 1D autoregressive (AR) visual generative models. On ImageNet-1k, equipping vanilla causal AR models with STAT yields competitive or superior visual generation quality compared to other probabilistic model families, while also exhibiting favorable scaling behavior that has been elusive in prior vanilla AR visual generation attempts.
