paper-with-me

Papers

Efficient Planning with Latent Diffusion

2023-09-30 · Wenhao Li

Temporal abstraction and efficient planning pose significant challenges in offline reinforcement learning, mainly when dealing with domains that involve temporally extended tasks and delayed sparse rewards. Existing methods typically plan in the raw action space and can be inefficient and inflexible. Latent action spaces offer a more flexible paradigm, capturing only possible actions within the behavior policy support and decoupling the temporal structure between planning and modeling. However, current latent-action-based methods are limited to discrete spaces and require expensive planning. This paper presents a unified framework for continuous latent action space representation learning and planning by leveraging latent, score-based diffusion models. We establish the theoretical equivalence between planning in the latent action space and energy-guided sampling with a pretrained diffusion model and incorporate a novel sequence-level exact sampling method. Our proposed method, $\texttt{LatentDiffuser}$, demonstrates competitive performance on low-dimensional locomotion control tasks and surpasses existing methods in higher-dimensional tasks.

📄 PDF Abstract BibTeX arXiv:2310.00311

Code (0)

등록된 구현이 없습니다.

Tasks

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

CLAD: Constrained Latent Action Diffusion for Vision-Language Procedure Planning

2025-03-09 · Lei Shi, Andreas Bulling

We propose CLAD -- a Constrained Latent Action Diffusion model for vision-language procedure planning in instructional videos. Procedure planning is the challenging task of predicting intermediate actions given a visual …

Stop-Think-AutoRegress: Language Modeling with Latent Diffusion Planning

2026-02-24 · Justin Lovelace, Christian Belardi, Sofian Zalouk, Adhitya Polavaram 외 arxiv

The Stop-Think-AutoRegress Language Diffusion Model (STAR-LDM) integrates latent diffusion planning with autoregressive generation. Unlike conventional autoregressive language models limited to token-by-token decisions, …

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

Ada-Diffuser: Latent-Aware Adaptive Diffusion for Decision-Making

2026-05-15 · Fan Feng, Selena Ge, Minghao Fu, Zijian Li 외 arxiv

Recent work has framed decision-making as a sequence modeling problem using generative models such as diffusion models. Although promising, these approaches often overlook latent factors that exhibit evolving dynamics, e…

DiMSam: Diffusion Models as Samplers for Task and Motion Planning under Partial Observability

2023-06-22 · Xiaolin Fang, Caelan Reed Garrett, Clemens Eppner, Tomás Lozano-Pérez 외

Generative models such as diffusion models, excel at capturing high-dimensional distributions with diverse input modalities, e.g. robot trajectories, but are less effective at multi-step constraint reasoning. Task and Mo…

Motion PlanningRobot ManipulationTask and Motion Planning