Trend

Robot VLA research is targeting closed-loop reliability under contact, safety limits, and scarce demonstrations

Day · 2026-06-22 · Embodied AI

Robot vision-language-action (VLA) work in this period centers on reliability after deployment. dVLA-RL, LIBERO-Safety, and LaST-HD show the main pressure points: task reward optimization, safety-constrained evaluation, and cheaper human-sourced data for contact-rich manipulation.

Closed-loop VLA training

Several papers treat supervised imitation as an incomplete training signal for robot policies. dVLA-RL applies proximal policy optimization (PPO) to the sampled denoising path of a discrete diffusion VLA, which gives the policy a usable likelihood during multi-step action generation. It reports 99.7% average success on LIBERO and raises an MM-ACT backbone on RoboTwin 2.0 from 61.4% to 92.0% average success.

Flatness Preserves Instruction Following attacks a different failure mode: small robot datasets can make a VLA ignore changed language instructions. Adding sharpness-aware minimization (SAM) during finetuning improves counterfactual instruction following without new data, including 47.8% success on LIBERO-CF compared with 13.2% for the default π0.5 finetune. RECALL adds a deployment loop: collect recovery demonstrations at high-uncertainty states, then train with replay to avoid forgetting. Its strongest setting reaches 72.4% overall LIBERO-10 success, compared with 60.2% for matched passive collection.

Human data for contact-rich manipulation

Data collection is a major bottleneck in these robotics papers, so several systems put humans back into the loop in more selective ways. LaST-HD uses human-hand demonstrations, a motion-capture glove, and latent dynamics alignment to train robot policies across grippers and dexterous hands. It reports 0.73 average success across six real-world tasks and says the glove collects data 4–5× faster than robot teleoperation.

Assistron keeps a VLA frozen and asks for joystick help near contact-heavy moments such as grasping and release. In a novice-user assistive manipulation benchmark, it reaches 91.3% partial success while running autonomously for 43.5% of the task time. CoorDex shows a simulation-side version of the same contact problem for humanoids: separate body and hand priors make moving grasp tasks trainable, while direct joint-space PPO fails in the reported WalkGrab ablations.

Safety and world-model checks

The safety work is becoming more concrete. LIBERO-Safety adds 75 tasks across physical and semantic safety suites, with 19,664 human-screened collision-free demonstrations. The benchmark shows strong task policies still break under hard safety settings: OpenVLA-OFT falls to 1.3% success on AAG-L2, and π0.5 reaches only 35.3% on the same hard affordance-aware grasping level.

IOI addresses simulated rollouts by injecting exact robot kinematics into an action-conditioned video model. On RoboTwin, it reports the best overall SSIM, LPIPS, and FVD among the listed baselines, with FVD 41.23 compared with 126.20 for IRASim and 64.90 for Ctrl-World. A separate watermarking paper adds an ownership angle for deployed VLA and world-action model services: with 16 audit rollouts, it reports true positive rate 1.00 at 1% false positive rate across four policy-robot combinations.

Medical and aerial control use VLA-style training selectively

The period also includes domain-specific autonomy papers that borrow pieces of the VLA recipe. BiliVLA trains an endoscopic navigation policy to output target category, bounding box, and motor command for ERCP phantom tasks. Its two-stage training uses supervised tuning followed by group relative policy optimization (GRPO), raising success to 84.85% compared with 58.86% for EndoVLA in the reported total results.

SkyJEPA focuses on quadrotors rather than language-conditioned manipulation. It trains a latent world model for long-horizon prediction, then maps predicted latents back to metric state variables for sampling-based control. The available excerpt gives method details and claims outdoor closed-loop tests, but it does not provide metric values, so the grounded takeaway is narrower: latent prediction is being paired with physics-shaped readouts for real-time control.

NewerCoding agents need census data, cost controls, and security evidenceOlderAgent research is putting workplace delivery, context recovery, and security evidence on the same scorecard