Image-Text-to-Text
Transformers
Safetensors
fusion_phi
text-generation
conversational
custom_code
starriver030515 commited on
Commit
97b24e4
·
verified ·
1 Parent(s): 0fa09e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -58,5 +58,22 @@ https://github.com/starriver030515/FUSION/issues
58
 
59
  ## Paper or resources for more information
60
 
61
- - https://github.com/starriver030515/FUSION
62
- - Coming soon~
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
  ## Paper or resources for more information
60
 
61
+ - [https://arxiv.org/abs/2504.09925](https://arxiv.org/abs/2504.09925)
62
+ - [https://github.com/starriver030515/FUSION](https://github.com/starriver030515/FUSION)
63
+
64
+ ## Citation
65
+
66
+ If you find FUSION useful for your research and applications, please cite using this BibTeX:
67
+
68
+ ```bibtex
69
+ @misc{liu2025fusionfullyintegrationvisionlanguage,
70
+ title={FUSION: Fully Integration of Vision-Language Representations for Deep Cross-Modal Understanding},
71
+ author={Zheng Liu and Mengjie Liu and Jingzhou Chen and Jingwei Xu and Bin Cui and Conghui He and Wentao Zhang},
72
+ year={2025},
73
+ eprint={2504.09925},
74
+ archivePrefix={arXiv},
75
+ primaryClass={cs.CV},
76
+ url={https://arxiv.org/abs/2504.09925},
77
+ }
78
+ ```
79
+