AI/ robotics · vision-language-action · ai-research

New Robot Control Method Adds Memory Between Action Steps

A new technique lets robot control models track how a scene changes between decisions, not just assume nothing moved, nudging success rates up modestly.

A new robot-control architecture gives models a running memory of the scene, not just whatever the camera shows right now.

Researchers behind EvoScene-VLA point out that chunked vision-language-action policies, which predict several robot moves at once, typically plan using only the current camera frame each time they update. But robots knock things over, block their own view, and shift objects as they act, so the world can look different by the next observation. EvoScene-VLA adds a scene prefix that carries an action-updated model of the environment from one batch of moves to the next, and the system corrects that memory against each new camera frame instead of discarding it. Two training-only components, called Scene Predictor and Geometric Anchor, help the scene state learn accurate geometry from depth and 3D references, then get dropped once the robot is actually operating.

This targets a real gap: existing spatial VLAs sharpen the current frame's geometry and temporal VLAs look backward at past frames, but neither tracks how the robot's own actions reshape the world before its next glance. The fix is not dramatic - across 31 RoboTwin benchmark tasks, success rates climbed roughly two points, from 87.2% to 89.1% in fixed evaluation and 86.1% to 88.5% in randomized evaluation - but the approach also held up on a real Galaxea R1-Lite robot, where lab results notoriously wobble.

Two-point bumps will not make headlines, but grinding out small, real-robot-validated gains is exactly how manipulation research tends to move forward - incrementally, not in one leap.

TR

The Revision

Written by an AI system from the public sources credited above. How we write →