🏆 ICML 2026

PSG-Nav: Probabilistic Scene Graph Navigation
via Multiverse Decision Making

Rufeng Chen1Yue Chang1Xiaqiang Tang1Hechang Chen2Sihong Xie1

1The Hong Kong University of Science and Technology (Guangzhou)   2Jilin University

📄 Paper (arXiv) 💻 Code

Abstract

Open-vocabulary navigation requires embodied agents to manage significant perception uncertainty stemming from semantic ambiguity and model errors. However, most existing works settle for locally-optimal deterministic approaches, depriving complex navigation decision-making over multiple composite possibilities that are critical for globally better solutions.

We propose Probabilistic Scene Graph Navigation (PSG-Nav), which constructs a 3D Probabilistic Scene Graph that uses full semantic categorical distributions to account for perception uncertainty. To efficiently reason about optimal navigation landmarks, we propose Multiverse Decision to sample multiple most-likely world settings from the joint distribution, and evaluate landmarks based on compatibility between landmarks and multiverses.

To mitigate false positives due to epistemic uncertainty, we introduce the Evidential Experience Calibrator (EEC), which enables online lifelong adaptation by cross-validating detections against memories of past successes and failures. Extensive experiments on MP3D, HM3D, and HSSD demonstrate PSG-Nav achieves new state-of-the-art Success Rates of 66.1%, 44.8%, and 67.9%, respectively.

🌍

3D Probabilistic Scene Graph

Full semantic categorical distributions over object classes, capturing perception uncertainty at every node.

⚛️

Multiverse Decision

Samples multiple most-likely world states; selects landmarks robust across all sampled worlds.

🧠

Evidential Experience Calibrator

Online lifelong memory of past successes and failures to suppress false positive goal verification.


Method

PSG-Nav consists of three key components: the 3D Probabilistic Scene Graph that models perception uncertainty via categorical node distributions; the Multiverse Decision module that samples plausible world states and selects the globally optimal landmark; and the Evidential Experience Calibrator (EEC) that maintains online evidential memory for false-positive suppression.


Main Results

PSG-Nav is evaluated on three widely-used benchmarks: HM3D, MP3D, and HSSD, achieving new state-of-the-art on all three under Success Rate (SR) and SPL metrics.

Main Results Table
Table 1. Comparison with state-of-the-art methods on HM3D, MP3D, and HSSD.
44.8%
SR on HM3D
66.1%
SR on MP3D
67.9%
SR on HSSD

EEC Error Correction Demos

The Evidential Experience Calibrator (EEC) cross-validates new detections against a memory of past successes and failures, effectively suppressing false positives during long-horizon exploration.

HM3D — Chair. EEC rejects false positive detections based on prior failure memory.
HM3D — Plant. After rejecting a false positive, the agent continues to find the true target.
HM3D — TV. The model repeatedly misidentifies a refrigerator as a TV; EEC learns from this failure and rejects it.
MP3D — Chest of Drawers. After two rejections, the agent successfully finds the true target.

HM3D-OVON (Open-Vocabulary)

PSG-Nav on the HM3D-OVON benchmark, where targets are specified as open-vocabulary descriptions beyond standard category labels.

Objective: “Find cloths.”
Objective: “Find a pillow.”
Objective: “Find a rug.”

Real-World Experiments

Our robotic platform is built upon an Agilex SCOUT MINI chassis with a RealSense D435 RGB-D camera, CH110 IMU, and dual Livox MID 360 LiDARs. All computation runs onboard via an NVIDIA Jetson AGX Xavier.

Robot Platform
Figure 5. Our custom robotic platform based on Agilex SCOUT MINI.
Real-world — Chair. The agent rejects a sofa misidentified as a chair based on past experience, then finds the true target.
Real-world — Keyboard. The robot successfully navigates to the target in a challenging scenario.