ZeroHour
arXiv cs.AI / cs.LG / cs.CLpublished ()ingested Nitish Dashora

Workspace Models: Lightweight Robotic Memory via Saliency-Driven Supervision

infoAI researchimportance 22
AI summary · glm-5.3-flash

Researchers propose workspace tokens, a lightweight latent robot memory distilled from train-time VLM saliency queries, improving policy performance without in-loop VLM calls.

The paper introduces workspace tokens, a latent memory representation for robotic manipulation policies trained by using a VLM to identify task-relevant current and historical information and distilling it via a set-reconstruction decoder loss. At deployment the workspace token serves as a drop-in replacement for observations, letting policies solve memory-intensive tasks without expensive in-the-loop VLM queries. Experiments in simulation and on hardware show it is both more lightweight and yields better policy performance than conditioning on full histories or in-loop VLM compression.

  • Train-time VLM queries distill task-salient history into a compact workspace token
  • Deployment requires no in-loop VLM reasoning, cutting compute cost
  • Works as a drop-in replacement for observations in memory-intensive tasks
  • Improves policy performance versus full-history conditioning in simulation and hardware
Full article171 words · extracted from arxiv.org · click to collapse

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. In this paper, we propose an alternative approach in which computationally intensive VLM queries are made during train-time to learn a lightweight latent memory that can be efficiently queried at deployment time. Our representation, which we call the \textbf{workspace token}, is trained by (1) using a VLM to identify current and historical information necessary for completing a task, then (2) distilling these into the workspace token using a set-reconstruction decoder loss. In both simulation and hardware, we show that the workspace token can be used as a drop-in replacement for observations during deployment, enabling policies to solve memory-intensive tasks without the need for VLM reasoning in-the-loop. Interestingly, we found that workspace tokens are not only more lightweight but also lead to better policy performance.

Text extracted automatically; images, tables and formatting may be missing. Original: https://arxiv.org/abs/2609.20820