paper-with-me

Papers

UVIS: Unsupervised Video Instance Segmentation

2024-06-11 · Shuaiyi Huang, Saksham Suri, Kamal Gupta, Sai Saketh Rambhatla, Ser-Nam Lim, Abhinav Shrivastava

Video instance segmentation requires classifying, segmenting, and tracking every object across video frames. Unlike existing approaches that rely on masks, boxes, or category labels, we propose UVIS, a novel Unsupervised Video Instance Segmentation (UVIS) framework that can perform video instance segmentation without any video annotations or dense label-based pretraining. Our key insight comes from leveraging the dense shape prior from the self-supervised vision foundation model DINO and the openset recognition ability from the image-caption supervised vision-language model CLIP. Our UVIS framework consists of three essential steps: frame-level pseudo-label generation, transformer-based VIS model training, and query-based tracking. To improve the quality of VIS predictions in the unsupervised setup, we introduce a dual-memory design. This design includes a semantic memory bank for generating accurate pseudo-labels and a tracking memory bank for maintaining temporal consistency in object tracks. We evaluate our approach on three standard VIS benchmarks, namely YoutubeVIS-2019, YoutubeVIS-2021, and Occluded VIS. Our UVIS achieves 21.1 AP on YoutubeVIS-2019 without any video annotations or dense pretraining, demonstrating the potential of our unsupervised VIS framework.

📄 PDF Abstract BibTeX arXiv:2406.06908

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationLanguage ModellingPseudo LabelSegmentationSemantic SegmentationVideo Instance Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

VideoCutLER: Surprisingly Simple Unsupervised Video Instance Segmentation

2023-08-28 · CVPR 2024 1 · Xudong Wang, Ishan Misra, Ziyun Zeng, Rohit Girdhar 외

Existing approaches to unsupervised video instance segmentation typically rely on motion estimates and experience difficulties tracking small or divergent motions. We present VideoCutLER, a simple method for unsupervised…

Instance SegmentationOptical Flow EstimationSegmentationSemantic Segmentation+3

FlowCut: Unsupervised Video Instance Segmentation via Temporal Mask Matching

2025-05-19 · Alp Eren Sari, Paolo Favaro

We propose FlowCut, a simple and capable method for unsupervised video instance segmentation consisting of a three-stage framework to construct a high-quality video dataset with pseudo labels. To our knowledge, our work …

Instance SegmentationSegmentationSemantic SegmentationVideo Instance Segmentation+2

S2D: Sparse-To-Dense Keymask Distillation for Unsupervised Video Instance Segmentation

2025-12-16 · Leon Sick, Lukas Hoyer, Dominik Engel, Pedro Hermosilla 외 arxiv

In recent years, the state-of-the-art in unsupervised video instance segmentation has heavily relied on synthetic video data, generated from object-centric image datasets such as ImageNet. However, video synthesis by art…

Unsupervised Instance SegmentationVideo Instance Segmentation

Instance Embedding Transfer to Unsupervised Video Object Segmentation

2018-01-03 · CVPR 2018 6 · Siyang Li, Bryan Seybold, Alexey Vorobyov, Alireza Fathi 외

We propose a method for unsupervised video object segmentation by transferring the knowledge encapsulated in image-based instance embedding networks. The instance embedding network produces an embedding vector for each p…

ObjectOptical Flow EstimationSegmentationSemantic Segmentation+3

Design Pseudo Ground Truth with Motion Cue for Unsupervised Video Object Segmentation

2018-12-13 · Ye Wang, Jongmoo Choi, Yueru Chen, Qin Huang 외

One major technique debt in video object segmentation is to label the object masks for training instances. As a result, we propose to prepare inexpensive, yet high quality pseudo ground truth corrected with motion cue fo…

Instance SegmentationObjectObject TrackingSegmentation+4