Overview
Field: Machine Learning / Robotics Authors: Nitish Dashora, Douglas Chen, Idan Shenfeld, John Marangola, Pulkit Agrawal, Max Simchowitz Published: 2026-09-17 arXiv: 2609.20820
Abstract
Complex robotic manipulation tasks frequently require a long-term memory of past events and actions. As conditioning on full histories renders policies prone to spurious correlations and degrades performance, many approaches to policy memory involve compressing historical information through expensive VLM queries in-the-loop to process only task-salient information. This paper proposes an alternative approach in which computationally intensive VLM queries are made during training time to learn a lightweight latent memory that can be efficiently queried at deployment time.
The representation, called the workspace token, is trained by:
1. Using a VLM to identify current and historical information necessary for completing a task 2. Distilling these into the workspace token via a set-reconstruction decoder loss
In simulation and hardware experiments, the authors show that workspace tokens can directly substitute for observations at deployment time, enabling policies to solve memory-intensive tasks without a VLM inference loop. Interestingly, workspace tokens are not only more lightweight, but also lead to better policy performance.
Key Takeaways
- Moves VLM computation from inference time to training time, cutting deployment costs
- Workspace tokens serve as a compact, queryable latent memory replacing full observation histories
- Demonstrated both in simulation and on real hardware
- Reports improved policy performance alongside the efficiency gains