paper-with-me

Papers

Unsupervised Video Object Segmentation via Prototype Memory Network

2022-09-08 · Minhyeok Lee, Suhwan Cho, Seunghoon Lee, Chaewon Park, Sangyoun Lee

Unsupervised video object segmentation aims to segment a target object in the video without a ground truth mask in the initial frame. This challenging task requires extracting features for the most salient common objects within a video sequence. This difficulty can be solved by using motion information such as optical flow, but using only the information between adjacent frames results in poor connectivity between distant frames and poor performance. To solve this problem, we propose a novel prototype memory network architecture. The proposed model effectively extracts the RGB and motion information by extracting superpixel-based component prototypes from the input RGB images and optical flow maps. In addition, the model scores the usefulness of the component prototypes in each frame based on a self-learning algorithm and adaptively stores the most useful prototypes in memory and discards obsolete prototypes. We use the prototypes in the memory bank to predict the next query frames mask, which enhances the association between distant frames to help with accurate mask prediction. Our method is evaluated on three datasets, achieving state-of-the-art performance. We prove the effectiveness of the proposed model with various ablation studies.

📄 PDF Abstract BibTeX arXiv:2209.03712

Code (1)

Hydragon516/PMN 공식 구현 pytorch

Tasks

ObjectOptical Flow EstimationSelf-LearningSemantic SegmentationUnsupervised Video Object SegmentationVideo Object SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음
Self-Learning 설명 없음

Similar Papers 제목 키워드 기반

Multi-grained Temporal Prototype Learning for Few-shot Video Object Segmentation

2023-09-20 · ICCV 2023 1 · Nian Liu, Kepan Nan, Wangbo Zhao, Yuanwei Liu 외

Few-Shot Video Object Segmentation (FSVOS) aims to segment objects in a query video with the same category defined by a few annotated support images. However, this task was seldom explored. In this work, based on IPMT, a…

Image SegmentationSegmentationSemantic SegmentationVideo Object Segmentation+1

Dual Prototype Attention for Unsupervised Video Object Segmentation

2022-11-22 · CVPR 2024 1 · Suhwan Cho, Minhyeok Lee, Seunghoon Lee, Dogyoon Lee 외

Unsupervised video object segmentation (VOS) aims to detect and segment the most salient object in videos. The primary techniques used in unsupervised VOS are 1) the collaboration of appearance and motion information; an…

ObjectSemantic SegmentationUnsupervised Video Object SegmentationVideo Object Segmentation+1

Space-time Reinforcement Network for Video Object Segmentation

2024-05-07 · Yadang Chen, Wentao Zhu, Zhi-Xin Yang, Enhua Wu

Recently, video object segmentation (VOS) networks typically use memory-based methods: for each query frame, the mask is predicted by space-time matching to memory frames. Despite these methods having superior performanc…

ObjectSemantic SegmentationVideo Object SegmentationVideo Semantic Segmentation

UVIS: Unsupervised Video Instance Segmentation

2024-06-11 · Shuaiyi Huang, Saksham Suri, Kamal Gupta, Sai Saketh Rambhatla 외

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…

Instance SegmentationLanguage ModellingPseudo LabelSegmentation+2

A Coarse-To-Fine Framework For Video Object Segmentation

2018-09-26 · Chi Zhang, Alexander Loui

In this study, we develop an unsupervised coarse-to-fine video analysis framework and prototype system to extract a salient object in a video sequence. This framework starts from tracking grid-sampled points along tempor…

ObjectSegmentationSemantic SegmentationVideo Object Segmentation+1