paper-with-me

Papers

Boundary-aware Self-supervised Learning for Video Scene Segmentation

2022-01-14 · Jonghwan Mun, Minchul Shin, Gunsoo Han, Sangho Lee, Seongsu Ha, Joonseok Lee, Eun-Sol Kim

Self-supervised learning has drawn attention through its effectiveness in learning in-domain representations with no ground-truth annotations; in particular, it is shown that properly designed pretext tasks (e.g., contrastive prediction task) bring significant performance gains for downstream tasks (e.g., classification task). Inspired from this, we tackle video scene segmentation, which is a task of temporally localizing scene boundaries in a video, with a self-supervised learning framework where we mainly focus on designing effective pretext tasks. In our framework, we discover a pseudo-boundary from a sequence of shots by splitting it into two continuous, non-overlapping sub-sequences and leverage the pseudo-boundary to facilitate the pre-training. Based on this, we introduce three novel boundary-aware pretext tasks: 1) Shot-Scene Matching (SSM), 2) Contextual Group Matching (CGM) and 3) Pseudo-boundary Prediction (PP); SSM and CGM guide the model to maximize intra-scene similarity and inter-scene discrimination while PP encourages the model to identify transitional moments. Through comprehensive analysis, we empirically show that pre-training and transferring contextual representation are both critical to improving the video scene segmentation performance. Lastly, we achieve the new state-of-the-art on the MovieNet-SSeg benchmark. The code is available at https://github.com/kakaobrain/bassl.

📄 PDF Abstract BibTeX arXiv:2201.05277

Code (1)

kakaobrain/bassl 공식 구현 pytorch

Tasks

Scene SegmentationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Boundary-aware Pre-training for Video Scene Segmentation

2021-09-29 · Jonghwan Mun, Minchul Shin, Gunsoo Han, Sangho Lee 외

Self-supervised learning has drawn attention through its effectiveness in learning in-domain representations with no ground-truth annotations; in particular, it is shown that properly designed pretext tasks (e.g., contra…

Scene SegmentationSelf-Supervised Learning

Scene Consistency Representation Learning for Video Scene Segmentation

2022-05-11 · CVPR 2022 1 · Haoqian Wu, Keyu Chen, Yanan Luo, Ruizhi Qiao 외

A long-term video, such as a movie or TV show, is composed of various scenes, each of which represents a series of shots sharing the same semantic story. Spotting the correct scene boundary from the long-term video is a …

Data AugmentationInductive BiasRepresentation LearningScene Segmentation+1

Shot Contrastive Self-Supervised Learning for Scene Boundary Detection

2021-04-28 · CVPR 2021 1 · Shixing Chen, Xiaohan Nie, David Fan, Dongqing Zhang 외

Scenes play a crucial role in breaking the storyline of movies and TV episodes into semantically cohesive parts. However, given their complex temporal structure, finding scene boundaries can be a challenging task requiri…

Boundary DetectionContrastive LearningSelf-Supervised Learning

Motion Aware Self-Supervision for Generic Event Boundary Detection

2022-10-11 · Ayush K. Rai, Tarun Krishna, Julia Dietlmeier, Kevin McGuinness 외

The task of Generic Event Boundary Detection (GEBD) aims to detect moments in videos that are naturally perceived by humans as generic and taxonomy-free event boundaries. Modeling the dynamically evolving temporal and sp…

Boundary DetectionGeneric Event Boundary Detection

Self-supervised Learning to Bring Dual Reversed Rolling Shutter Images Alive

2023-05-31 · ICCV 2023 1 · Wei Shang, Dongwei Ren, Chaoyu Feng, Xiaotao Wang 외

Modern consumer cameras usually employ the rolling shutter (RS) mechanism, where images are captured by scanning scenes row-by-row, yielding RS distortions for dynamic scenes. To correct RS distortions, existing methods …

Self-Supervised Learning