1 School of Electrical and Electronic Engineering, Nanyang Technological University, Singapore
2 Beijing University of Posts and Telecommunications, Beijing, China
Abstract
Mobile manipulation is a fundamental capability that enables robots to interact in expansive environments such as homes and factories. Most existing approaches follow a two-stage paradigm, where the robot first navigates to a docking point and then performs fixed-base manipulation using powerful visuomotor policies. However, real-world mobile manipulation often suffers from the view generalization problem due to shifts of docking points. To address this issue, we propose a novel low-cost demonstration generation framework named DockAnywhere, which improves viewpoint generalization under docking variability by lifting a single demonstration to diverse feasible docking configurations. Specifically, DockAnywhere lifts a trajectory to any feasible docking points by decoupling docking-dependent base motions from contact-rich manipulation skills that remain invariant across viewpoints. Feasible docking proposals are sampled under feasibility constraints, and corresponding trajectories are generated via structure-preserving augmentation. Visual observations are synthesized in 3D space by representing the robot and objects as point clouds and applying point-level spatial editing to ensure the consistency of observation and action across viewpoints. Extensive experiments on ManiSkill and real-world platforms demonstrate that DockAnywhere substantially improves policy success rates and easily generalizes to novel viewpoints from unseen docking points during training, significantly enhancing the generalization capability of mobile manipulation policy in real-world deployment.
Method
DockAnywhere transforms a source trajectory into target-docking-aware demonstrations through four sequential stages.
Pipeline overview. (1) The source trajectory and scene are segmented into manipulation range and motion range. (2) A VLM scores candidate docking points for feasibility against the target object. (3) Spatial transforms (Δx, Δy, Δθ) align the trajectory to the new docking pose. (4) Motion replanning and skill reuse generate the final augmented trajectory with synthesized point-cloud observations.
Results
DockAnywhere is evaluated on four ManiSkill manipulation tasks under 1-demo and 5-demo source settings.
Success rate (%) across five tasks. # Demos = number of augmented demonstrations used.
| # Demos | Method | Pick Banana | Pick Mug | Place Can | Cabinet Door | Cabinet Drawer | Avg. |
|---|---|---|---|---|---|---|---|
| Demo #1 | |||||||
| 1 | DP | 95.0 | 82.0 | 76.0 | 68.0 | 72.0 | 78.6 |
| 1 | DP3 | 100.0 | 88.0 | 90.0 | 81.0 | 84.0 | 88.6 |
| Demo #5 | |||||||
| 5 | DP | 19.0 | 16.4 | 15.6 | 13.6 | 14.4 | 15.8 |
| 5 | DP3 | 20.0 | 17.7 | 18.8 | 16.2 | 16.4 | 17.8 |
| 5 | DP3+DemoGen | 98.0 | 88.6 | 84.4 | 48.2 | 52.0 | 74.2 |
| 5 | DockAnywhere (Ours) | 97.0 | 89.4 | 87.2 | 60.2 | 60.6 | 78.9 |
Real-robot transfer on Galaxea R1. Given a source demonstration (left), DockAnywhere automatically computes the spatial transform for a new docking position (center) and applies rotation augmentation (right). The policy trained on augmented data successfully executes the gear assembly task from unseen docking configurations without additional human demonstrations.
Citation
If you find DockAnywhere useful in your research, please cite our paper.
@article{shan2026dockanywhere,
title={DockAnywhere: Data-Efficient Visuomotor Policy Learning for Mobile Manipulation via Novel Demonstration Generation},
author={Shan, Ziyu and Zhou, Yuheng and Wu, Gaoyuan and Ji, Ziheng and Wu, Zhenyu and Wang, Ziwei},
journal={IEEE Robotics and Automation Letters},
year={2026},
publisher={IEEE}
}