Update README.md
Browse files
README.md
CHANGED
|
@@ -213,13 +213,21 @@ plt.close()
|
|
| 213 |
</p>
|
| 214 |
|
| 215 |
## Citation
|
| 216 |
-
If you find
|
| 217 |
|
| 218 |
```
|
| 219 |
-
@article{
|
| 220 |
-
title={
|
| 221 |
-
author={
|
| 222 |
-
journal={arXiv preprint arXiv:2510.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 223 |
year={2025}
|
| 224 |
}
|
| 225 |
```
|
|
|
|
| 213 |
</p>
|
| 214 |
|
| 215 |
## Citation
|
| 216 |
+
If you find FG-CLIP 2 useful for your research and applications, please cite using this BibTeX:
|
| 217 |
|
| 218 |
```
|
| 219 |
+
@article{xie2025fg2,
|
| 220 |
+
title={FG-CLIP 2: A Bilingual Fine-grained Vision-language Alignment Model},
|
| 221 |
+
author={Xie, Chunyu and Wang, Bin and Kong, Fanjing and Li, Jincheng and Liang, Dawei and Ao, Ji and Leng, Dawei and Yin, Yuhui},
|
| 222 |
+
journal={arXiv preprint arXiv:2510.10921},
|
| 223 |
+
year={2025}
|
| 224 |
+
}
|
| 225 |
+
```
|
| 226 |
+
```
|
| 227 |
+
@article{xie2025fg,
|
| 228 |
+
title={FG-CLIP: Fine-Grained Visual and Textual Alignment},
|
| 229 |
+
author={Xie, Chunyu and Wang, Bin and Kong, Fanjing and Li, Jincheng and Liang, Dawei and Zhang, Gengshen and Leng, Dawei and Yin, Yuhui},
|
| 230 |
+
journal={arXiv preprint arXiv:2505.05071},
|
| 231 |
year={2025}
|
| 232 |
}
|
| 233 |
```
|