Trend

Robot manipulation papers are testing policies against real failure modes

Day · 2026-06-09 · Embodied AI

Robot research in this window is centered on making manipulation claims survive real execution. LIBERO-Occ, UMI-Bench 1.0, and Dexterous Point Policy show the emphasis: hidden objects, physical rollout protocols, and robot data scarcity.

Occlusion and physical benchmarks expose brittle manipulation results

Several papers tighten evaluation for vision-language-action (VLA) robot policies, where VLA means mapping language and visual input to robot actions. LIBERO-Occ adds 2,000 occluded LIBERO tasks and reports large drops when task objects or receptacles are hidden. VIM recovers part of the loss by generating a complementary wrist or gripper view, reaching 65.05% average success without a real extra view.

UMI-Bench 1.0 gives Universal Manipulation Interface policies a real-robot tabletop protocol with fixed resets, wrist-view inputs, rollout logging, and human scoring. Its results show that physical factors such as layout, pose, and dynamics hurt more than appearance or object-category changes. A separate sim-real study finds REALM tracks real robot policy rankings better than VLA-Arena and SIMPLER, with Spearman correlation 0.700 before simulator post-training and 0.875 after it.

Test-time checks add geometry, contact, and dense progress signals

Execution-time safety and correction are a major theme. VeriSpace samples multiple candidate actions from a frozen VLA policy, scores them with color-depth (RGB-D) spatial reasoning, and executes the best candidate. On SimplerEnv-WidowX with OpenVLA, average success rises from 37.0% to 55.0% across four tasks.

Contact-rich work adds another layer of feedback. TacForeSight predicts short-horizon tactile latents from wrist force and current tactile input, then uses those predictions for action generation. It reports a 79.0% average completion score across five real-robot contact tasks, compared with 43.0% for the strongest listed baseline. SARM2 tackles long-horizon progress estimation through a stage-aware dense reward model; paired with SPIRAL, it reaches 18/20 successes on Cleaning Whiteboard and 12/12 on Folding Shorts Flat.

Long-horizon control benefits from explicit orchestration and planning

Long tasks are being treated as control-loop design problems. The hierarchical VLA study separates high-level language subgoals from low-level action execution, then tests planner choice, controller choice, memory, observation encoding, and termination rules. Its best hierarchy reaches 67.08% on long-horizon MuJoCo ALOHA tasks, compared with 25.30% for a flat VLA. On a real ALOHA fruit-sorting task, it places 12 of 15 fruits correctly, compared with 3 of 15 for the flat setup.

MODIP applies a similar concern to diffusion policies. It uses a latent world model and model predictive control to create improved trajectories, then trains the diffusion policy with supervised denoising. The method reports 0.94 success on D4RL Kitchen Complete and 0.98 on Kitchen Partial, beating behavior cloning by wide margins in those settings.

Human video becomes practical when policies use transferable hand geometry

Dexterous Point Policy is the strongest data-scaling result in the window. It trains dexterous robot hand behavior from human videos only, with no robot demonstrations. The key abstraction is six shared 3D points: the wrist and five fingertips. Object points, language, camera pose, and contact labels then guide an autoregressive transformer, while inverse kinematics maps predicted points to robot joints.

The reported real-robot gap is large. Across eight dexterous tasks, DPP reaches 75.0% average success, while Point Policy reaches 3.7% and VITRA reaches 1.0%. Contact prediction is central in the paper’s ablation, accounting for a 71.3 percentage point gain over the point-only baseline.

NewerCoding agents need state, measured harnesses, and action gatesOlderCoding agents need repository-scale tests and context defenses