Spaces:
Paused
Paused
Update README.md
Browse filesFormer-commit-id: 19dd9830130a32010a193fa95f77bf344ce5883b
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
# LISA: Reasoning Segmentation Via Large Language Model
|
2 |
|
3 |
-
This is the official implementation of ***LISA (Large-language Instructed Segmentation Assistant)***.
|
4 |
-
For more details, please refer to:
|
5 |
|
6 |
-
|
|
|
7 |
|
8 |
**LISA: Reasoning Segmentation Via Large Language Model [[Paper]()]** <br />
|
9 |
[Xin Lai](https://scholar.google.com/citations?user=tqNDPA4AAAAJ&hl=zh-CN),
|
@@ -17,6 +17,8 @@ For more details, please refer to:
|
|
17 |
<p align="center"> <img src="imgs/fig_overview_v6_crop.png" width="100%"> </p>
|
18 |
|
19 |
### Experimental results
|
|
|
|
|
20 |
<p align="center"> <img src="imgs/Table1.png" width="100%"> </p>
|
21 |
|
22 |
|
|
|
1 |
# LISA: Reasoning Segmentation Via Large Language Model
|
2 |
|
3 |
+
This is the official implementation of ***LISA (Large-language Instructed Segmentation Assistant)***.
|
|
|
4 |
|
5 |
+
In this work, we propose a new segmentation task --- ***reasoning segmentation***. The task is designed to output a segmentation mask given a complex and implicit query text. We establish a benchmark comprising over one thousand image-instruction pairs, incorporating intricate reasoning and world knowledge for evaluation purposes. Finally, we present LISA: Large-language Instructed Segmentation Assistant, which inherits the language generation capabilities of the multi-modal Large Language Model (LLM) while also possessing the ability to produce segmentation masks.
|
6 |
+
For more details, please refer to:
|
7 |
|
8 |
**LISA: Reasoning Segmentation Via Large Language Model [[Paper]()]** <br />
|
9 |
[Xin Lai](https://scholar.google.com/citations?user=tqNDPA4AAAAJ&hl=zh-CN),
|
|
|
17 |
<p align="center"> <img src="imgs/fig_overview_v6_crop.png" width="100%"> </p>
|
18 |
|
19 |
### Experimental results
|
20 |
+
<p align="center"> <img src="imgs/fig_teaser4_crop.png" width="100%"> </p>
|
21 |
+
|
22 |
<p align="center"> <img src="imgs/Table1.png" width="100%"> </p>
|
23 |
|
24 |
|