[Update] README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ pipeline_tag: image-text-to-text
|
|
| 20 |
|
| 21 |
<a href="https://scholar.google.com/citations?hl=zh-CN&user=9etrpbYAAAAJ">Tiancheng Gu*</a>,</span>
|
| 22 |
<a href="https://kaicheng-yang0828.github.io">Kaicheng Yang*</a>,</span>
|
| 23 |
-
<a href="https://kcz358.github.io/">
|
| 24 |
<a href="https://scholar.google.com/citations?hl=zh-CN&user=1ckaPgwAAAAJ">Xiang An</a>,</span>
|
| 25 |
Ziyong Feng,</span> \
|
| 26 |
<a href="https://scholar.google.com/citations?hl=en&user=LatWlFAAAAAJ">Yueyi Zhang</a>,</span>
|
|
@@ -137,16 +137,21 @@ else:
|
|
| 137 |
## 🖊️ Citation
|
| 138 |
If you find this repository useful, please use the following BibTeX entry for citation.
|
| 139 |
```latex
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
title={Breaking the Modality Barrier: Universal Embedding Learning with Multimodal LLMs},
|
| 144 |
-
author={Tiancheng Gu and Kaicheng Yang and Ziyong Feng and Xingjun Wang and Yanzhao Zhang and Dingkun Long and Yingda Chen and Weidong Cai and Jiankang Deng},
|
| 145 |
year={2025},
|
| 146 |
-
eprint={
|
| 147 |
archivePrefix={arXiv},
|
| 148 |
primaryClass={cs.CV},
|
| 149 |
-
url={https://arxiv.org/abs/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 150 |
}
|
| 151 |
|
| 152 |
```
|
|
|
|
| 20 |
|
| 21 |
<a href="https://scholar.google.com/citations?hl=zh-CN&user=9etrpbYAAAAJ">Tiancheng Gu*</a>,</span>
|
| 22 |
<a href="https://kaicheng-yang0828.github.io">Kaicheng Yang*</a>,</span>
|
| 23 |
+
<a href="https://kcz358.github.io/">Kaichen Zhang</a>,</span>
|
| 24 |
<a href="https://scholar.google.com/citations?hl=zh-CN&user=1ckaPgwAAAAJ">Xiang An</a>,</span>
|
| 25 |
Ziyong Feng,</span> \
|
| 26 |
<a href="https://scholar.google.com/citations?hl=en&user=LatWlFAAAAAJ">Yueyi Zhang</a>,</span>
|
|
|
|
| 137 |
## 🖊️ Citation
|
| 138 |
If you find this repository useful, please use the following BibTeX entry for citation.
|
| 139 |
```latex
|
| 140 |
+
@misc{gu2025unimev2mllmasajudgeuniversalmultimodal,
|
| 141 |
+
title={UniME-V2: MLLM-as-a-Judge for Universal Multimodal Embedding Learning},
|
| 142 |
+
author={Tiancheng Gu and Kaicheng Yang and Kaichen Zhang and Xiang An and Ziyong Feng and Yueyi Zhang and Weidong Cai and Jiankang Deng and Lidong Bing},
|
|
|
|
|
|
|
| 143 |
year={2025},
|
| 144 |
+
eprint={2510.13515},
|
| 145 |
archivePrefix={arXiv},
|
| 146 |
primaryClass={cs.CV},
|
| 147 |
+
url={https://arxiv.org/abs/2510.13515},
|
| 148 |
+
}
|
| 149 |
+
|
| 150 |
+
@inproceedings{unime,
|
| 151 |
+
title={Breaking the Modality Barrier: Universal Embedding Learning with Multimodal LLMs},
|
| 152 |
+
author={Gu, Tiancheng and Yang, Kaicheng and Feng, Ziyong and Wang, Xingjun and Zhang, Yanzhao and Long, Dingkun and Chen, Yingda and Cai, Weidong and Deng, Jiankang},
|
| 153 |
+
booktitle={ACM MM},
|
| 154 |
+
year={2025}
|
| 155 |
}
|
| 156 |
|
| 157 |
```
|