paper-with-me

Papers

Dual Prototype Attention for Unsupervised Video Object Segmentation

2022-11-22 · CVPR 2024 1 · Suhwan Cho, Minhyeok Lee, Seunghoon Lee, Dogyoon Lee, Heeseung Choi, Ig-Jae Kim, Sangyoun 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; and 2) temporal fusion between different frames. This paper proposes two novel prototype-based attention mechanisms, inter-modality attention (IMA) and inter-frame attention (IFA), to incorporate these techniques via dense propagation across different modalities and frames. IMA densely integrates context information from different modalities based on a mutual refinement. IFA injects global context of a video to the query frame, enabling a full utilization of useful properties from multiple frames. Experimental results on public benchmark datasets demonstrate that our proposed approach outperforms all existing methods by a substantial margin. The proposed two components are also thoroughly validated via ablative study.

📄 PDF Abstract BibTeX arXiv:2211.12036

Code (1)

hydragon516/dpa 공식 구현 pytorch

Tasks

ObjectSemantic SegmentationUnsupervised Video Object SegmentationVideo Object SegmentationVideo Semantic Segmentation

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…
TAM TAM is designed to capture complex temporal relationships both efficiently and flexibly, It adopts an adaptive kernel instead of self-attention to capture global contextual…

Similar Papers 제목 키워드 기반

Unsupervised Video Object Segmentation via Prototype Memory Network

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

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…

ObjectOptical Flow EstimationSelf-LearningSemantic Segmentation+3

Holistic Prototype Attention Network for Few-Shot VOS

2023-07-16 · Yin Tang, Tao Chen, Xiruo Jiang, Yazhou Yao 외

Few-shot video object segmentation (FSVOS) aims to segment dynamic objects of unseen classes by resorting to a small set of support images that contain pixel-level object annotations. Existing methods have demonstrated t…

Graph AttentionSemantic SegmentationVideo Object SegmentationVideo Semantic Segmentation

Efficient Unsupervised Video Object Segmentation Network Based on Motion Guidance

2022-11-10 · Chao Hu, Liqiang Zhu

Due to the problem of performance constraints of unsupervised video object detection, its large-scale application is limited. In response to this pain point, we propose another excellent method to solve this problematic …

object-detectionObject DetectionOptical Flow EstimationSemantic Segmentation+4

VONet: Unsupervised Video Object Learning With Parallel U-Net Attention and Object-wise Sequential VAE

2024-01-20 · Haonan Yu, Wei Xu

Unsupervised video object learning seeks to decompose video scenes into structural object representations without any supervision from depth, optical flow, or segmentation. We present VONet, an innovative approach that i…

DecoderObjectOptical Flow Estimation

Unsupervised Open-Vocabulary Object Localization in Videos

2023-09-18 · ICCV 2023 1 · Ke Fan, Zechen Bai, Tianjun Xiao, Dominik Zietlow 외

In this paper, we show that recent advances in video representation learning and pre-trained vision-language models allow for substantial improvements in self-supervised video object localization. We propose a method tha…

ObjectObject LocalizationRepresentation Learning