Object-Centric Residual RL for Zero-Shot Sim-to-Real VLA Enhancement
About
Vision-Language-Action (VLA) models can generalize across diverse manipulation tasks, but their imitation-learning-based policies remain brittle in precise physical interactions due to compounding execution errors; Can a reinforcement learning policy trained purely in simulation improve the robustness of real-world VLAs zero-shot? Residual RL, which learns a corrective policy on top of a frozen VLA, offers a natural framework, but existing approaches face a fundamental sim-to-real dilemma: privileged-state methods require lossy distillation for deployment; image-based methods suffer from the visual domain gap; and real-world RL is costly and unsafe. We propose an object-centric residual RL framework that refines VLA actions using object poses, enabling a compact observation space that transfers consistently between simulation and reality. To align the two domains, we additionally replay the same teleoperation demonstrations in simulation to train a sim counterpart of the real-world VLA. The residual RL policy is trained only in simulation with pose noise injection and dropout, and transfers zero-shot to the real robot. Across five manipulation tasks on a real Franka Research 3 (FR3) robot, our method improves the success rate from 42% to 76% zero-shot, and the improved rollouts can be further reused to retrain the base VLA for self-improvement without additional teleoperation. Project page: https://www.microsoft.com/en-us/research/articles/object-centric-residual-rl/
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Lift | Simulation | Success Rate100 | 14 | |
| stack cubes | Real robot platform | Success Rate15 | 4 | |
| Close Drawer | Simulation | Success Rate19.7 | 2 | |
| Close Drawer | Real Robot | Success Rate20 | 2 | |
| Cube Lift | Real Robot | Success Rate17 | 2 | |
| Pick-&-Place | Real Robot | Success Rate16 | 2 | |
| Stack Cube | Simulation | Success Rate14.7 | 2 | |
| Stand Cup Up | Simulation | Success Rate73.5 | 2 | |
| Stand Cup Up | Real Robot | Success Rate8 | 2 |