paper-with-me

Papers

Safety-critical Control Under Partial Observability: Reach-Avoid POMDP meets Belief Space Control

2026-03-11 · Matti Vahs, Joris Verhagen, Jana Tumova arxiv

Partially Observable Markov Decision Processes (POMDPs) provide a principled framework for robot decision-making under uncertainty. Solving reach-avoid POMDPs, however, requires coordinating three distinct behaviors: goal reaching, safety, and active information gathering to reduce uncertainty. Existing online POMDP solvers attempt to address all three within a single belief tree search, but this unified approach struggles with the conflicting time scales inherent to these objectives. We propose a layered, certificate-based control architecture that operates directly in belief space, decoupling goal reaching, information gathering, and safety into modular components. We introduce Belief Control Lyapunov Functions (BCLFs) that formalize information gathering as a Lyapunov convergence problem in belief space, and show how they can be learned via reinforcement learning. For safety, we develop Belief Control Barrier Functions (BCBFs) that leverage conformal prediction to provide probabilistic safety guarantees over finite horizons. The resulting control synthesis reduces to lightweight quadratic programs solvable in real time, even for non-Gaussian belief representations with dimension $>10^4$. Experiments in simulation and on a space-robotics platform demonstrate real-time performance and improved safety and task success compared to state-of-the-art constrained POMDP solvers.

📄 PDF Abstract BibTeX arXiv:2603.10572

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Action-Conditioned Risk Gating for Safety-Critical Control under Partial Observability

2026-05-14 · Yushen Liu, Yin-Jen Chen, Ziyi Chen, Tao Wang 외 arxiv

Many safety-critical control problems are modeled as risk-sensitive partially observable Markov decision processes, where the controller must make decisions from incomplete observations while balancing task performance a…

Reinforcement Learning

How Well Do Latent World Models Understand Partially Observable Safety Constraints?

2025-10-07 · Matthew Kim, Kensuke Nakamura, Andrea Bajcsy arxiv

Latent world models are a promising approach for learning state representations and dynamics directly from high-dimensional observations, enabling robot control in hard-to-model settings. However, control performance ult…

SPOC: Safety-Aware Planning Under Partial Observability And Physical Constraints

2026-02-25 · Hyungmin Kim, Hobeom Jeon, Dohyung Kim, Minsu Jang 외 arxiv

Embodied Task Planning with large language models faces safety challenges in real-world environments, where partial observability and physical constraints must be respected. Existing benchmarks often overlook these criti…

Safety-Aware Multi-Agent Learning for Dynamic Network Bridging

2024-04-02 · Raffaele Galliera, Konstantinos Mitsopoulos, Niranjan Suri, Raffaele Romagnoli

Addressing complex cooperative tasks in safety-critical environments poses significant challenges for multi-agent systems, especially under conditions of partial observability. We focus on a dynamic network bridging task…

Collision AvoidanceMulti-agent Reinforcement Learning

POPGym Arcade: Parallel Pixelated POMDPs

2025-03-03 · Zekang Wang, Zhe He, Borong Zhang, Edan Toledo 외

We present the POPGym Arcade, a collection of hardware-accelerated, pixel-based environments with shared observation and action spaces. Each environment includes fully and partially observable variants, enabling counterf…

counterfactualImitation LearningQ-Learning