Explore until Confident: Efficient Exploration for Embodied Question Answering
Allen Z. Ren, Jaden Clark, Anushri Dixit, Masha Itkina, Anirudha Majumdar, Dorsa Sadigh
TL;DR
This work tackles Embodied Question Answering by integrating a vision-language model with an external semantic map to guide targeted exploration, and by applying multi-step conformal prediction to calibrate stopping decisions. It introduces semantic-value weighting (LSV and GSV) derived from VLM prompts to steer exploration toward informative regions, and a CP-based framework to guarantee calibrated confidence when deciding to stop. The HM-EQA dataset based on HM3D enables realistic simulation and hardware experiments, showing that semantic prompting plus calibrated stopping reduces interaction steps while maintaining high answer accuracy. Overall, the approach demonstrates that coupling semantic reasoning with uncertainty-aware stopping significantly improves EQA efficiency and reliability in diverse environments.
Abstract
We consider the problem of Embodied Question Answering (EQA), which refers to settings where an embodied agent such as a robot needs to actively explore an environment to gather information until it is confident about the answer to a question. In this work, we leverage the strong semantic reasoning capabilities of large vision-language models (VLMs) to efficiently explore and answer such questions. However, there are two main challenges when using VLMs in EQA: they do not have an internal memory for mapping the scene to be able to plan how to explore over time, and their confidence can be miscalibrated and can cause the robot to prematurely stop exploration or over-explore. We propose a method that first builds a semantic map of the scene based on depth information and via visual prompting of a VLM - leveraging its vast knowledge of relevant regions of the scene for exploration. Next, we use conformal prediction to calibrate the VLM's question answering confidence, allowing the robot to know when to stop exploration - leading to a more calibrated and efficient exploration strategy. To test our framework in simulation, we also contribute a new EQA dataset with diverse, realistic human-robot scenarios and scenes built upon the Habitat-Matterport 3D Research Dataset (HM3D). Both simulated and real robot experiments show our proposed approach improves the performance and efficiency over baselines that do no leverage VLM for exploration or do not calibrate its confidence. Webpage with experiment videos and code: https://explore-eqa.github.io/
