paper-with-me

Papers

CLIP-VIS: Adapting CLIP for Open-Vocabulary Video Instance Segmentation

2024-03-19 · Wenqi Zhu, Jiale Cao, Jin Xie, Shuangming Yang, Yanwei Pang

Open-vocabulary video instance segmentation strives to segment and track instances belonging to an open set of categories in a videos. The vision-language model Contrastive Language-Image Pre-training (CLIP) has shown robust zero-shot classification ability in image-level open-vocabulary tasks. In this paper, we propose a simple encoder-decoder network, called CLIP-VIS, to adapt CLIP for open-vocabulary video instance segmentation. Our CLIP-VIS adopts frozen CLIP and introduces three modules, including class-agnostic mask generation, temporal topK-enhanced matching, and weighted open-vocabulary classification. Given a set of initial queries, class-agnostic mask generation introduces a pixel decoder and a transformer decoder on CLIP pre-trained image encoder to predict query masks and corresponding object scores and mask IoU scores. Then, temporal topK-enhanced matching performs query matching across frames using the K mostly matched frames. Finally, weighted open-vocabulary classification first employs mask pooling to generate query visual features from CLIP pre-trained image encoder, and second performs weighted classification using object scores and mask IoU scores. Our CLIP-VIS does not require the annotations of instance categories and identities. The experiments are performed on various video instance segmentation datasets, which demonstrate the effectiveness of our proposed method, especially for novel categories. When using ConvNeXt-B as backbone, our CLIP-VIS achieves the AP and APn scores of 32.2% and 40.2% on the validation set of LV-VIS dataset, which outperforms OV2Seg by 11.1% and 23.9% respectively. We will release the source code and models at https://github.com/zwq456/CLIP-VIS.git.

📄 PDF Abstract BibTeX arXiv:2403.12455

Code (1)

zwq456/clip-vis 공식 구현 pytorch

Tasks

DecoderInstance SegmentationLanguage ModellingSegmentationSemantic SegmentationVideo Instance Segmentationzero-shot-classificationZero-Shot Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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 제목 키워드 기반

FROSTER: Frozen CLIP Is A Strong Teacher for Open-Vocabulary Action Recognition

2024-02-05 · Xiaohu Huang, Hao Zhou, Kun Yao, Kai Han

In this paper, we introduce FROSTER, an effective framework for open-vocabulary action recognition. The CLIP model has achieved remarkable success in a range of image-based tasks, benefiting from its strong generalizatio…

Action RecognitionOpen Vocabulary Action Recognition

Ov3R: Open-Vocabulary Semantic 3D Reconstruction from RGB Videos

2025-07-29 · Ziren Gong, Xiaohan Li, Fabio Tosi, Jiawei Han 외 arxiv

We present Ov3R, a novel framework for open-vocabulary semantic 3D reconstruction from RGB video streams, designed to advance Spatial AI. The system features two key components: CLIP3R, a CLIP-informed 3D reconstruction …

3D Reconstruction

Rethinking CLIP-based Video Learners in Cross-Domain Open-Vocabulary Action Recognition

2024-03-03 · Kun-Yu Lin, Henghui Ding, Jiaming Zhou, Yu-Ming Tang 외

Building upon the impressive success of CLIP (Contrastive Language-Image Pretraining), recent pioneer works have proposed to adapt the powerful CLIP to video data, leading to efficient and effective video learners for op…

Action RecognitionOpen Vocabulary Action Recognition

Open Vocabulary Multi-Label Video Classification

2024-07-12 · Rohit Gupta, Mamshad Nayeem Rizve, Jayakrishnan Unnikrishnan, Ashish Tawari 외

Pre-trained vision-language models (VLMs) have enabled significant progress in open vocabulary computer vision tasks such as image classification, object detection and image segmentation. Some recent works have focused o…

Action ClassificationClassificationimage-classificationImage Classification+6

Learning to Generalize without Bias for Open-Vocabulary Action Recognition

2025-02-27 · Yating Yu, Congqi Cao, Yifan Zhang, Yanning Zhang

Leveraging the effective visual-text alignment and static generalizability from CLIP, recent video learners adopt CLIP initialization with further regularization or recombination for generalization in open-vocabulary act…

Action RecognitionMeta-LearningOpen Vocabulary Action Recognition