paper-with-me

Papers

Motion Planning Diffusion: Learning and Planning of Robot Motions with Diffusion Models

2023-08-03 · Joao Carvalho, An T. Le, Mark Baierl, Dorothea Koert, Jan Peters

Learning priors on trajectory distributions can help accelerate robot motion planning optimization. Given previously successful plans, learning trajectory generative models as priors for a new planning problem is highly desirable. Prior works propose several ways on utilizing this prior to bootstrapping the motion planning problem. Either sampling the prior for initializations or using the prior distribution in a maximum-a-posterior formulation for trajectory optimization. In this work, we propose learning diffusion models as priors. We then can sample directly from the posterior trajectory distribution conditioned on task goals, by leveraging the inverse denoising process of diffusion models. Furthermore, diffusion has been recently shown to effectively encode data multimodality in high-dimensional settings, which is particularly well-suited for large trajectory dataset. To demonstrate our method efficacy, we compare our proposed method - Motion Planning Diffusion - against several baselines in simulated planar robot and 7-dof robot arm manipulator environments. To assess the generalization capabilities of our method, we test it in environments with previously unseen obstacles. Our experiments show that diffusion models are strong priors to encode high-dimensional trajectory distributions of robot motions.

📄 PDF Abstract BibTeX arXiv:2308.01557

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingMotion Planning

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

Multi-Robot Motion Planning with Diffusion Models

2024-10-04 · Yorai Shaoul, Itamar Mishani, Shivam Vats, Jiaoyang Li 외

Diffusion models have recently been successfully applied to a wide range of robotics applications for learning complex multi-modal behaviors from data. However, prior works have mostly been confined to single-robot and s…

Motion Planning

READ: Retrieval-Enhanced Asymmetric Diffusion for Motion Planning

2024-01-01 · CVPR 2024 1 · Takeru Oba, Matthew Walter, Norimichi Ukita

This paper proposes Retrieval-Enhanced Asymmetric Diffusion (READ) for image-based robot motion planning. Given an image of the scene READ retrieves an initial motion from a database of image-motion pairs and uses a …

Motion PlanningRetrieval

Motion Planning through Demonstration to Deal with Complex Motions in Assembly Process

2019-10-04 · Yan Wang, Kensuke Harada, Weiwei Wan

Complex and skillful motions in actual assembly process are challenging for the robot to generate with existing motion planning approaches, because some key poses during the human assembly can be too skillful for the rob…

Motion Planning

A Task-Efficient Reinforcement Learning Task-Motion Planner for Safe Human-Robot Cooperation

2025-10-14 · Gaoyuan Liu, Joris de Winter, Kelly Merckaert, Denis Steckelmacher 외 arxiv

In a Human-Robot Cooperation (HRC) environment, safety and efficiency are the two core properties to evaluate robot performance. However, safety mechanisms usually hinder task efficiency since human intervention will cau…

Reinforcement LearningMotion Planning

XFlowMP: Task-Conditioned Motion Fields for Generative Robot Planning with Schrodinger Bridges

2025-11-02 · Khang Nguyen, Minh Nhat Vu arxiv

Generative robotic motion planning requires not only the synthesis of smooth and collision-free trajectories but also feasibility across diverse tasks and dynamic constraints. Prior planning methods, both traditional and…

Motion Planning