Learning Diffusion Policy from Primitive Skills for Robot Manipulation
Zhihao Gu, Ming Yang, Difan Zou, Dong Xu
TL;DR
This work tackles misalignment between high-level task instructions and fine-grained robot actions by introducing SDP, a skill-conditioned diffusion policy. SDP explicitly learns eight primitive skills, uses a vision-language model to map observations and language to discrete skill representations, and employs a lightweight router to assign a skill per state, producing a single-skill diffusion policy that generates skill-aligned actions. The approach achieves state-of-the-art performance on CALVIN and LIBERO benchmarks and demonstrates strong real-world generalization, interpretability through explicit skills, and robustness to visual variation. The results suggest a practical paradigm for integrating interpretable primitive skills with diffusion-based control to enable reliable multi-task manipulation.
Abstract
Diffusion policies (DP) have recently shown great promise for generating actions in robotic manipulation. However, existing approaches often rely on global instructions to produce short-term control signals, which can result in misalignment in action generation. We conjecture that the primitive skills, referred to as fine-grained, short-horizon manipulations, such as ``move up'' and ``open the gripper'', provide a more intuitive and effective interface for robot learning. To bridge this gap, we propose SDP, a skill-conditioned DP that integrates interpretable skill learning with conditional action planning. SDP abstracts eight reusable primitive skills across tasks and employs a vision-language model to extract discrete representations from visual observations and language instructions. Based on them, a lightweight router network is designed to assign a desired primitive skill for each state, which helps construct a single-skill policy to generate skill-aligned actions. By decomposing complex tasks into a sequence of primitive skills and selecting a single-skill policy, SDP ensures skill-consistent behavior across diverse tasks. Extensive experiments on two challenging simulation benchmarks and real-world robot deployments demonstrate that SDP consistently outperforms SOTA methods, providing a new paradigm for skill-based robot learning with diffusion policies.
