paper-with-me

홈 › Papers

CRIS: CLIP-Driven Referring Image Segmentation

2021-11-30 · CVPR 2022 1 · Zhaoqing Wang, Yu Lu, Qiang Li, Xunqiang Tao, Yandong Guo, Mingming Gong, Tongliang Liu

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.

📄 PDF Abstract BibTeX arXiv:2111.15174

Code (1)

DerrickWang005/CRIS.pytorch 공식 구현 pytorch

Tasks

Contrastive LearningDecoderGeneralized Referring Expression SegmentationImage SegmentationReferring Expression SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

CLIPUNetr: Assisting Human-robot Interface for Uncalibrated Visual Servoing Control with CLIP-driven Referring Expression Segmentation

2023-09-17 · Chen Jiang, Yuchen Yang, Martin Jagersand

The classical human-robot interface in uncalibrated image-based visual servoing (UIBVS) relies on either human annotations or semantic segmentation with categorical labels. Both methods fail to match natural human commun…

DecoderReferring ExpressionReferring Expression SegmentationSegmentation+1

Prompt-Driven Referring Image Segmentation with Instance Contrasting

2024-01-01 · CVPR 2024 1 · Chao Shang, Zichen Song, Heqian Qiu, Lanxiao Wang 외

Referring image segmentation (RIS) aims to segment the target referent described by natural language. Recently large-scale pre-trained models e.g. CLIP and SAM have been successfully applied in many downstream tasks …

Contrastive LearningImage SegmentationPrompt LearningSemantic Segmentation

CausalCLIPSeg: Unlocking CLIP's Potential in Referring Medical Image Segmentation with Causal Intervention

2025-03-20 · Yaxiong Chen, Minghong Wei, Zixuan Zheng, Jingliang Hu 외

Referring medical image segmentation targets delineating lesions indicated by textual descriptions. Aligning visual and textual cues is challenging due to their distinct data properties. Inspired by large-scale pre-train…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Text Augmented Spatial-aware Zero-shot Referring Image Segmentation

2023-10-27 · Yucheng Suo, Linchao Zhu, Yi Yang

In this paper, we study a challenging task of zero-shot referring image segmentation. This task aims to identify the instance mask that is most related to a referring expression without training on pixel-level annotation…

Image SegmentationReferring ExpressionSegmentationSemantic Segmentation+2

Extending CLIP's Image-Text Alignment to Referring Image Segmentation

2023-06-14 · Seoyeon Kim, Minguk Kang, Dongwon Kim, Jaesik Park 외

Referring Image Segmentation (RIS) is a cross-modal task that aims to segment an instance described by a natural language expression. Recent methods leverage large-scale pretrained unimodal models as backbones along with…

Image SegmentationReferring Expression SegmentationSemantic SegmentationVisual Grounding