Action-generation latency benchmark for VLA manipulation policies
Robot teams testing VLA manipulation policies should add a release gate that measures action sampling latency, NFE, end-to-end observe-infer-act time, and task success on the same manipulation suite. The gate should run on the intended robot computer, then repeat after compilation, caching, sampler changes, or action-head changes.
CF-VLA gives a concrete baseline for this test. It reports 96.5 average LIBERO success at NFE=2, a 75.4% reduction in action sampling latency, and 83.0 average success in real-robot experiments. Libra-VLA points to a related implementation pattern: run a heavier semantic planner less often, store coarse intent in a FIFO buffer, and keep the action refiner at the control rate. The hardware profiling paper shows why this belongs in the deployment workflow. For pi0, measured latency ranges from 102.3 ms on RTX 4090 to 246.0 ms on Jetson Thor and 920.6 ms on AGX Orin before compilation, while energy and cost move differently across devices.
A cheap validation run is a two-column comparison: current sampler versus a coarse-to-fine or buffered variant, with success and latency recorded together. A sampler that saves milliseconds while lowering contact-task success should fail the gate.