How Much Information Can a Vision Token Hold? A Scaling Law for Recognition Limits in VLMs
Shuxin Zhuang, Zi Liang, Runsheng Yu, Hongzong Li, Rong Feng, Shiqin Tang, Youzhi Zhang
TL;DR
This work investigates the fundamental information capacity of vision tokens in vision-language models by conducting controlled experiments with dense text rendered as images under fixed token budgets. It reveals a scale-invariant phase transition with three regimes—Stable, Instability, and Collapse—and distinguishes reversible spatial-alignment failures from irreversible capacity exhaustion. A probabilistic scaling law is introduced, combining visual density $V$ and average token load $G$ through $Z = w_0 + a \log V + \alpha \log G$ and a mixture model, which is shown to generalize across multiple VLM architectures. The findings offer practical guidance for compression-aware VLM design and adaptive inference to optimize efficiency-accuracy trade-offs in long-context visual contexts.
Abstract
Recent vision-centric approaches have made significant strides in long-context modeling. Represented by DeepSeek-OCR, these models encode rendered text into continuous vision tokens, achieving high compression rates without sacrificing recognition precision. However, viewing the vision encoder as a lossy channel with finite representational capacity raises a fundamental question: what is the information upper bound of visual tokens? To investigate this limit, we conduct controlled stress tests by progressively increasing the information quantity (character count) within an image. We observe a distinct phase-transition phenomenon characterized by three regimes: a near-perfect Stable Phase, an Instability Phase marked by increased error variance, and a total Collapse Phase. We analyze the mechanical origins of these transitions and identify key factors. Furthermore, we formulate a probabilistic scaling law that unifies average vision token load and visual density into a latent difficulty metric. Extensive experiments across various Vision-Language Models demonstrate the universality of this scaling law, providing critical empirical guidance for optimizing the efficiency-accuracy trade-off in visual context compression.
