paper-with-me

Papers

Diffusion Model-Augmented Behavioral Cloning

2023-02-26 · Shang-Fu Chen, Hsiang-Chun Wang, Ming-Hao Hsu, Chun-Mao Lai, Shao-Hua Sun

Imitation learning addresses the challenge of learning by observing an expert's demonstrations without access to reward signals from environments. Most existing imitation learning methods that do not require interacting with environments either model the expert distribution as the conditional probability p(a|s) (e.g., behavioral cloning, BC) or the joint probability p(s, a). Despite the simplicity of modeling the conditional probability with BC, it usually struggles with generalization. While modeling the joint probability can improve generalization performance, the inference procedure is often time-consuming, and the model can suffer from manifold overfitting. This work proposes an imitation learning framework that benefits from modeling both the conditional and joint probability of the expert distribution. Our proposed Diffusion Model-Augmented Behavioral Cloning (DBC) employs a diffusion model trained to model expert behaviors and learns a policy to optimize both the BC loss (conditional) and our proposed diffusion model loss (joint). DBC outperforms baselines in various continuous control tasks in navigation, robot arm manipulation, dexterous manipulation, and locomotion. We design additional experiments to verify the limitations of modeling either the conditional probability or the joint probability of the expert distribution, as well as compare different generative models. Ablation studies justify the effectiveness of our design choices.

📄 PDF Abstract BibTeX arXiv:2302.13335

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlImitation Learningmodel

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 제목 키워드 기반

Whispering to a Blackbox: Bootstrapping Frozen OCR with Visual Prompts

2026-03-05 · Samandar Samandarov, Nazirjon Ismoiljonov, Abdullah Sattorov, Temirlan Sabyrbayev arxiv

In the landscape of modern machine learning, frozen pre-trained models provide stability and efficiency but often underperform on specific tasks due to mismatched data distributions. This paper introduces the Whisperer, …

Reinforcement Learning

Distilling Motion Planner Augmented Policies into Visual Control Policies for Robot Manipulation

2021-11-11 · I-Chun Arthur Liu, Shagun Uppal, Gaurav S. Sukhatme, Joseph J. Lim 외

Learning complex manipulation tasks in realistic, obstructed environments is a challenging problem due to hard exploration in the presence of obstacles and high-dimensional visual observations. Prior work tackles the exp…

Imitation LearningMotion Planningreinforcement-learningReinforcement Learning+2

SPADE: Sketch-guided Path Planning Augmented with Diffusion Experts

2026-06-02 · Charbel Abi Hana, Tatiana Ghantous, Mikael Khalil, Anthony Rizk arxiv

Path planning is essential for Autonomous Mobile Robots (AMRs). Conventional methods for incorporating human preferences into planning typically rely on either complex reward engineering or hardware-intensive solutions. …

Exploring multimodal implicit behavior learning for vehicle navigation in simulated cities

2025-09-18 · Eric Aislan Antonelo, Gustavo Claudio Karl Couto, Christian Möller arxiv

Standard Behavior Cloning (BC) fails to learn multimodal driving decisions, where multiple valid actions exist for the same scenario. We explore Implicit Behavioral Cloning (IBC) with Energy-Based Models (EBMs) to better…

Enhancing Policy Learning with World-Action Model

2026-03-30 · Yuci Han, Alper Yilmaz arxiv

This paper presents the World-Action Model (WAM), an action-regularized world model that jointly reasons over future visual observations and the actions that drive state transitions. Unlike conventional world models trai…