Observer Actor: Active Vision Imitation Learning with Sparse View Gaussian Splatting
Yilong Wang, Cheng Qian, Ruomeng Fan, Edward Johns
TL;DR
ObAct addresses occlusion and limited field of view in robotic manipulation by decoupling perception (observer) from action (actor) and optimizing the test-time viewpoint using sparse-view 3D Gaussian Splatting. The method extends trajectory transfer and behavior cloning to view-conditioned settings, enabling ambidextrous inference and improved data efficiency. Experiments on a real dual-arm system show substantial performance gains over static-camera baselines in both occluded and non-occluded scenarios, illustrating the practical impact of active vision with fast scene representations. The work highlights a scalable approach to robust manipulation under viewpoint variability and occlusions, with clear avenues for faster pipelines and richer multi-arm configurations.
Abstract
We propose Observer Actor (ObAct), a novel framework for active vision imitation learning in which the observer moves to optimal visual observations for the actor. We study ObAct on a dual-arm robotic system equipped with wrist-mounted cameras. At test time, ObAct dynamically assigns observer and actor roles: the observer arm constructs a 3D Gaussian Splatting (3DGS) representation from three images, virtually explores this to find an optimal camera pose, then moves to this pose; the actor arm then executes a policy using the observer's observations. This formulation enhances the clarity and visibility of both the object and the gripper in the policy's observations. As a result, we enable the training of ambidextrous policies on observations that remain closer to the occlusion-free training distribution, leading to more robust policies. We study this formulation with two existing imitation learning methods -- trajectory transfer and behavior cloning -- and experiments show that ObAct significantly outperforms static-camera setups: trajectory transfer improves by 145% without occlusion and 233% with occlusion, while behavior cloning improves by 75% and 143%, respectively. Videos are available at https://obact.github.io.
