File size: 3,941 Bytes
b37eb95 f82515e b37eb95 f82515e b37eb95 4511c4e b37eb95 4fa29a5 b37eb95 f82515e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
---
license: apache-2.0
base_model:
- DeepGlint-AI/MLCD-Embodied-7B
---
[](https://paperswithcode.com/sota/referring-expression-segmentation-on-refcocog?p=multi-label-cluster-discrimination-for-visual)
[](https://paperswithcode.com/sota/referring-expression-segmentation-on-refcoco-5?p=multi-label-cluster-discrimination-for-visual)
[](https://paperswithcode.com/sota/referring-expression-segmentation-on-refcoco-3?p=multi-label-cluster-discrimination-for-visual)
[](https://paperswithcode.com/sota/referring-expression-segmentation-on-refcocog-1?p=multi-label-cluster-discrimination-for-visual)
[](https://paperswithcode.com/sota/referring-expression-segmentation-on-refcoco-8?p=multi-label-cluster-discrimination-for-visual)
[](https://paperswithcode.com/sota/referring-expression-segmentation-on-refcoco-4?p=multi-label-cluster-discrimination-for-visual)
[](https://paperswithcode.com/sota/referring-expression-segmentation-on-refcoco-9?p=multi-label-cluster-discrimination-for-visual)
[](https://paperswithcode.com/sota/referring-expression-segmentation-on-refcoco?p=multi-label-cluster-discrimination-for-visual)
[](https://paperswithcode.com/sota/referring-expression-segmentation-on-refcoco?p=multi-label-cluster-discrimination-for-visual)
## RefCOCO Segmentation Evaluation:
| Dataset | Split | MLCD-seg-7B | EVF-SAM | GLaMM | VisionLLM v2| LISA |
| :-- | :-: | :-: | :-: | :-: | :-: | :-: |
| RefCOCO | val | **83.6** | 82.4 | 79.5 | 79.2 | 74.9 |
| RefCOCO | testA | **85.3** | 84.2 | 83.2 | 82.3 | 79.1 |
| RefCOCO | testB | **81.5** | 80.2 | 76.9 | 77.0 | 72.3 |
| RefCOCO+ | val | **79.4** | 76.5 | 72.6 | 68.9 | 65.1 |
| RefCOCO+ | testA | **82.9** | 80.0 | 78.7 | 75.8 | 70.8 |
| RefCOCO+ | testB | **75.6** | 71.9 | 64.6 | 61.8 | 58.1 |
| RefCOCOg | val | **79.7** | 78.2 | 74.2 | 73.3 | 67.9 |
| RefCOCOg | test | **80.5** | 78.3 | 74.9 | 74.8 | 70.6 |
## Evaluation
Install the evaluation tool and execute the evaluation script:
```bash
git clone https://github.com/deepglint/unicom/tree/main
cd downstream
bash ./eval/scripts/eval_refcoco.sh
```
## Citations
```
@misc{mlcdseg_wukun,
author = {Wu, Kun and Xie, Yin and Zhou, Xinyu and An, Xiang, and Deng, Jiankang},
title = {MLCD-seg-7B},
year = {2024},
url = {https://github.com/deepglint/unicom/tree/main/downstream},
}
``` |