Trend

Robot VLA work is prioritizing deployment feedback, geometry, and world-model scoring

Day · 2026-06-23 · Embodied AI

This period’s robot papers focus on making vision-language-action (VLA) policies usable after deployment. InSight adds new manipulation primitives through robot rollouts. Reflective VLA records action consequences. G3VLA injects camera calibration into visual tokens. The common emphasis is measurable behavior under new skills, new cameras, and imperfect data.

Deployment feedback for VLA policies

InSight treats missing robot skills as primitives that can be acquired after the initial demonstration set. It segments existing demonstrations into labeled actions, lets a vision-language model propose missing primitives, collects successful robot rollouts, and retrains the policy. The reported real xArm results are concrete: 92% twist success, 96% pour success, and 80% on a 14-primitive twist-then-pour task without end-to-end demonstrations.

Reflective VLA adds a different feedback path. It stores observation-action-consequence triplets, so the policy can infer camera geometry, calibration error, and actuation bias during deployment. On LIBERO-Plus it reports 87.7% average success against 82.3% for a matched reactive baseline, with the largest listed gain on the Robot shift at 72.9% against 50.0%.

Geometry and contact signals for manipulation

Several papers add physical structure to robot perception without replacing the base policy. GRA uses generated robot videos only for 2D end-effector waypoint supervision, then trains actions on real demonstrations. With 25 real demos and 75 generated videos per task, it reaches 68.9% mean success on three Franka pick-and-place tasks, compared with 61.1% for the real-only matched budget.

G3VLA inserts camera calibration into VLA visual tokens through ray embeddings, projective positional encoding, and cross-view fusion. On LIBERO with pi0, ground-truth geometry supervision raises average success from 84.6% to 88.1%. NoContactNoWorries extends the same practical theme to dexterous hands by predicting fingertip contact from wrist RGB-D and joint state. On a real LEAP Hand, it reports F1 scores from 0.71 to 0.84 across tested objects.

World models as progress scorers and planners

World-model work in this period is tied to control decisions. World Value Models use a pretrained video world model to estimate task progress in manipulation videos, including hesitation and retry segments. The new Suboptimal-Value-Bench has 800 human-annotated trajectories across 3 embodiments and 15 tasks. WVM reports 0.05 average Hesitation-RMSE and 0.78 Retry-VOC, ahead of the listed value-model baselines.

NavWM applies future prediction to visual navigation. It predicts multiple candidate paths and the future images for those paths, then uses that foresight for image-goal navigation. Across Go Stanford, SCAND, RECON, and HuRoN, its average trajectory error drops to 0.207 from UniWM’s 0.302. Future-frame PSNR reaches 17.340, and seen-environment navigation success rises from 66% to 72%.

Step-level evaluation for robot tasks

MANGO targets a practical weakness in VLA testing: final-state checks often hide the step where a long-horizon task failed. It builds atomic task libraries from natural-language instructions, maps steps such as open, pick, place, and close to simulator checks, and uses Generator, Assessor, and Judge agents to refine executable oracles.

The evidence is more diagnostic than benchmark-heavy. The paper evaluates on LIBERO_10 and RoboCasa Humanoid Tabletop, and reports that generated oracles detect a similar number of failures as hand-written symbolic oracles while localizing failed atomic steps and order violations. Exact precision, recall, and runtime numbers are absent from the available excerpt.

NewerCoding agents are being measured by state, recovery, and regression controlOlderCoding agents need census data, cost controls, and security evidence