WM-DAgger: Enabling Efficient Data Aggregation for Imitation Learning with World Models

arXiv cs.RO / 4/14/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses imitation learning’s compounding-error problem, where small inaccuracies can push robots into out-of-distribution states that cause escalating failures.
  • It introduces WM-DAgger, a data aggregation framework that uses world models to synthesize OOD recovery data without continuous human labeling, improving scalability beyond standard DAgger.
  • To reduce the risk of “misleading supervision” from world-model hallucinations, it adds a Corrective Action Synthesis Module for task-oriented recovery actions.
  • It further adds a Consistency-Guided Filtering Module that rejects physically implausible trajectories by anchoring synthesized terminal frames to real expert-demonstration frames.
  • Experiments on multiple real-world manipulation tasks show substantial gains, including 93.3% success in soft bag pushing using only five demonstrations, and the authors provide public code.

Abstract

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.