Video-to-Video
syxbb commited on
Commit
d3122e4
·
verified ·
1 Parent(s): 58ada22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -1,4 +1,39 @@
1
  ---
2
  license: apache-2.0
3
  ---
4
- We’re going open source in a day — stay tuned!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ ---
6
+ license: apache-2.0
7
+ ---
8
+ # SAMA: Factorized Semantic Anchoring and Motion Alignment for Instruction-Guided Video Editing
9
+
10
+ <div align="center">
11
+ <a href="https://arxiv.org/abs/2603.19228" target="_blank"><img src="https://img.shields.io/badge/Paper-b31b1b.svg?logo=arxiv&logoColor=white" height="22px"></a>
12
+ <a href="https://cynthiazxy123.github.io/SAMA/" target="_blank"><img src="https://img.shields.io/badge/Webpage-4f46e5.svg?logo=googlechrome&logoColor=white" height="22px"></a>
13
+ <a href="https://huggingface.co/syxbb/SAMA-14B" target="_blank"><img src="https://img.shields.io/badge/Model-f59e0b.svg?logo=huggingface&logoColor=white" height="22px"></a>
14
+ <a href="https://huggingface.co/datasets/syxbb/SAMA-edit-filtered-1M" target="_blank"><img src="https://img.shields.io/badge/Dataset-2563eb.svg?logo=huggingface&logoColor=white" height="22px"></a>
15
+ <a href="https://github.com/Cynthiazxy123/SAMA" target="_blank"><img src="https://img.shields.io/badge/Code-111111.svg?logo=github&logoColor=white" height="22px"></a>
16
+ </div>
17
+
18
+
19
+
20
+ ## 🤗 Available Models
21
+
22
+ | Model | Status | Link |
23
+ | --- | --- | --- |
24
+ | SAMA-5B | Coming soon | Coming soon |
25
+ | SAMA-14B | Available | [syxbb/SAMA-14B](https://huggingface.co/syxbb/SAMA-14B) |
26
+
27
+ ## 📚 Citation
28
+
29
+ ```bibtex
30
+ @misc{zhang2026samafactorizedsemanticanchoring,
31
+ title={SAMA: Factorized Semantic Anchoring and Motion Alignment for Instruction-Guided Video Editing},
32
+ author={Xinyao Zhang and Wenkai Dong and Yuxin Song and Bo Fang and Qi Zhang and Jing Wang and Fan Chen and Hui Zhang and Haocheng Feng and Yu Lu and Hang Zhou and Chun Yuan and Jingdong Wang},
33
+ year={2026},
34
+ eprint={2603.19228},
35
+ archivePrefix={arXiv},
36
+ primaryClass={cs.CV},
37
+ url={https://arxiv.org/abs/2603.19228},
38
+ }
39
+ ```