Trend

Robot VLA gains are tied to contact, timing, and action priors

Day · 2026-06-10 · Embodied AI

Vision-language-action (VLA) robot papers in this period focus on making policies work under physical constraints. DAM-VLA, World Pilot, and CHORUS show the main emphasis: faster sensor loops, action-aware guidance, and deployable control across real robot settings.

Contact-aware control loops

DAM-VLA treats robot inputs as signals with different clocks. Language is encoded once, vision updates sparsely, and force plus proprioception update at the control rate. The action head reads buffered latents at every step, which lets the controller keep producing actions while slower inputs wait for new data. On seven real Franka manipulation tasks, it reports 95.2% average success, compared with 40.95% for the strongest synchronous baseline.

TacCoRL adds tactile tokens to a pretrained VLA policy and trains contact correction in simulation before real deployment. Its contact gate suppresses touch readings when they look like background noise, and reinforcement learning runs in a real-aligned simulator with a supervised anchor on real trajectories. Across four real bimanual contact-rich tasks, the visuo-tactile policy reaches 72.5% average success, compared with 50.0% for a vision-only policy after reinforcement learning.

Action and world priors for generalization

World Pilot adds a frozen world-action model to a VLA policy. One pathway injects a predicted scene-evolution latent into the perception stream. Another feeds an anticipated action trajectory to the action generator. On LIBERO-Plus zero-shot out-of-distribution tests, it reports 84.7% total success, ahead of ABot-M0 at 80.5% and Cosmos Policy at 79.7%. In real-robot tests, the paper reports the highest success rate in every listed setting.

APT attacks a different failure mode: weak instruction generalization caused by imbalanced robot data. It first trains the continuous action expert on vision-action pairs with language masked out, then adds language conditioning. On LIBERO-PRO, APT with vision-language model fine-tuning reports 27% average success, compared with 11% for π0.5 and 14% for LangForce. On LIBERO-PRO Spatial, it reaches 62% on both position and task metrics, compared with 20% and 1% for π0.5.

Test-time language steering with abstention

One paper keeps the robot policy frozen and learns what language to send it during execution. The language feedback policy proposes subtask instructions at replanning time, then an improvement head decides when steering is likely to help. A conformal prediction gate makes the policy fall back to the original instruction when the learned steering looks risky.

The reported gains are large on the settings described in the summary: 24.7% improvement in simulation and 65.0% on Franka hardware for seen environments. The paper also states a false-positive guarantee for harmful steering under the calibration assumptions. The useful detail is the abstention mechanism, since the same summary says bad steering prompts can reduce task success.

One policy across teams and hands

CHORUS fine-tunes one pretrained VLA policy for heterogeneous robot teams. Each robot runs its own copy with only local observations and an identity prompt. The paper reports a 64 percentage point mean success gain over decentralized diffusion policies trained from scratch, and 17/20 successes in a teammate-perturbation handover test versus 9/20 for separate per-robot VLA policies.

InDex adapts a pretrained VLA policy to a high-degree-of-freedom dexterous hand. It keeps the VLA’s arm-level spatial behavior, predicts a scalar grasp intent, and trains a diffusion head for finger-level actions. In robosuite simulation with 100 demonstrations per task, π0.5+InDex reports 85.8% average task success, compared with 50.3% for π0.5 and 42.8% for Diffusion Policy.

NewerCoding agents are being managed as production workersOlderCoding agents need state, measured harnesses, and action gates