FAST-EQA: Efficient Embodied Question Answering with Global and Local Region Relevancy
Haochen Zhang, Nirav Savaliya, Faizan Siddiqui, Enna Sachdeva
TL;DR
FAST-EQA addresses Embodied Question Answering by combining semantics-guided global and local exploration with a bounded, per-target visual memory and a Chain-of-Thought reasoning module. The approach extracts candidate regions and targets via an LLM, navigates using a doorway-aware frontier strategy and local region refinement, and retrieves a compact set of most relevant observations per target for final QA with a VLM in a CoT framework. Empirical results show state-of-the-art performance on HM-EQA and EXPRESS-Bench, competitive results on OpenEQA and MT-HM3D, and improved real-time inference speed with a bounded memory footprint, enabling practical deployment on embodied agents. Limitations include reliance on current VLM spatial reasoning and variance in model reasoning, motivating future work on memory representations that compress and stabilize scene information while preserving reasoning quality.
Abstract
Embodied Question Answering (EQA) combines visual scene understanding, goal-directed exploration, spatial and temporal reasoning under partial observability. A central challenge is to confine physical search to question-relevant subspaces while maintaining a compact, actionable memory of observations. Furthermore, for real-world deployment, fast inference time during exploration is crucial. We introduce FAST-EQA, a question-conditioned framework that (i) identifies likely visual targets, (ii) scores global regions of interest to guide navigation, and (iii) employs Chain-of-Thought (CoT) reasoning over visual memory to answer confidently. FAST-EQA maintains a bounded scene memory that stores a fixed-capacity set of region-target hypotheses and updates them online, enabling robust handling of both single and multi-target questions without unbounded growth. To expand coverage efficiently, a global exploration policy treats narrow openings and doors as high-value frontiers, complementing local target seeking with minimal computation. Together, these components focus the agent's attention, improve scene coverage, and improve answer reliability while running substantially faster than prior approaches. On HMEQA and EXPRESS-Bench, FAST-EQA achieves state-of-the-art performance, while performing competitively on OpenEQA and MT-HM3D.
