paper-with-me

홈 › Papers

Two-shot Video Object Segmentation

2023-03-21 · CVPR 2023 1 · Kun Yan, Xiao Li, Fangyun Wei, Jinglu Wang, Chenbin Zhang, Ping Wang, Yan Lu

Previous works on video object segmentation (VOS) are trained on densely annotated videos. Nevertheless, acquiring annotations in pixel level is expensive and time-consuming. In this work, we demonstrate the feasibility of training a satisfactory VOS model on sparsely annotated videos-we merely require two labeled frames per training video while the performance is sustained. We term this novel training paradigm as two-shot video object segmentation, or two-shot VOS for short. The underlying idea is to generate pseudo labels for unlabeled frames during training and to optimize the model on the combination of labeled and pseudo-labeled data. Our approach is extremely simple and can be applied to a majority of existing frameworks. We first pre-train a VOS model on sparsely annotated videos in a semi-supervised manner, with the first frame always being a labeled one. Then, we adopt the pre-trained VOS model to generate pseudo labels for all unlabeled frames, which are subsequently stored in a pseudo-label bank. Finally, we retrain a VOS model on both labeled and pseudo-labeled data without any restrictions on the first frame. For the first time, we present a general way to train VOS models on two-shot VOS datasets. By using 7.3% and 2.9% labeled data of YouTube-VOS and DAVIS benchmarks, our approach achieves comparable results in contrast to the counterparts trained on fully labeled set. Code and models are available at https://github.com/yk-pku/Two-shot-Video-Object-Segmentation.

📄 PDF Abstract BibTeX arXiv:2303.12078

Code (1)

yk-pku/two-shot-video-object-segmentation 공식 구현 pytorch

Tasks

ObjectPseudo LabelSegmentationSemantic SegmentationVideo Object SegmentationVideo Semantic SegmentationVocal Bursts Valence Prediction

Methods 이 논문이 사용한 방법론

VOS VOS is a type of video object segmentation model consisting of two network components. The target appearance model consists of a light-weight module, which is learned during…

Similar Papers 제목 키워드 기반

YouMVOS: An Actor-Centric Multi-Shot Video Object Segmentation Dataset

2022-01-01 · CVPR 2022 1 · Donglai Wei, Siddhant Kharbanda, Sarthak Arora, Roshan Roy 외

Many video understanding tasks require analyzing multi-shot videos, but existing datasets for video object segmentation (VOS) only consider single-shot videos. To address this challenge, we collected a new dataset---…

ManagementSegmentationSemantic SegmentationVideo Object Segmentation+3

One-Shot Video Object Segmentation

2016-11-16 · CVPR 2017 7 · Sergi Caelles, Kevis-Kokitsi Maninis, Jordi Pont-Tuset, Laura Leal-Taixé 외

This paper tackles the task of semi-supervised video object segmentation, i.e., the separation of an object from the background in a video, given the mask of the first frame. We present One-Shot Video Object Segmentation…

Foreground SegmentationObjectSegmentationSemi-Supervised Video Object Segmentation+3

RVOS: End-to-End Recurrent Network for Video Object Segmentation

2019-03-13 · CVPR 2019 6 · Carles Ventura, Miriam Bellver, Andreu Girbau, Amaia Salvador 외

Multiple object video object segmentation is a challenging task, specially for the zero-shot case, when no object mask is given at the initial frame and the model has to find the objects to be segmented along the sequenc…

GPUObjectOne-shot visual object segmentationSegmentation+4

Weakly Supervised Few-shot Object Segmentation using Co-Attention with Visual and Semantic Embeddings

2020-01-26 · Mennatullah Siam, Naren Doraiswamy, Boris N. Oreshkin, Hengshuai Yao 외

Significant progress has been made recently in developing few-shot object segmentation methods. Learning is shown to be successful in few-shot segmentation settings, using pixel-level, scribbles and bounding box supervis…

Few-Shot LearningObjectOne-shot visual object segmentationSegmentation+3

EntitySAM: Segment Everything in Video

2025-01-01 · CVPR 2025 1 · Mingqiao Ye, Seoung Wug Oh, Lei Ke, Joon-Young Lee

Automatically tracking and segmenting every video entity remains a significant challenge. Despite rapid advancements in video segmentation, even state-of-the-art models like SAM 2 struggle to consistently track all e…

DecoderObjectSegmentationSemantic Segmentation+2