Update README.md
Browse files
README.md
CHANGED
@@ -382,7 +382,7 @@ print(pred)
|
|
382 |
</details>
|
383 |
|
384 |
<details>
|
385 |
-
<summary>Inference
|
386 |
|
387 |
Our model performs more fine-grained understanding when [Set-of-Marks](https://arxiv.org/abs/2310.11441) visual prompts are provided.
|
388 |
You can refer to the instances that you are interested in using their IDs.
|
@@ -450,11 +450,11 @@ Feel free to contact us if you have any questions or suggestions
|
|
450 |
- Email (Lingchen Meng): [email protected]
|
451 |
|
452 |
## Citation
|
453 |
-
```bibtex
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
```
|
|
|
382 |
</details>
|
383 |
|
384 |
<details>
|
385 |
+
<summary>Inference with SoMs</summary>
|
386 |
|
387 |
Our model performs more fine-grained understanding when [Set-of-Marks](https://arxiv.org/abs/2310.11441) visual prompts are provided.
|
388 |
You can refer to the instances that you are interested in using their IDs.
|
|
|
450 |
- Email (Lingchen Meng): [email protected]
|
451 |
|
452 |
## Citation
|
453 |
+
``` bibtex
|
454 |
+
@article{peng2024inst,
|
455 |
+
title={Inst-IT: Boosting Multimodal Instance Understanding via Explicit Visual Prompt Instruction Tuning},
|
456 |
+
author={Peng, Wujian and Meng, Lingchen and Chen, Yitong and Xie, Yiweng and Liu, Yang and Gui, Tao and Xu, Hang and Qiu, Xipeng and Wu, Zuxuan and Jiang, Yu-Gang},
|
457 |
+
journal={arXiv preprint arXiv:2412.03565},
|
458 |
+
year={2024}
|
459 |
+
}
|
460 |
```
|