Latency budget harness for VLA acceleration patches
A practical near-term build is a latency budget harness for VLA control loops that tests interchangeable acceleration patches on the same policy. The evidence now supports treating action-head compression, early exit, and token pruning as modules in one deployment stack. SnapFlow cuts pi0.5 end-to-end latency from 274 ms to 83 ms while keeping LIBERO success at 98.75% versus 97.75% for the 10-step teacher. A1 reports up to 72% lower per-episode latency and 76.6% less backbone computation by combining early exit with truncated flow matching. VLA-InfoEntropy adds a training-free path for OpenVLA-class systems, lowering latency from 51.91 to 31.25 with a small gain in LIBERO success, 76.4% versus 75.0%.
The missing layer is comparative deployment tooling, not another base model. Robotics teams need a repeatable way to answer a simple question before they touch hardware: which mix of acceleration methods fits a fixed control-cycle budget without breaking long-horizon tasks. A useful first version would log end-to-end latency, action-head latency, backbone latency, success by suite, and failure concentration on long tasks. The cheap check is to run one standard policy through LIBERO with four modes: baseline, action-step compression, backbone early exit, and token pruning, then measure whether any combination stays under a target cycle time and preserves success on Long tasks. This is the kind of tool infra that can shorten model-to-robot handoff for teams already running pi0.5, OpenVLA, or similar VLAs.