Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- Multimodal Large Language Model (MLLM)
|
5 |
+
- Visual Grounding
|
6 |
+
- Reinforcement Fine-tuning
|
7 |
+
---
|
8 |
+
|
9 |
+
# UniVG-R1 Model Card
|
10 |
+
<a href='https://amap-ml.github.io/UniVG-R1-page/'><img src='https://img.shields.io/badge/Project-Page-Green'></a>
|
11 |
+
<a href='https://arxiv.org/abs/2505.14231'><img src='https://img.shields.io/badge/Paper-Arxiv-red'></a>
|
12 |
+
|
13 |
+
## Model details
|
14 |
+
We propose UniVG-R1, a reasoning-guided MLLM for universal visual grounding, which leverages reinforcement learning to enhance reasoning across complex multi-image and multi-modal scenarios.
|