Seeing is Believing: Belief-Space Planning with Foundation Models as Uncertainty Estimators
Linfeng Zhao, Willie McClinton, Aidan Curtis, Nishanth Kumar, Tom Silver, Leslie Pack Kaelbling, Lawson L. S. Wong
TL;DR
This work addresses robust long-horizon robotic manipulation under partial observability by integrating belief-space planning with vision-language models as uncertainty estimators. The core idea is to represent uncertainty with three-valued predicates ($K_P$, $K_{ eg P}$, Unknown) and to interleave manipulation with information-gathering actions through an online replanning loop, grounding goals via VLMs and validating plans with a determinized planning domain. The approach, termed BKLVA, demonstrates improved task success and efficiency over baselines in both synthetic tasks with real images and real-robot experiments on Spot, highlighting the potential of VLM-grounded belief representations for uncertainty-aware planning. The results indicate that combining symbolic belief-space reasoning with perceptual grounding enables scalable, open-world robotic systems capable of strategic perception and robust long-horizon execution. This framework lays groundwork for future automation of operators, better perception-to-planning integration, and deeper coupling with low-level control in uncertain environments.
Abstract
Generalizable robotic mobile manipulation in open-world environments poses significant challenges due to long horizons, complex goals, and partial observability. A promising approach to address these challenges involves planning with a library of parameterized skills, where a task planner sequences these skills to achieve goals specified in structured languages, such as logical expressions over symbolic facts. While vision-language models (VLMs) can be used to ground these expressions, they often assume full observability, leading to suboptimal behavior when the agent lacks sufficient information to evaluate facts with certainty. This paper introduces a novel framework that leverages VLMs as a perception module to estimate uncertainty and facilitate symbolic grounding. Our approach constructs a symbolic belief representation and uses a belief-space planner to generate uncertainty-aware plans that incorporate strategic information gathering. This enables the agent to effectively reason about partial observability and property uncertainty. We demonstrate our system on a range of challenging real-world tasks that require reasoning in partially observable environments. Simulated evaluations show that our approach outperforms both vanilla VLM-based end-to-end planning or VLM-based state estimation baselines by planning for and executing strategic information gathering. This work highlights the potential of VLMs to construct belief-space symbolic scene representations, enabling downstream tasks such as uncertainty-aware planning.
