paper-with-me

Papers

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

2026-04-13 · Anlan Yu, Zaishu Chen, Peili Song, Zhiqing Hong, Haotian Wang, Desheng Zhang, Tian He, Yi Ding, Daqing Zhang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2604.11351

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Force-Aware Residual DAgger via Trajectory Editing for Precision Insertion with Impedance Control

2026-03-04 · Yiou Huang, Ning Ma, Weichu Zhao, Zinuo Liu 외 arxiv

Imitation learning (IL) has shown strong potential for contact-rich precision insertion tasks. However, its practical deployment is often hindered by covariate shift and the need for continuous expert monitoring to recov…

ASkDAgger: Active Skill-level Data Aggregation for Interactive Imitation Learning

2025-08-07 · Jelle Luijkx, Zlatan Ajanović, Laura Ferranti, Jens Kober arxiv

Human teaching effort is a significant bottleneck for the broader applicability of interactive imitation learning. To reduce the number of required queries, existing methods employ active learning to query the human teac…

Active Learning

DADAgger: Disagreement-Augmented Dataset Aggregation

2023-01-03 · Akash Haridas, Karim Hamadeh, Samarendra Chandan Bindu Dash

DAgger is an imitation algorithm that aggregates its original datasets by querying the expert on all samples encountered during training. In order to reduce the number of samples queried, we propose a modification to DAg…

Car Racing

Compliant Residual DAgger: Improving Real-World Contact-Rich Manipulation with Human Corrections

2025-06-20 · Xiaomeng Xu, Yifan Hou, Zeyi Liu, Shuran Song

We address key challenges in Dataset Aggregation (DAgger) for real-world contact-rich manipulation: how to collect informative human correction data and how to effectively update policies with this new data. We introduce…

Contact-rich Manipulation

Diffusion Meets DAgger: Supercharging Eye-in-hand Imitation Learning

2024-02-27 · XiaoYu Zhang, Matthew Chang, Pranav Kumar, Saurabh Gupta

A common failure mode for policies trained with imitation is compounding execution errors at test time. When the learned policy encounters states that are not present in the expert demonstrations, the policy fails, leadi…

Imitation Learning