Safetensors
English
qwen2_5_omni_thinker
sinwang commited on
Commit
e1e0cb5
Β·
verified Β·
1 Parent(s): d33a094

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -15,6 +15,14 @@ base_model:
15
  </h1>
16
  </div>
17
 
 
 
 
 
 
 
 
 
18
 
19
  ![logo](https://cdn-uploads.huggingface.co/production/uploads/64c3c631e77ea9f28111172a/Lb55aSaitdpNl1iSC8xrm.png)
20
 
@@ -36,3 +44,21 @@ At the heart of RoboOmni lies the Perceiver-Thinker-Talker-Executor architecture
36
  ![WechatIMG2567](https://cdn-uploads.huggingface.co/production/uploads/64c3c631e77ea9f28111172a/z5hqTgAPU0BiFtdrKwq8A.jpeg)
37
 
38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  </h1>
16
  </div>
17
 
18
+ <p align="center">
19
+ πŸ“– <a href="https://arxiv.org/abs/2510.23763"><strong>arXiv Paper</strong></a> |
20
+ 🌐 <a href="https://OpenMOSS.github.io/RoboOmni"><strong>Website</strong></a> |
21
+ πŸ€— <a href="https://huggingface.co/fnlp/RoboOmni"><strong>Model</strong></a> |
22
+ πŸ€— <a href="https://huggingface.co/datasets/fnlp/OmniAction"><strong>Dataset</strong></a> |
23
+ πŸ› οΈ <a href="https://github.com/OpenMOSS/RoboOmni"><strong>Github</strong></a> |
24
+ </p>
25
+
26
 
27
  ![logo](https://cdn-uploads.huggingface.co/production/uploads/64c3c631e77ea9f28111172a/Lb55aSaitdpNl1iSC8xrm.png)
28
 
 
44
  ![WechatIMG2567](https://cdn-uploads.huggingface.co/production/uploads/64c3c631e77ea9f28111172a/z5hqTgAPU0BiFtdrKwq8A.jpeg)
45
 
46
 
47
+
48
+ ## πŸ‘‹ Citation
49
+
50
+ If you find our paper and code useful in your research, please cite our paper.
51
+
52
+ **BibTeX:**
53
+
54
+ ```bibtex
55
+ @article{wang2025roboomni,
56
+ title={RoboOmni: Proactive Robot Manipulation in Omni-modal Context},
57
+ author={Siyin Wang and Jinlan Fu and Feihong Liu and Xinzhe He and Huangxuan Wu and Junhao Shi and Kexin Huang and Zhaoye Fei and Jingjing Gong and Zuxuan Wu and Yugang Jiang and See-Kiong Ng and Tat-Seng Chua and Xipeng Qiu},
58
+ journal={arXiv preprint arXiv:2510.23763},
59
+ year={2025},
60
+ url={https://arxiv.org/abs/2510.23763},
61
+ archivePrefix={arXiv},
62
+ primaryClass={cs.RO},
63
+ }
64
+ ```