paper-with-me

Papers

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, leading to degenerate behavior. The Dataset Aggregation, or DAgger approach to this problem simply collects more data to cover these failure states. However, in practice, this is often prohibitively expensive. In this work, we propose Diffusion Meets DAgger (DMD), a method to reap the benefits of DAgger without the cost for eye-in-hand imitation learning problems. Instead of collecting new samples to cover out-of-distribution states, DMD uses recent advances in diffusion models to synthesize these samples. This leads to robust performance from few demonstrations. We compare DMD against behavior cloning baseline across four tasks: pushing, stacking, pouring, and shirt hanging. In pushing, DMD achieves 80% success rate with as few as 8 expert demonstrations, where naive behavior cloning reaches only 20%. In stacking, DMD succeeds on average 92% of the time across 5 cups, versus 40% for BC. When pouring coffee beans, DMD transfers to another cup successfully 80% of the time. Finally, DMD attains 90% success rate for hanging shirt on a clothing rack.

📄 PDF Abstract BibTeX arXiv:2402.17768

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

DAgger Diffusion Navigation: DAgger Boosted Diffusion Policy for Vision-Language Navigation

2025-08-13 · Haoxiang Shi, Xiang Deng, Zaijing Li, Gongwei Chen 외 arxiv

Vision-Language Navigation in Continuous Environments (VLN-CE) requires agents to follow natural language instructions through free-form 3D spaces. Existing VLN-CE approaches typically use a two-stage waypoint planning f…

Vision-Language NavigationSpatial Reasoning

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

2026-04-13 · Anlan Yu, Zaishu Chen, Peili Song, Zhiqing Hong 외 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 …

FlowDAgger: Human-in-the-Loop Adaptation of Generative Robot Policies in Latent Space

2026-07-09 · Michael Murray, Daphne Chen, Simran Bagaria, Dean Fortier 외 arxiv

Pretrained generative robot policies based on flow matching and diffusion have achieved impressive results across a wide range of manipulation tasks. Yet real-world deployments routinely expose failure modes outside the …

Reinforcement Learning

LazyDAgger: Reducing Context Switching in Interactive Imitation Learning

2021-03-31 · Ryan Hoque, Ashwin Balakrishna, Carl Putterman, Michael Luo 외

Corrective interventions while a robot is learning to automate a task provide an intuitive method for a human supervisor to assist the robot and convey information about desired behavior. However, these interventions can…

continuous-controlContinuous ControlImitation Learning

A Note on Sample Complexity of Interactive Imitation Learning with Log Loss

2024-12-09 · Yichen Li, Chicheng Zhang

Imitation learning (IL) is a general paradigm for learning from experts in sequential decision-making problems. Recent advancements in IL have shown that offline imitation learning, specifically Behavior Cloning (BC) wit…

Decision MakingImitation LearningSequential Decision Making