Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ tags:
|
|
| 17 |
|
| 18 |
# **🔍 Beyond Semantic Search: Towards Referential Anchoring in Composed Image Retrieval (CVPR 2026)**
|
| 19 |
|
| 20 |
-
[**📖 Paper (arXiv)**](https://arxiv.org) | [**🌐 Homepage**](https://hahajun1101.github.io/OACIR/) | [**🐙 Code (GitHub)**](https://github.com/HaHaJun1101/OACIR) | [**🤗 Dataset (OACIRR)**](https://huggingface.co/datasets/HaHaJun1101/OACIRR) | <a href="#downloading-the-adafocal-weights" style="color: red;">**🛜 Download Weights Now 👇**</a>
|
| 21 |
|
| 22 |
---
|
| 23 |
|
|
@@ -111,4 +111,12 @@ We provide two variants of the **AdaFocal** weights. You can instantly reproduce
|
|
| 111 |
|
| 112 |
## ✒️ Citation
|
| 113 |
|
| 114 |
-
If you find our dataset, models, or
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
# **🔍 Beyond Semantic Search: Towards Referential Anchoring in Composed Image Retrieval (CVPR 2026)**
|
| 19 |
|
| 20 |
+
[**📖 Paper (arXiv)**](https://arxiv.org/abs/2604.05393) | [**🌐 Homepage**](https://hahajun1101.github.io/OACIR/) | [**🐙 Code (GitHub)**](https://github.com/HaHaJun1101/OACIR) | [**🤗 Dataset (OACIRR)**](https://huggingface.co/datasets/HaHaJun1101/OACIRR) | <a href="#downloading-the-adafocal-weights" style="color: red;">**🛜 Download Weights Now 👇**</a>
|
| 21 |
|
| 22 |
---
|
| 23 |
|
|
|
|
| 111 |
|
| 112 |
## ✒️ Citation
|
| 113 |
|
| 114 |
+
If you find our dataset, models, or codebase useful in your research, please consider citing our paper:
|
| 115 |
+
```bibtex
|
| 116 |
+
@article{yang2026beyond,
|
| 117 |
+
title={Beyond Semantic Search: Towards Referential Anchoring in Composed Image Retrieval},
|
| 118 |
+
author={Yang, Yuxin and Zhou, Yinan and Chen, Yuxin and Zhang, Ziqi and Ma, Zongyang and Yuan, Chunfeng and Li, Bing and Gao, Jun and Hu, Weiming},
|
| 119 |
+
journal={arXiv preprint arXiv:2604.05393},
|
| 120 |
+
year={2026}
|
| 121 |
+
}
|
| 122 |
+
```
|