Improve model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
+ base_model: Qwen/Qwen2.5-VL-3B-Instruct
6
+ ---
7
+
8
+ # AtlasVA: Self-Evolving Visual Skill Memory for Teacher-Free VLM Agents
9
+
10
+ This repository contains the model weights for **AtlasVA**, as presented in the paper [AtlasVA: Self-Evolving Visual Skill Memory for Teacher-Free VLM Agents](https://huggingface.co/papers/2605.17933).
11
+
12
+ **AtlasVA** is a teacher-free visual skill memory framework designed for Vision-Language Model (VLM) agents. It organizes memory into three complementary layers: spatial heatmaps, visual exemplars, and symbolic text skills. By evolving danger and affinity atlases directly from trajectory statistics, AtlasVA provides dense, coordinate-aware guidance for reinforcement learning, unifying perception, memory, and optimization without external LLM supervision.
13
+
14
+ - **Project Page:** [https://wangpan-ustc.github.io/AtlasvaWeb/](https://wangpan-ustc.github.io/AtlasvaWeb/)
15
+ - **Repository:** [https://github.com/wangpan-ustc/AtlasVA](https://github.com/wangpan-ustc/AtlasVA)
16
+ - **Paper:** [https://huggingface.co/papers/2605.17933](https://huggingface.co/papers/2605.17933)
17
+
18
+ ## Model Details
19
+ - **Base Model**: Qwen2.5-VL-3B-Instruct
20
+ - **Task**: Multimodal agentic decision making (Sokoban, FrozenLake, 3D navigation, robotic manipulation).
21
+ - **Memory Layers**: Spatial heatmaps, visual exemplars, and symbolic text skills.
22
+
23
+ ## Citation
24
+
25
+ ```bibtex
26
+ @article{wang2026atlasva,
27
+ title={AtlasVA: Self-Evolving Visual Skill Memory for Teacher-Free VLM Agents},
28
+ author={Wang, Pan and Hu, Yihao and Liu, Xiujin and Yang, Jingchu and Wang, Hang and Wen, Zhihao},
29
+ journal={arXiv preprint arXiv:2605.17933},
30
+ year={2026}
31
+ }
32
+ ```