Tighter Value-Function Approximations for POMDPs
Merlijn Krale, Wietze Koops, Sebastian Junges, Thiago D. Simão, Nils Jansen
TL;DR
This work tackles the challenge of obtaining tight, tractable upper bounds for POMDP value functions to improve epsilon-optimal solvers. It introduces three bounds—Tighter Informed Bound (TIB), Optimized TIB (OTIB), and Entropy-based TIB (ETIB)—each trading off computational cost for tighter bounds; TIB uses a two-step observation delay, OTIB optimizes weights via a linear program, and ETIB uses a maximal-entropy heuristic to reuse a single weight across iterations. The authors prove soundness for all bounds, demonstrate their relative tightness to the Fast Informed Bound (FIB), and show that integrating them to initialize state-of-the-art solvers like SARSOP yields faster convergence and smaller optimality gaps, especially at higher discount factors. Empirical results across standard and novel POMDP benchmarks reveal that TIB and ETIB strike strong balances between tighter bounds and practical compute times, with OTIB offering the tightest bounds only at substantial computational cost. Overall, the paper provides a principled set of tighter, adaptable bounds that enhance POMDP solvers in both speed and solution quality, enabling more reliable planning under partial observability.
Abstract
Solving partially observable Markov decision processes (POMDPs) typically requires reasoning about the values of exponentially many state beliefs. Towards practical performance, state-of-the-art solvers use value bounds to guide this reasoning. However, sound upper value bounds are often computationally expensive to compute, and there is a tradeoff between the tightness of such bounds and their computational cost. This paper introduces new and provably tighter upper value bounds than the commonly used fast informed bound. Our empirical evaluation shows that, despite their additional computational overhead, the new upper bounds accelerate state-of-the-art POMDP solvers on a wide range of benchmarks.
