choucsan commited on
Commit
9f4a1bf
·
verified ·
1 Parent(s): 9614ed7

Update arXiv link and citation

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -24,7 +24,7 @@ tags:
24
  <img src="images/poster.jpeg" alt="SIS-Motion" width="900"/>
25
  </p>
26
  <p align="center">
27
- <a href="https://arxiv.org"><img src="https://img.shields.io/badge/arXiv-Paper-b31b1b?style=for-the-badge&logo=arxiv" alt="arXiv"></a>
28
  <a href="https://choucisan.github.io/publications/self-in-space"><img src="https://img.shields.io/badge/Website-Project_Page-blue?style=for-the-badge" alt="Website"></a>
29
  <a href="https://github.com/IntelliSensing/Self-in-Space"><img src="https://img.shields.io/badge/GitHub-Self--in--Space-181717?style=for-the-badge&logo=github" alt="GitHub"></a>
30
  <a href="https://huggingface.co/choucsan/SIS-Motion"><img src="https://img.shields.io/badge/%F0%9F%A4%97_HuggingFace-Model-yellow?style=for-the-badge" alt="Hugging Face"></a>
@@ -240,7 +240,19 @@ The Qwen2.5-VL-7B base model is fetched from the `base_model_name_or_path` store
240
 
241
  ## Citation
242
 
243
- The paper citation will be added after the arXiv paper release.
 
 
 
 
 
 
 
 
 
 
 
 
244
 
245
  ---
246
 
 
24
  <img src="images/poster.jpeg" alt="SIS-Motion" width="900"/>
25
  </p>
26
  <p align="center">
27
+ <a href="https://arxiv.org/abs/2607.12477"><img src="https://img.shields.io/badge/arXiv-2607.12477-b31b1b?style=for-the-badge&logo=arxiv" alt="arXiv"></a>
28
  <a href="https://choucisan.github.io/publications/self-in-space"><img src="https://img.shields.io/badge/Website-Project_Page-blue?style=for-the-badge" alt="Website"></a>
29
  <a href="https://github.com/IntelliSensing/Self-in-Space"><img src="https://img.shields.io/badge/GitHub-Self--in--Space-181717?style=for-the-badge&logo=github" alt="GitHub"></a>
30
  <a href="https://huggingface.co/choucsan/SIS-Motion"><img src="https://img.shields.io/badge/%F0%9F%A4%97_HuggingFace-Model-yellow?style=for-the-badge" alt="Hugging Face"></a>
 
240
 
241
  ## Citation
242
 
243
+ If you use SIS-Motion in your research, please cite:
244
+
245
+ ```bibtex
246
+ @misc{zou2026sis,
247
+ title={Self in Space: Benchmarking Self-Awareness and Spatial Cognition in UAV Embodied Intelligence},
248
+ author={Zhishan Zou and Guoyan Sun and Zhiwei Wei and Jiancheng Pan and Yujie Li and Mugen Peng and Wenjia Xu},
249
+ year={2026},
250
+ eprint={2607.12477},
251
+ archivePrefix={arXiv},
252
+ primaryClass={cs.CV},
253
+ url={https://arxiv.org/abs/2607.12477},
254
+ }
255
+ ```
256
 
257
  ---
258