paper-with-me

Papers

The Compression Gap: Why Discrete Tokenization Limits Vision-Language-Action Model Scaling

2026-04-03 · Takuya Shiba arxiv

Scaling Vision-Language-Action (VLA) models by upgrading the vision encoder is expected to improve downstream manipulation performance--as it does in vision-language modeling. We show that this expectation fails when actions are represented as discrete tokens, and explain why through an information-theoretic principle we call the Compression Gap: in any visuomotor pipeline, scaling behavior is governed by the location of the tightest information bottleneck. When actions are continuous (e.g., Diffusion Policy), the vision encoder is the binding constraint, and upgrading it directly improves performance. When actions are discretized through a fixed-capacity codebook (e.g., OAT), the codebook becomes the binding constraint, and encoder improvements cannot propagate past it--regardless of how rich the upstream representation is. We validate this principle on the LIBERO benchmark with three lines of evidence: a factorial experiment showing that encoder upgrades improve Diffusion Policy by over 21 percentage points while OAT gains are substantially attenuated across model scales; an encoder quality gradient across four encoders confirming that Diffusion Policy tracks encoder quality monotonically while OAT remains flat; and a codebook size experiment demonstrating that relaxing codebook capacity partially recovers encoder sensitivity, providing causal evidence for the bottleneck hypothesis. Our findings reveal that scaling in Physical AI requires identifying where information bottlenecks lie in the pipeline, rather than uniformly increasing model or data size.

📄 PDF Abstract BibTeX arXiv:2604.03191

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FAST: Efficient Action Tokenization for Vision-Language-Action Models

2025-01-16 · Karl Pertsch, Kyle Stachowicz, Brian Ichter, Danny Driess 외

Autoregressive sequence models, such as Transformer-based vision-language action (VLA) policies, can be tremendously effective for capturing complex and generalizable robotic behaviors. However, such models require us to…

Vision-Language-Action

One-D-Piece: Image Tokenizer Meets Quality-Controllable Compression

2025-01-17 · Keita Miwa, Kento Sasaki, Hidehisa Arai, Tsubasa Takahashi 외

Current image tokenization methods require a large number of tokens to capture the information contained within images. Although the amount of information varies across images, most image tokenizers only support fixed-le…

Depth Estimationimage-classificationImage Classificationobject-detection+2

HH-Codec: High Compression High-fidelity Discrete Neural Codec for Spoken Language Modeling

2025-07-25 · Rongkun Xue, Yazhe Niu, Shuai Hu, Zixin Yin 외 arxiv

Discrete speech tokenization is a fundamental component in speech codecs. However, in large-scale speech-to-speech systems, the complexity of parallel streams from multiple quantizers and the computational cost of high-t…

InfoTok: Adaptive Discrete Video Tokenizer via Information-Theoretic Compression

2025-12-18 · Haotian Ye, Qiyuan He, Jiaqi Han, Puheng Li 외 arxiv

Accurate and efficient discrete video tokenization is essential for long video sequences processing. Yet, the inherent complexity and variable information density of videos present a significant bottleneck for current to…

X-Tokenizer: A Multimodal Action Tokenizer for Vision-Language-Action Pretraining

2026-06-07 · Miracle Kang, Lights Shi, Lucy Liang, Roy Gan 외 arxiv

Modern Vision-Language-Action (VLA) models must bridge pretrained vision-language reasoning and precise continuous robot control. Existing action tokenizers discretize actions primarily for reconstruction, producing code…

Multimodal Reasoning