Memory Retrieval in Visuomotor Policies for Long-Horizon Robot Control

📅 2026-06-23
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of enabling general-purpose robots to effectively leverage long-term memory for autonomous decision-making in partially observable environments, where spurious correlations and accumulated memory errors often degrade performance. The authors propose HALO, a novel approach that retrieves task-relevant information from up to eight minutes of interaction history using an attention-based memory mechanism. By integrating visual-language model (VLM) priors to guide memory retrieval and suppress spurious associations, and employing sparse attention to mitigate error accumulation in closed-loop control, HALO enables robust and generalizable long-horizon robot operation. The method combines Transformer-based attentive memory, VLM distillation, joint video-question answering training, and sparse attention strategies. Experimental results demonstrate significant improvements in control stability and task success over extended time horizons, effectively alleviating issues of model drift and cascading failures.
📝 Abstract
General-purpose robots operating in partially observable environments, such as homes, require memory to support autonomy. They must recall diverse information from the past, such as where objects were placed, which tasks a human partner has completed, and when an appliance was turned on. Achieving this versatility requires a general memory retrieval mechanism. Transformer architectures that use attention over long contexts for memory retrieval provide a promising approach, as they learn retrieval from data rather than relying on task-specific or hand-designed rules. However, directly incorporating them into imitation learning from offline data introduces two key challenges: (1) the policy may learn spurious correlations between past information and predicted actions, and (2) errors accumulate in memory due to prediction inaccuracies and their compounding interactions with the environment, causing model drift and cascading failures. To address both challenges, we introduce HALO, a visuomotor policy with an attention-based memory retrieval mechanism for long-horizon control. First, to suppress spurious correlations, HALO distills vision-language model (VLM) priors into the policy. It generates memory-dependent question--answer pairs from demonstration trajectories and trains jointly with a video question--answering objective, steering retrieval toward task-relevant information. Second, to reduce the impact of accumulated errors in memory during closed-loop control, HALO uses sparse attention that restricts retrieval to only the most relevant parts of the history. Together, these components enable more reliable long-horizon control by guiding the policy to retrieve task-relevant information from up to eight minutes of past experience. Project website: https://robin-lab.cs.utexas.edu/HALO
Problem

Research questions and friction points this paper is trying to address.

memory retrieval
visuomotor policies
long-horizon control
partially observable environments
imitation learning
Innovation

Methods, ideas, or system contributions that make the work stand out.

memory retrieval
attention mechanism
vision-language model
imitation learning
long-horizon control