Perception Matters: Enhancing Embodied AI with Uncertainty-Aware Semantic Segmentation
Sai Prasanna, Daniel Honerkamp, Kshitij Sirohi, Tim Welschehold, Wolfram Burgard, Abhinav Valada
TL;DR
The paper tackles the substantial gap between ground-truth perception and pretrained, potentially overconfident semantic predictions in sequential embodied AI tasks like ObjectNav. It proposes an uncertainty-aware pipeline that calibrates perception via temperature scaling, computes per-pixel uncertainty, and performs uncertainty-weighted map aggregation along with a map-uncertainty-based found decision, integrated into modular perception-mapping-policy architectures. Across multiple perception models (e.g., Mask-RCNN, Segformer, EMSANet) and policies (shortest-path and RL), the approach reduces false found decisions and improves success rates and SPL on HM3D Habitat ObjectNav, demonstrating robust gains without additional training costs. The authors release code and trained models to facilitate adoption and future work on policy conditioning on calibrated uncertainty.
Abstract
Embodied AI has made significant progress acting in unexplored environments. However, tasks such as object search have largely focused on efficient policy learning. In this work, we identify several gaps in current search methods: They largely focus on dated perception models, neglect temporal aggregation, and transfer from ground truth directly to noisy perception at test time, without accounting for the resulting overconfidence in the perceived state. We address the identified problems through calibrated perception probabilities and uncertainty across aggregation and found decisions, thereby adapting the models for sequential tasks. The resulting methods can be directly integrated with pretrained models across a wide family of existing search approaches at no additional training cost. We perform extensive evaluations of aggregation methods across both different semantic perception models and policies, confirming the importance of calibrated uncertainties in both the aggregation and found decisions. We make the code and trained models available at https://semantic-search.cs.uni-freiburg.de.
