AIRONov 13, 2023

Simplifying Complex Observation Models in Continuous POMDP Planning with Probabilistic Guarantees and Practice

arXiv:2311.07745v511 citationsh-index: 23
Originality Incremental advance
AI Analysis

This addresses the challenge of deploying POMDPs with high-dimensional observations in robotics and planning, offering a practical solution with theoretical assurances, though it is incremental as it builds on prior concentration bounds.

The paper tackles the computational expense of using machine-learned probabilistic observation models in continuous POMDP planning by proposing a simplified model with a novel probabilistic bound based on total variation distance, which retains formal guarantees on solution quality and is demonstrated in simulation with an existing solver.

Solving partially observable Markov decision processes (POMDPs) with high dimensional and continuous observations, such as camera images, is required for many real life robotics and planning problems. Recent researches suggested machine learned probabilistic models as observation models, but their use is currently too computationally expensive for online deployment. We deal with the question of what would be the implication of using simplified observation models for planning, while retaining formal guarantees on the quality of the solution. Our main contribution is a novel probabilistic bound based on a statistical total variation distance of the simplified model. We show that it bounds the theoretical POMDP value w.r.t. original model, from the empirical planned value with the simplified model, by generalizing recent results of particle-belief MDP concentration bounds. Our calculations can be separated into offline and online parts, and we arrive at formal guarantees without having to access the costly model at all during planning, which is also a novel result. Finally, we demonstrate in simulation how to integrate the bound into the routine of an existing continuous online POMDP solver.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes