Search papers, labs, and topics across Lattice.
This study explores the limitations of traditional episodic evaluation in embodied question answering (EQA) by investigating the role of memory architectures when agents are tasked with answering multiple questions in a continuous setting. The authors find that simply preserving memory is inadequate, as agents struggle with temporal mismatches and lack the necessary visual-semantic context for effective reasoning. By employing structured, spatially grounded memory that integrates visual observations with 3D geometry, the research demonstrates significant improvements in both answer accuracy and navigation efficiency in simulated and real-world environments.
Spatially grounded visual memory can dramatically enhance the performance of EQA agents, breaking the accuracy-efficiency tradeoff in continuous settings.
Embodied question answering (EQA) is traditionally evaluated under an episodic formulation, where agents solve each task independently and reset internal state between episodes. However, real-world robots operate continuously and must accumulate, retain, and selectively reuse information acquired from prior interactions. Despite this practical requirement, the architectural mechanisms needed to support sequential memory in EQA remain underexplored. In this work, we investigate how different memory architectures behave when EQA agents are evaluated sequentially, with multiple questions answered in the same scene while memory is carried forward across queries. We find that simply preserving existing memory is often insufficient. Agents that retain only traversability information, such as 2D occupancy maps, remember where the robot has explored but not the visual-semantic evidence needed for later questions. Agents trained on short-horizon episodic data face a different challenge: when exposed to continuous, multi-query histories, their inherited context suffers from severe temporal mismatch, rather than forming a reusable scene representation. To overcome this architectural bottleneck, we highlight the necessity of structured, spatially grounded memory: architectures that map persistent visual observations onto metric 3D geometry preserve visual-semantic evidence in a coherent scene representation. Extensive experiments in simulated environments reveal that this form of memory breaks the accuracy-efficiency tradeoff in sequential settings, simultaneously achieving higher answer accuracy and lower navigation costs. We further validate these findings on a real-world mobile robot, demonstrating that spatially grounded visual memory is critical for enabling continuous, intelligent operation in physical environments.