Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -53,3 +53,14 @@ seg = model.predict_segmentation(pixel_values)
|
|
| 53 |
## License
|
| 54 |
|
| 55 |
Apache 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
## License
|
| 54 |
|
| 55 |
Apache 2.0
|
| 56 |
+
|
| 57 |
+
## Citation
|
| 58 |
+
|
| 59 |
+
```bibtex
|
| 60 |
+
@inproceedings{cao2026tipsv2,
|
| 61 |
+
title = {{TIPSv2: Advancing Vision-Language Pretraining with Enhanced Patch-Text Alignment}},
|
| 62 |
+
author = {Cao, Bingyi and Chen, Koert and Maninis, Kevis-Kokitsi and Chen, Kaifeng and Karpur, Arjun and Xia, Ye and Dua, Sahil and Dabral, Tanmaya and Han, Guangxing and Han, Bohyung and Ainslie, Joshua and Bewley, Alex and Jacob, Mithun and Wagner, Rene and Ramos, Washington and Choromanski, Krzysztof and Seyedhosseini, Mojtaba and Zhou, Howard and Araujo, Andre},
|
| 63 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 64 |
+
year = {2026}
|
| 65 |
+
}
|
| 66 |
+
```
|