# A Language-Guided Benchmark for Weakly Supervised Open Vocabulary   Semantic Segmentation

**Authors:** Prashant Pandey, Mustafa Chasmai, Monish Natarajan, Brejesh Lall

arXiv: 2302.14163 · 2023-03-01

## TL;DR

This paper introduces WLSegNet, a language-guided weakly supervised segmentation model that effectively performs open vocabulary segmentation tasks without pixel labels, outperforming existing methods on standard benchmarks.

## Contribution

The paper presents a novel weakly supervised pipeline that leverages frozen CLIP features and context vectors to enable zero-shot and few-shot segmentation without pixel labels, avoiding fine-tuning.

## Key findings

- WLSegNet outperforms existing methods by 39 mIOU on PASCAL VOC.
- Achieves 3 mIOU improvement in weak FSS on PASCAL VOC.
- Beats baselines by 13-22 mIOU in 2-way 1-shot weak FSS on PASCAL VOC and MS COCO.

## Abstract

Increasing attention is being diverted to data-efficient problem settings like Open Vocabulary Semantic Segmentation (OVSS) which deals with segmenting an arbitrary object that may or may not be seen during training. The closest standard problems related to OVSS are Zero-Shot and Few-Shot Segmentation (ZSS, FSS) and their Cross-dataset variants where zero to few annotations are needed to segment novel classes. The existing FSS and ZSS methods utilize fully supervised pixel-labelled seen classes to segment unseen classes. Pixel-level labels are hard to obtain, and using weak supervision in the form of inexpensive image-level labels is often more practical. To this end, we propose a novel unified weakly supervised OVSS pipeline that can perform ZSS, FSS and Cross-dataset segmentation on novel classes without using pixel-level labels for either the base (seen) or the novel (unseen) classes in an inductive setting. We propose Weakly-Supervised Language-Guided Segmentation Network (WLSegNet), a novel language-guided segmentation pipeline that i) learns generalizable context vectors with batch aggregates (mean) to map class prompts to image features using frozen CLIP (a vision-language model) and ii) decouples weak ZSS/FSS into weak semantic segmentation and Zero-Shot segmentation. The learned context vectors avoid overfitting on seen classes during training and transfer better to novel classes during testing. WLSegNet avoids fine-tuning and the use of external datasets during training. The proposed pipeline beats existing methods for weak generalized Zero-Shot and weak Few-Shot semantic segmentation by 39 and 3 mIOU points respectively on PASCAL VOC and weak Few-Shot semantic segmentation by 5 mIOU points on MS COCO. On a harder setting of 2-way 1-shot weak FSS, WLSegNet beats the baselines by 13 and 22 mIOU points on PASCAL VOC and MS COCO, respectively.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.14163/full.md

## Figures

22 figures with captions in the complete paper: https://tomesphere.com/paper/2302.14163/full.md

## References

68 references — full list in the complete paper: https://tomesphere.com/paper/2302.14163/full.md

---
Source: https://tomesphere.com/paper/2302.14163