CVAICLMar 31, 2023

Zero-shot Referring Image Segmentation with Global-Local Context Features

arXiv:2303.17811v292 citationsh-index: 19Has Code
Originality Highly original
AI Analysis

This work addresses the labor-intensive data collection issue in referring image segmentation for computer vision researchers, offering an incremental improvement through a novel zero-shot approach.

The paper tackles the problem of costly labeled data for referring image segmentation by proposing a zero-shot method using CLIP's pre-trained cross-modal knowledge, achieving performance that outperforms zero-shot baselines and even weakly supervised methods by substantial margins.

Referring image segmentation (RIS) aims to find a segmentation mask given a referring expression grounded to a region of the input image. Collecting labelled datasets for this task, however, is notoriously costly and labor-intensive. To overcome this issue, we propose a simple yet effective zero-shot referring image segmentation method by leveraging the pre-trained cross-modal knowledge from CLIP. In order to obtain segmentation masks grounded to the input text, we propose a mask-guided visual encoder that captures global and local contextual information of an input image. By utilizing instance masks obtained from off-the-shelf mask proposal techniques, our method is able to segment fine-detailed Istance-level groundings. We also introduce a global-local text encoder where the global feature captures complex sentence-level semantics of the entire input expression while the local feature focuses on the target noun phrase extracted by a dependency parser. In our experiments, the proposed method outperforms several zero-shot baselines of the task and even the weakly supervised referring expression segmentation method with substantial margins. Our code is available at https://github.com/Seonghoon-Yu/Zero-shot-RIS.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes