Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

A Simple Baseline for Open-Vocabulary Semantic Segmentation with Pre-trained Vision-language Model

About

Recently, open-vocabulary image classification by vision language pre-training has demonstrated incredible achievements, that the model can classify arbitrary categories without seeing additional annotated images of that category. However, it is still unclear how to make the open-vocabulary recognition work well on broader vision problems. This paper targets open-vocabulary semantic segmentation by building it on an off-the-shelf pre-trained vision-language model, i.e., CLIP. However, semantic segmentation and the CLIP model perform on different visual granularity, that semantic segmentation processes on pixels while CLIP performs on images. To remedy the discrepancy in processing granularity, we refuse the use of the prevalent one-stage FCN based framework, and advocate a two-stage semantic segmentation framework, with the first stage extracting generalizable mask proposals and the second stage leveraging an image based CLIP model to perform open-vocabulary classification on the masked image crops which are generated in the first stage. Our experimental results show that this two-stage framework can achieve superior performance than FCN when trained only on COCO Stuff dataset and evaluated on other datasets without fine-tuning. Moreover, this simple framework also surpasses previous state-of-the-arts of zero-shot semantic segmentation by a large margin: +29.5 hIoU on the Pascal VOC 2012 dataset, and +8.9 hIoU on the COCO Stuff dataset. With its simplicity and strong performance, we hope this framework to serve as a baseline to facilitate future research. The code are made publicly available at~\url{https://github.com/MendelXu/zsseg.baseline}.

Mengde Xu, Zheng Zhang, Fangyun Wei, Yutong Lin, Yue Cao, Han Hu, Xiang Bai• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU15.3
2731
Semantic segmentationPASCAL VOC 2012 (val)--
2040
Semantic segmentationADE20K--
936
Instance SegmentationCOCO (val)
APmk12.8
472
Semantic segmentationPASCAL VOC (val)
mIoU92.3
338
Semantic segmentationPASCAL Context (val)
mIoU34.5
323
Semantic segmentationPascal VOC (test)
mIoU88.4
236
Semantic segmentationCOCO Stuff
mIoU37.8
195
Semantic segmentationADE20K A-150
mIoU21.7
188
Panoptic SegmentationCOCO 2017 (val)--
172
Showing 10 of 89 rows
...

Other info

Code

Follow for update