CVNov 30, 2021

CRIS: CLIP-Driven Referring Image Segmentation

arXiv:2111.15174v2515 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of precise image segmentation based on natural language descriptions for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles the challenge of aligning text and pixel-level features in referring image segmentation by proposing CRIS, an end-to-end framework that uses CLIP-driven vision-language decoding and contrastive learning, achieving state-of-the-art performance on three benchmark datasets without post-processing.

Referring image segmentation aims to segment a referent via a natural linguistic expression.Due to the distinct data properties between text and image, it is challenging for a network to well align text and pixel-level features. Existing approaches use pretrained models to facilitate learning, yet separately transfer the language/vision knowledge from pretrained models, ignoring the multi-modal corresponding information. Inspired by the recent advance in Contrastive Language-Image Pretraining (CLIP), in this paper, we propose an end-to-end CLIP-Driven Referring Image Segmentation framework (CRIS). To transfer the multi-modal knowledge effectively, CRIS resorts to vision-language decoding and contrastive learning for achieving the text-to-pixel alignment. More specifically, we design a vision-language decoder to propagate fine-grained semantic information from textual representations to each pixel-level activation, which promotes consistency between the two modalities. In addition, we present text-to-pixel contrastive learning to explicitly enforce the text feature similar to the related pixel-level features and dissimilar to the irrelevances. The experimental results on three benchmark datasets demonstrate that our proposed framework significantly outperforms the state-of-the-art performance without any post-processing. The code will be released.

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