Conditional Deep Generative Models for Belief State Planning
Antoine Bigeard, Anthony Corso, Mykel Kochenderfer
TL;DR
This work tackles belief-state representation in high-dimensional POMDPs by introducing conditional deep generative models (cDGMs) that generate posterior samples conditioned on action-observation histories. Trained on random rollout data, cDGMs—specifically GANs and DDPMs—learn to sample from the posterior without explicit likelihoods, enabling scalable planning. In a mineral exploration POMDP with a large continuous state space, DDPM-based cDGMs outperform particle filters and GANs in both belief quality and planning performance when paired with a VOI-driven planner. The study emphasizes task-specific metrics for belief evaluation and demonstrates practical benefits for planning under uncertainty in complex, real-world-like domains.
Abstract
Partially observable Markov decision processes (POMDPs) are used to model a wide range of applications, including robotics, autonomous vehicles, and subsurface problems. However, accurately representing the belief is difficult for POMDPs with high-dimensional states. In this paper, we propose a novel approach that uses conditional deep generative models (cDGMs) to represent the belief. Unlike traditional belief representations, cDGMs are well-suited for high-dimensional states and large numbers of observations, and they can generate an arbitrary number of samples from the posterior belief. We train the cDGMs on data produced by random rollout trajectories and show their effectiveness in solving a mineral exploration POMDP with a large and continuous state space. The cDGMs outperform particle filter baselines in both task-agnostic measures of belief accuracy as well as in planning performance.
