paper-with-me

홈 › Papers

Open-Vocabulary Universal Image Segmentation with MaskCLIP

2022-08-18 · Zheng Ding, Jieke Wang, Zhuowen Tu

In this paper, we tackle an emerging computer vision task, open-vocabulary universal image segmentation, that aims to perform semantic/instance/panoptic segmentation (background semantic labeling + foreground instance segmentation) for arbitrary categories of text-based descriptions in inference time. We first build a baseline method by directly adopting pre-trained CLIP models without finetuning or distillation. We then develop MaskCLIP, a Transformer-based approach with a MaskCLIP Visual Encoder, which is an encoder-only module that seamlessly integrates mask tokens with a pre-trained ViT CLIP model for semantic/instance segmentation and class prediction. MaskCLIP learns to efficiently and effectively utilize pre-trained partial/dense CLIP features within the MaskCLIP Visual Encoder that avoids the time-consuming student-teacher training process. MaskCLIP outperforms previous methods for semantic/instance/panoptic segmentation on ADE20K and PASCAL datasets. We show qualitative illustrations for MaskCLIP with online custom categories. Project website: https://maskclip.github.io.

📄 PDF Abstract BibTeX arXiv:2208.08984

Code (1)

mlpc-ucsd/maskclip 공식 구현 pytorch

Tasks

Image SegmentationInstance SegmentationOpen Vocabulary Panoptic SegmentationOpen Vocabulary Semantic SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

MaskCLIP++: A Mask-Based CLIP Fine-tuning Framework for Open-Vocabulary Image Segmentation

2024-12-16 · Quan-Sheng Zeng, Yunheng Li, Daquan Zhou, Guanbin Li 외

Open-vocabulary image segmentation has been advanced through the synergy between mask generators and vision-language models like Contrastive Language-Image Pre-training (CLIP). Previous approaches focus on generating mas…

Image SegmentationOpen Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentation+1

Extract Free Dense Labels from CLIP

2021-12-02 · Chong Zhou, Chen Change Loy, Bo Dai

Contrastive Language-Image Pre-training (CLIP) has made a remarkable breakthrough in open-vocabulary zero-shot image recognition. Many recent studies leverage the pre-trained CLIP models for image-level classification an…

Novel ConceptsOpen Vocabulary Panoptic SegmentationSegmentationSemantic Segmentation+3

CLIP-DINOiser: Teaching CLIP a few DINO tricks for open-vocabulary semantic segmentation

2023-12-19 · Monika Wysoczańska, Oriane Siméoni, Michaël Ramamonjisoa, Andrei Bursuc 외

The popular CLIP model displays impressive zero-shot capabilities thanks to its seamless interaction with arbitrary text prompts. However, its lack of spatial awareness makes it unsuitable for dense computer vision tasks…

Open Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSemantic Segmentation

Towards Universal Vision-language Omni-supervised Segmentation

2023-03-12 · Bowen Dong, Jiaxi Gu, Jianhua Han, Hang Xu 외

Existing open-world universal segmentation approaches usually leverage CLIP and pre-computed proposal masks to treat open-world segmentation tasks as proposal classification. However, 1) these works cannot handle univers…

Instance Segmentationobject-detectionObject DetectionPanoptic Segmentation+3

USE: Universal Segment Embeddings for Open-Vocabulary Image Segmentation

2024-06-07 · CVPR 2024 1 · Xiaoqi Wang, Wenbin He, Xiwei Xuan, Clint Sebastian 외

The open-vocabulary image segmentation task involves partitioning images into semantically meaningful segments and classifying them with flexible text-defined categories. The recent vision-based foundation models such as…

Image SegmentationSegmentationSemantic Segmentation