Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
[Bridging Vision and Language Encoders: Parameter-Efficient Tuning for Referring Image Segmentation](https://arxiv.org/abs/2307.11545).
|
| 6 |
+
|
| 7 |
+
- Code: https://github.com/kkakkkka/ETRIS
|
| 8 |
+
|
| 9 |
+
## Citation
|
| 10 |
+
|
| 11 |
+
If ETRIS is useful for your research, please consider citing:
|
| 12 |
+
|
| 13 |
+
```angular2html
|
| 14 |
+
@inproceedings{xu2023bridging,
|
| 15 |
+
title={Bridging vision and language encoders: Parameter-efficient tuning for referring image segmentation},
|
| 16 |
+
author={Xu, Zunnan and Chen, Zhihong and Zhang, Yong and Song, Yibing and Wan, Xiang and Li, Guanbin},
|
| 17 |
+
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
|
| 18 |
+
pages={17503--17512},
|
| 19 |
+
year={2023}
|
| 20 |
+
}
|
| 21 |
+
```
|