Searching in Space and Time: Unified Memory-Action Loops for Open-World Object Retrieval
Taijing Chen, Sateesh Kumar, Junhong Xu, Georgios Pavlakos, Joydeep Biswas, Roberto Martín-Martín
TL;DR
The paper addresses open-world object retrieval in dynamic environments by unifying memory-driven recall and embodied search within a single decision loop. STAR uses a non-parametric long-term memory with semantic, temporal, and spatial indices, plus a working memory that is updated through spatial actions and memory queries, all steered by an LLM policy over a unified action space. The authors introduce STARBench to benchmark spatiotemporal object search and show that STAR consistently outperforms baselines on attribute, spatial, and temporal reasoning tasks, with successful real-robot transfer to a Tiago platform. This work advances practical retrieval in evolving surroundings by enabling joint reasoning about past and present states, with implications for robust service robotics and open-vocabulary understanding in dynamic domains.
Abstract
Service robots must retrieve objects in dynamic, open-world settings where requests may reference attributes ("the red mug"), spatial context ("the mug on the table"), or past states ("the mug that was here yesterday"). Existing approaches capture only parts of this problem: scene graphs capture spatial relations but ignore temporal grounding, temporal reasoning methods model dynamics but do not support embodied interaction, and dynamic scene graphs handle both but remain closed-world with fixed vocabularies. We present STAR (SpatioTemporal Active Retrieval), a framework that unifies memory queries and embodied actions within a single decision loop. STAR leverages non-parametric long-term memory and a working memory to support efficient recall, and uses a vision-language model to select either temporal or spatial actions at each step. We introduce STARBench, a benchmark of spatiotemporal object search tasks across simulated and real environments. Experiments in STARBench and on a Tiago robot show that STAR consistently outperforms scene-graph and memory-only baselines, demonstrating the benefits of treating search in time and search in space as a unified problem. For more information: https://amrl.cs.utexas.edu/STAR.
