Pre-execution action verification and uncertainty logging for VLA rollouts
A robot team running π0-style or other stochastic VLA policies can add a small runtime layer that samples several short action chunks, scores them before motion, executes the best candidate, and logs the rejected candidates with the final outcome. VERITAS gives the most concrete recipe: generate N candidate chunks, use a visual verifier tied to pixel-space waypoints, and keep successful verified rollouts for later behavior-cloning fine-tuning. The reported setting used N = 5 at 15 Hz, with less than 1 ms geometric verification overhead after the one-time VLM trace generation.
This is a practical fit for manipulation cells where a wrong first motion is expensive but a few extra policy samples are cheap. The same logging layer can include velocity-field disagreement for flow-based VLAs, so uncertain starts are routed to an expert demonstration queue. That turns deployment telemetry into a triage list: successful verified rollouts become self-training data, and high-disagreement cases become the next demonstrations to collect.