Latency-aware evaluation harness for world-action robot policies
Robot policy teams should add a control-loop test harness that reports success rate together with end-to-end latency, p95 latency, action update frequency, and the cost of future-state prediction. The useful comparison is direct VLA control, latent future-aware control, and video-action joint prediction on the same task suite, with the same camera layout and action chunking.
MotuBrain gives a concrete target for this kind of test: it reports RoboTwin 2.0 success above 95% while cutting end-to-end latency from 4.90 seconds to 0.09 seconds and raising frequency to 11.11 Hz. Being-H0.7 points to a second design point: train with future observations, drop the future-aware branch at inference, and run at 3–4 ms per step without test-time video rollout. A practical first check is a replay-and-robot run on long-horizon manipulation tasks where the report fails any model that improves prediction quality while missing the robot’s control deadline.