Trend

Robot VLA work is being tested against time, contact, and missing evidence

Week · 2026-W24 · Embodied AI

Robot vision-language-action (VLA) work this week is judged by execution details: memory, recovery, occlusion, contact timing, and task-specific labels. MemoryVLA++, UMI-Bench 1.0, and DAM-VLA anchor the strongest evidence.

Temporal state and recovery

Several papers treat robot policy failure as a timing problem. MemoryVLA++ adds long-term memory and latent future prediction so the policy can remember earlier interactions and anticipate object motion. It reports real-robot gains of 9, 26, and 28 percentage points across general, memory-dependent, and imagination-dependent task groups.

B2FF handles a narrower case: a frozen VLA policy drifts off a nominal trajectory after perturbation. It pre-generates future visual milestones, then selects a recovery target at execution time. On failure-injected LIBERO, average success rises from 56.3% to 74.0%. The shared lesson is practical: policies need access to past state and plausible near-future state when the current camera view is incomplete.

Occlusion and physical benchmarks

Evaluation work focuses on cases where standard manipulation benchmarks can hide the real difficulty. LIBERO-Occ adds scene-induced occluders to LIBERO and shows large drops for existing VLA policies when objects or goal regions are hidden. Its Viewpoint Imagination method reaches 65.05% average success without a real complementary view, compared with 57.10% for the strongest listed baseline.

UMI-Bench 1.0 addresses another source of weak claims: physical rollout differences. It fixes the wrist-view observation setup, reset procedure, action interface, logging, and scoring for 10 tabletop tasks. The reported results show that layout, pose, and dynamics shifts hurt more than appearance and object shifts, and two long-horizon tasks reach 0% full success for all three evaluated models.

Contact and sensor timing

Contact-rich manipulation papers put pressure on the single-clock design used by many VLA policies. DAM-VLA keeps separate latent buffers for language, vision, force, and proprioception, then lets the action head read them at every control step. This matches slow language and visual updates with faster force and state signals.

The reported numbers are unusually concrete for this week. On seven real Franka tasks, DAM-VLA reaches 95.2% average success, compared with 40.95% for the strongest synchronous baseline. A naive 100 Hz synchronous setup falls to 21.9%, which supports the paper’s claim that update timing matters as much as sensor choice in contact-heavy tasks.

Grounding data for specific tasks

The week also adds infrastructure for making robot data match the task. SPARC auto-labels robot demonstrations with object boxes, trajectories, and manipulation phases, then scores annotation reliability using interaction evidence. On IA-Bench, it reaches 80.2% interacted-object localization accuracy, compared with 58.1% for a detector-confidence baseline.

LabVLA and GIVE show two specialized forms of grounding. LabVLA builds synthetic laboratory scenes and workflows so a VLA policy can execute written bench protocols across robot embodiments. GIVE adds gesture cues for handover tasks; in real-world trials it reports 80.0% handover success, while the baseline reaches 0.0%. These papers make the same demand of data: labels, instructions, and observations must carry the cues the robot actually needs at execution time.

NewerAI coding agents are being judged by traces, gates, and proof checksOlderCoding agents are being measured by controls, memory, and cost