Paper Overview
- Field: Computer Vision (CV)
- Author: Takuya Shiba
- Published: 2026-04-03
- arXiv: 2604.03191
- 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 large or capable the encoder becomes.
- The tightest information bottleneck, not encoder quality, determines whether scaling investments pay off.
- Discrete action tokenization with fixed-capacity codebooks caps the effective information flow from perception to action.
- To benefit from stronger vision encoders in VLA models, the action representation bottleneck (codebook capacity) must be addressed first.
Abstract
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. This paper shows that this expectation fails when actions are represented as discrete tokens, and explains why through an information-theoretic principle the author calls the Compression Gap: in any visuomotor pipeline, scaling behavior is governed by the location of the tightest information bottleneck.
Key Takeaways
*Auto-collected on 2026-04-06*