DynamicManip: Enabling Dynamic Manipulation from a Single Static Demonstration
Abstract
Dynamic manipulation is a critical capability for robots operating in complex and dynamic environments, where robots must interact with objects that are moving or require rapid adjustments. However, learning models for dynamic manipulation tasks face two major challenges: (1) the combinatorial complexity of dynamic scenarios leads to substantial data requirements, and (2) rapid variations in dynamics require real-time and accurate policy execution. In this paper, we propose DynamicManip to address these challenges through an efficient data augmentation pipeline and a low-latency imitation policy. We first propose a static-to-dynamic augmentation pipeline that synthesizes diverse dynamic manipulation demonstrations from a single static demonstration. Second, we introduce a dynamic-aware adaptive policy that adjusts its inference frequency according to task dynamics, enabling responsive and effective dynamic manipulation. Third, we build a dynamic manipulation benchmark, which includes diverse dynamic tasks with an automatic evaluation system for scalable and consistent assessment. Extensive experiments in both simulation and the real world demonstrate that DynamicManip not only provides significant improvements in data efficiency but also achieves better performance in dynamic manipulation tasks, with a mean success rate 18.4 percentage points higher and policy-query latency 32.9% lower.
Cite
@article{arxiv.2608.01452,
title = {DynamicManip: Enabling Dynamic Manipulation from a Single Static Demonstration},
author = {Haoran Liao and Pengyue Wang and Shuoyu Chen and Kehan Cheng and Xuhang Chen and Yuhao Lin and Mu Lin and Zhizhao Liang and Xiaoyi Fan and Chengyi Xing and Dan Niu and Yi-Lin Wei and Wei-Shi Zheng},
journal= {arXiv preprint arXiv:2608.01452},
year = {2026}
}
Comments
Project page: https://liaohr9.github.io/DynamicManip/ Code: https://github.com/liaohr9/DynamicManip