Robot latency is also a recovery problem

Reddit r/artificial Models

Summary

A robot can be fast on average but still fail when the scene changes; the LingBot-VA 2.0 design addresses this by pairing foresight reasoning with regrounding, achieving a fourfold speedup while ensuring state-reality closeness.

A robot can be fast on average and still drift when the scene changes between planning steps. The camera catches a misplaced object. Someone steps into the workspace. The system has to decide whether to finish the imagined action or replan from reality. That recovery path matters more than one sampler throughput number. The LingBot-VA 2.0 design pairs foresight reasoning with regrounding when new observations arrive. Its headline number is more than a fourfold end to end speedup. Before treating that as a control result, show tail latency, prediction horizon, regrounding frequency, and recovery after forced mismatches. Fast is useful, but only while the imagined state stays close to reality.
Original Article

Similar Articles

Drop-Then-Recovery: How Redundant Are Vision-Language-Action Models?

Hugging Face Daily Papers

This paper investigates redundancy in Vision-Language-Action (VLA) models and finds that language backbones are highly redundant for robotic manipulation tasks, while vision and action pathways are more critical. The authors propose Drop-Then-Recovery (DTR) and GateProbe to quantify and prune unnecessary blocks, showing that removing half of LLM blocks can even improve performance.