paper-with-me

Papers

SkillDiffuser: Interpretable Hierarchical Planning via Skill Abstractions in Diffusion-Based Task Execution

2023-12-18 · CVPR 2024 1 · Zhixuan Liang, Yao Mu, Hengbo Ma, Masayoshi Tomizuka, Mingyu Ding, Ping Luo

Diffusion models have demonstrated strong potential for robotic trajectory planning. However, generating coherent trajectories from high-level instructions remains challenging, especially for long-range composition tasks requiring multiple sequential skills. We propose SkillDiffuser, an end-to-end hierarchical planning framework integrating interpretable skill learning with conditional diffusion planning to address this problem. At the higher level, the skill abstraction module learns discrete, human-understandable skill representations from visual observations and language instructions. These learned skill embeddings are then used to condition the diffusion model to generate customized latent trajectories aligned with the skills. This allows generating diverse state trajectories that adhere to the learnable skills. By integrating skill learning with conditional trajectory generation, SkillDiffuser produces coherent behavior following abstract instructions across diverse tasks. Experiments on multi-task robotic manipulation benchmarks like Meta-World and LOReL demonstrate state-of-the-art performance and human-interpretable skill representations from SkillDiffuser. More visualization results and information could be found on our website.

📄 PDF Abstract BibTeX arXiv:2312.11598

Code (1)

Liang-ZX/SkillDiffuser 공식 구현 jax

Tasks

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

LISA: Learning Interpretable Skill Abstractions from Language

2022-02-28 · Divyansh Garg, Skanda Vaidyanath, Kuno Kim, Jiaming Song 외

Learning policies that effectively utilize language instructions in complex, multi-task environments is an important problem in sequential decision-making. While it is possible to condition on the entire language instruc…

Decision MakingImitation LearningQuantizationSequential Decision Making

Skill Discovery for Exploration and Planning using Deep Skill Graphs

2020-06-12 · ICML Workshop LifelongML 2020 7 · Akhil Bagaria, Jason Crowley, Jing Wei Nicholas Lim, George Konidaris

Temporal abstraction provides an opportunity to drastically lower the decision making burden facing reinforcement learning agents in rich sensorimotor spaces. Well constructed hierarchies induce state and action abstrac…

continuous-controlContinuous ControlDecision Making

Learning Discrete Abstractions for Visual Rearrangement Tasks Using Vision-Guided Graph Coloring

2025-09-17 · Abhiroop Ajith, Constantinos Chamzas arxiv

Learning abstractions directly from data is a core challenge in robotics. Humans naturally operate at an abstract level, reasoning over high-level subgoals while delegating execution to low-level motor skills -- an abili…

Situational Awareness by Risk-Conscious Skills

2016-10-10 · Daniel J. Mankowitz, Aviv Tamar, Shie Mannor

Hierarchical Reinforcement Learning has been previously shown to speed up the convergence rate of RL planning algorithms as well as mitigate feature-based model misspecification (Mankowitz et. al. 2016a,b, Bacon 2015). T…

Hierarchical Reinforcement LearningReinforcement Learning

Using Deep Learning to Bootstrap Abstractions for Hierarchical Robot Planning

2022-02-02 · Naman Shah, Siddharth Srivastava

This paper addresses the problem of learning abstractions that boost robot planning performance while providing strong guarantees of reliability. Although state-of-the-art hierarchical robot planning algorithms allow rob…

Deep Learning