SimpleMemVLA
Collection
A Simple but Effective Native-Video Memory for Vision-Language-Action Models • 11 items • Updated • 1
How to use yinchenghust/simplememvla_robomemarena with Transformers:
# Load model directly
from transformers import SimpleMemVLAForActionPrediction
model = SimpleMemVLAForActionPrediction.from_pretrained("yinchenghust/simplememvla_robomemarena", device_map="auto")SimpleMemVLA is a vision-language-action (VLA) model for long-horizon robotic manipulation. It does not rely on a dedicated memory module; instead, it keeps the sampled history intact and passes it to the backbone in the timestamped video format the backbone was pretrained to process. The model is introduced in the paper SimpleMemVLA: A Simple but Effective Native-Video Memory for Vision-Language-Action Models.