paper-with-me

Papers

Generative-Model Predictive Planning for Navigation in Partially Observable Environments

2026-06-17 · Thomas Quilter, Yifan Zhu, Guorui Quan, Mingfei Sun, Samuel Kaski arxiv

Navigation in partially observable environments presents a significant challenge for autonomous agents, requiring effective decision-making with limited sensory information in unknown environments. Belief-based methods, particularly those using neural networks to approximate the belief space, often fail to capture the inherent multimodality of belief spaces, especially in high-dimensional cases with perceptual aliasing. While generative models present a compelling alternative, they typically require substantial data or expert demonstrations and lack explicit mechanisms for long-term planning. In this paper, we introduce BeliefDiffusion, a novel framework that combines the benefits of both generation and planning. BeliefDiffusion leverages diffusion models to explicitly characterize multimodal belief distributions and utilizes Model Predictive Control (MPC) to simultaneously plan ahead. It consists of two steps: (1) Imagining plausible environment configurations based on observation history and (2) Planning efficient navigation strategies across an aggregated configurations. Through extensive experiments in synthetic map environments, we demonstrate that BeliefDiffusion significantly outperforms both model-free reinforcement learning baselines and other generative approaches in navigation success rate and path efficiency. Our results validate that explicitly incorporating multimodal belief representations into planning enables more robust navigation in partially observable settings.

📄 PDF Abstract BibTeX arXiv:2606.18888

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Integrating Algorithmic Planning and Deep Learning for Partially Observable Navigation

2018-07-17 · Peter Karkus, David Hsu, Wee Sun Lee

We propose to take a novel approach to robot system design where each building block of a larger system is represented as a differentiable program, i.e. a deep neural network. This representation allows for integrating a…

Deep LearningNavigateRobot NavigationState Estimation

Optimal-Horizon Social Robot Navigation in Heterogeneous Crowds

2026-02-28 · Jiamin Shi, Haolin Zhang, Yuchen Yan, Shitao Chen 외 arxiv

Navigating social robots in dense, dynamic crowds is challenging due to environmental uncertainty and complex human-robot interactions. While Model Predictive Control (MPC) offers strong real-time performance, its relian…

Reinforcement LearningRobot Navigation

Filter-Aware Model-Predictive Control

2023-04-20 · Baris Kayalibay, Atanas Mirchev, Ahmed Agha, Patrick van der Smagt 외

Partially-observable problems pose a trade-off between reducing costs and gathering information. They can be solved optimally by planning in belief space, but that is often prohibitively expensive. Model-predictive contr…

modelModel Predictive ControlVisual Navigation

Perspective-Shifted Neuro-Symbolic World Models: A Framework for Socially-Aware Robot Navigation

2025-03-26 · Kevin Alcedo, Pedro U. Lima, Rachid Alami

Navigating in environments alongside humans requires agents to reason under uncertainty and account for the beliefs and intentions of those around them. Under a sequential decision-making framework, egocentric navigation…

Decision MakingModel-based Reinforcement LearningRobot NavigationSequential Decision Making+1

Learning Navigation Costs from Demonstration in Partially Observable Environments

2020-02-26 · Tianyu Wang, Vikas Dhiman, Nikolay Atanasov

This paper focuses on inverse reinforcement learning (IRL) to enable safe and efficient autonomous navigation in unknown partially observable environments. The objective is to infer a cost function that explains expert-d…

Autonomous NavigationMotion PlanningReinforcement LearningRobot Navigation