Search papers, labs, and topics across Lattice.
This paper introduces WM-DAgger, a novel data aggregation framework for imitation learning that uses World Models to generate out-of-distribution (OOD) recovery data, eliminating the need for continuous human involvement. To mitigate hallucination issues, WM-DAgger incorporates a Corrective Action Synthesis Module for task-oriented recovery and a Consistency-Guided Filtering Module to discard physically implausible trajectories. Experiments on real-world robotic manipulation tasks demonstrate significant improvements in success rates, achieving 93.3% success in soft bag pushing with only five demonstrations.
Forget tedious human-in-the-loop DAgger – WM-DAgger uses World Models to synthesize corrective actions for robots, achieving impressive 93% success with just 5 demos.
Imitation learning is a powerful paradigm for training robotic policies, yet its performance is limited by compounding errors: minor policy inaccuracies could drive robots into unseen out-of-distribution (OOD) states in the training set, where the policy could generate even bigger errors, leading to eventual failures. While the Data Aggregation (DAgger) framework tries to address this issue, its reliance on continuous human involvement severely limits scalability. In this paper, we propose WM-DAgger, an efficient data aggregation framework that leverages World Models to synthesize OOD recovery data without requiring human involvement. Specifically, we focus on manipulation tasks with an eye-in-hand robotic arm and only few-shot demonstrations. To avoid synthesizing misleading data and overcome the hallucination issues inherent to World Models, our framework introduces two key mechanisms: (1) a Corrective Action Synthesis Module that generates task-oriented recovery actions to prevent misleading supervision, and (2) a Consistency-Guided Filtering Module that discards physically implausible trajectories by anchoring terminal synthesized frames to corresponding real frames in expert demonstrations. We extensively validate WM-DAgger on multiple real-world robotic tasks. Results that our method significantly improves success rates, achieving a 93.3\% success rate in soft bag pushing with only five demonstrations. The source code is publicly available at https://github.com/czs12354-xxdbd/WM-Dagger.