Update README.md
Browse files
README.md
CHANGED
|
@@ -58,5 +58,22 @@ https://github.com/starriver030515/FUSION/issues
|
|
| 58 |
|
| 59 |
## Paper or resources for more information
|
| 60 |
|
| 61 |
-
- https://
|
| 62 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|