SimpleMemVLA: A Simple but Effective Native-Video Memory for Vision-Language-Action Models
Abstract
SimpleMemVLA achieves long-horizon manipulation by feeding intact timestamped video history directly into a pretrained VLM backbone and using hidden states to inform a flow-matching action head, outperforming dedicated memory modules.
Long-horizon manipulation is partially observable: the information needed to choose the next action may appear only in observations from minutes earlier. Existing memory mechanisms: retrieval banks, learned compressors, recurrent states must decide what to keep from the past before knowing what a future decision will require. This was motivated by the assumption that minute-scale history is too large to process directly, which modern VLM backbones no longer make true. In this work, we introduce SimpleMemVLA, a VLA without a dedicated memory module. It keeps the sampled history intact and passes it to the backbone in the timestamped video format the backbone was pretrained to process; the hidden states of a generated sub-task then form the only channel from history to a standard flow-matching action head. Since consecutive decisions share most of their history, prefilling the shared prefix during action execution keeps latency close to a single-frame VLA. SimpleMemVLA sets a new state of the art on four memory benchmarks without cost on general-purpose control. Holding the backbone and training setup fixed, it outperforms retrieval, compression and recurrent-state mechanisms by a wide margin, and causal interventions confirm that the policy genuinely reads its history. Code available at https://github.com/wadeKeith/SimpleMemVLA
Community
submit SimpleMemVLA paper
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- PonderPounce: A Pretrained MLLM as an Episode Context Engine for Robot Control (2026)
- World Tokens: Enhancing Embodied Policies with Training-Time World Modeling (2026)
- CoTinyVLA: Chain-of-Thought Distillation for a Sub-Billion-Parameter Vision-Language-Action Model (2026)
- StreamTTT: Reconciling Real-Time Perception and Long-Term Memory in Streaming VLMs (2026)
- TemporalFlow-VLA: Learning Physically Grounded Execution History for Long-Horizon Robot Manipulation (2026)
- StellaVLA: In-Context Structured Demonstration for Generalizable Vision-Language-Action Models (2026)
- Robust-WAM: Bridging Generative Pretraining and Semantic Foresight in World-Action Models (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2609.05533 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 5
yinchenghust/simplememvla_mikasa
Datasets citing this paper 5
yinchenghust/robomme_lerobot
yinchenghust/libero_lerobot
Spaces citing this paper 0
No Space linking this paper