Action-channel capacity audit for VLA policies with discrete action tokens
Discrete action tokenization is a concrete place to audit before spending more on better robot perception. The new evidence shows a familiar upgrade path can stall at the action interface: on LIBERO-10, Diffusion Policy improved from 36.4% to 57.6% with a ResNet-18 to SigLIP encoder change at size M, while OAT moved from 53.8% to 57.4% under the same upgrade. The encoder sweep is sharper. Diffusion Policy rose from 36.4% with ResNet-18 to 63.8% with DINOv2 ViT-L/14, while OAT stayed in a narrower band and even dropped with some stronger encoders.
For teams training VLA-style policies with discrete action codes, the practical build is an action-channel capacity test that runs before the next encoder refresh. Keep the dataset and policy size fixed, swap encoder quality across a small ladder, and measure whether success tracks the encoder. Then increase codebook capacity or compare against a continuous-action baseline on the same tasks. If the policy barely moves when the encoder improves, the bottleneck is likely in the action representation, not the visual stack.
This is a useful adoption change for robot foundation model roadmaps because it turns a vague scaling problem into a cheap gating experiment. The decision is concrete: keep investing in encoder quality only if control quality rises with it; otherwise move effort to the tokenizer, codebook size, or continuous-action heads.