Improve model card and add robotics tag

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,7 +1,16 @@
 
 
 
 
1
  # Light-WAM Checkpoints
2
 
3
  This repository contains released checkpoints for [**Light-WAM: Efficient World Action Models with State-Fusion Action Decoding**](https://arxiv.org/abs/2606.08242).
4
 
 
 
 
 
 
5
  ## Contents
6
 
7
  Released checkpoints:
@@ -36,4 +45,20 @@ Download all Light-WAM checkpoints:
36
  ```bash
37
  hf download l1ziang/lightwam-checkpoints \
38
  --local-dir lightwam-checkpoints
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  ```
 
1
+ ---
2
+ pipeline_tag: robotics
3
+ ---
4
+
5
  # Light-WAM Checkpoints
6
 
7
  This repository contains released checkpoints for [**Light-WAM: Efficient World Action Models with State-Fusion Action Decoding**](https://arxiv.org/abs/2606.08242).
8
 
9
+ Light-WAM is a lightweight World Action Model for efficient robot manipulation. It leverages a compact video backbone (Wan2.1-T2V-1.3B) and performs future-video supervision in a downsampled latent space, allowing it to maintain strong performance on LIBERO and RoboTwin 2.0 while using only 0.44B trainable parameters.
10
+
11
+ - **Code:** [GitHub Repository](https://github.com/L1ziang/Light-WAM)
12
+ - **Paper:** [arXiv:2606.08242](https://arxiv.org/abs/2606.08242)
13
+
14
  ## Contents
15
 
16
  Released checkpoints:
 
45
  ```bash
46
  hf download l1ziang/lightwam-checkpoints \
47
  --local-dir lightwam-checkpoints
48
+ ```
49
+
50
+ ## Citation
51
+
52
+ If you find Light-WAM useful in your research, please cite:
53
+
54
+ ```bibtex
55
+ @misc{li2026lightwam,
56
+ title = {Light-WAM: Efficient World Action Models with State-Fusion Action Decoding},
57
+ author = {Ziang Li and Dongzhou Cheng and Yibin Wang and Shiyue Wang and Xiaoyang Xu and Lingxuan Weng and Juan Wang and Jiaqi Wang},
58
+ year = {2026},
59
+ eprint = {2606.08242},
60
+ archivePrefix = {arXiv},
61
+ primaryClass = {cs.RO},
62
+ url = {https://arxiv.org/abs/2606.08242}
63
+ }
64
  ```