Latency and stale-observation test bench for VLA action chunks
Robot teams evaluating a VLA policy should add a delay sweep to their normal task-success tests. The test should record end-to-end milliseconds per control step, VLM backbone call frequency, action chunk length, and success at fixed delays such as d=0, 2, 4, 8, 15, and 20. This catches a failure mode that single success-rate tables hide: the robot may keep moving while the next action chunk was computed from an old observation.
Two current papers give useful baselines for this check. Latent Bridge reports near-synchronous LIBERO success while cutting GR00T-N1.6-3B from 90 ms to 49 ms per step and pi_0.5 from 76 ms to 46 ms by predicting feature or KV-cache deltas between full VLM calls. The asynchronous-inference benchmark shows a separate control problem: at LIBERO delay d=20, A2C2 reaches about 58% success while a naive asynchronous baseline is around 10–12%. A practical adoption gate is to run the candidate policy through both measurements before any real-robot trial: latency with skipped backbone calls, then task success under delayed action chunks.