Runtime selection for stale VLA action chunks
Robot teams using chunked VLA policies can add a runtime selector around an existing policy. The selector samples several action chunks, predicts each chunk’s latent future with a small world model, and executes the next action from the chunk whose predicted state best matches the current observation.
DREAM-Chunk tests this pattern without fine-tuning the base policy. It targets a common failure in low-frequency VLA control: the policy commits to a chunk, then later actions become stale after slip, contact error, partial observability, or an external perturbation. On a precise insertion task under external perturbation, the paper reports 65% success for DREAM-Chunk compared with 10% for open-loop π0.5. The auxiliary model is also small enough to sit near the control loop: the summary cites a 15M-parameter JEPA world model and less than 10 ms for encoding plus prediction, while VLA inference takes more than 100 ms.
A practical adoption test is to wrap an existing π0.5 or SmolVLA action-chunking setup, run the same insertion or grasp tasks with forced pose offsets and light human perturbations, and compare success, latency, and how often the selected candidate changes mid-rollout.