ZeroHour
Hugging Face daily paperspublished ()ingested Cheng Yin, Wang Xu, Junpeng Yang

SimpleMemVLA: A Simple but Effective Native-Video Memory for Vision-Language-Action Models

infoAI researchimportance 25
AI summary · glm-5.3-flash

SimpleMemVLA passes full timestamped video history straight to a VLA backbone, setting state of the art on four memory benchmarks.

SimpleMemVLA is a vision-language-action model for long-horizon manipulation that removes the dedicated memory module entirely. It keeps sampled history intact and feeds it to the backbone as timestamped video, with the hidden states of a generated sub-task serving as the only channel into a standard flow-matching action head. Prefilling the shared history prefix during action execution keeps latency close to a single-frame VLA. The system sets a new state of the art on four memory benchmarks and outperforms retrieval, compression and recurrent-state mechanisms, with causal interventions confirming the policy genuinely reads its history.

  • No memory module; backbone reads intact timestamped video history
  • Sub-task hidden states bridge history to a flow-matching action head
  • Prefix prefilling keeps latency near single-frame VLA levels
  • New SOTA on four memory benchmarks; causal tests confirm history use
  • Code released on GitHub
ProductsSimpleMemVLA
AI modelsSimpleMemVLA
Full article197 words · extracted from huggingface.co · click to collapse

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

Text extracted automatically; images, tables and formatting may be missing. Original: https://huggingface.co/papers/2609.05533