paper-with-me

Papers

Masked Autoencoders for Generic Event Boundary Detection CVPR'2022 Kinetics-GEBD Challenge

2022-06-17 · Rui He, Yuanxi Sun, Youzeng Li, Zuwei Huang, Feng Hu, Xu Cheng, Jie Tang

Generic Event Boundary Detection (GEBD) tasks aim at detecting generic, taxonomy-free event boundaries that segment a whole video into chunks. In this paper, we apply Masked Autoencoders to improve algorithm performance on the GEBD tasks. Our approach mainly adopted the ensemble of Masked Autoencoders fine-tuned on the GEBD task as a self-supervised learner with other base models. Moreover, we also use a semi-supervised pseudo-label method to take full advantage of the abundant unlabeled Kinetics-400 data while training. In addition, we propose a soft-label method to partially balance the positive and negative samples and alleviate the problem of ambiguous labeling in this task. Lastly, a tricky segmentation alignment policy is implemented to refine boundaries predicted by our models to more accurate locations. With our approach, we achieved 85.94% on the F1-score on the Kinetics-GEBD test set, which improved the F1-score by 2.31% compared to the winner of the 2021 Kinetics-GEBD Challenge. Our code is available at https://github.com/ContentAndMaterialPortrait/MAE-GEBD.

📄 PDF Abstract BibTeX arXiv:2206.08610

Code (1)

contentandmaterialportrait/mae-gebd 공식 구현 pytorch

Tasks

Boundary DetectionGeneric Event Boundary DetectionPseudo Label

Methods 이 논문이 사용한 방법론

Test 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Submission to Generic Event Boundary Detection Challenge@CVPR 2022: Local Context Modeling and Global Boundary Decoding Approach

2022-06-30 · Jiaqi Tang, Zhaoyang Liu, Jing Tan, Chen Qian 외

Generic event boundary detection (GEBD) is an important yet challenging task in video understanding, which aims at detecting the moments where humans naturally perceive event boundaries. In this paper, we present a local…

Boundary DetectionGeneric Event Boundary DetectionVideo Understanding

Discerning Generic Event Boundaries in Long-Form Wild Videos

2021-06-18 · Ayush K Rai, Tarun Krishna, Julia Dietlmeier, Kevin McGuinness 외

Detecting generic, taxonomy-free event boundaries invideos represents a major stride forward towards holisticvideo understanding. In this paper we present a technique forgeneric event boundary detection based on a two st…

Boundary DetectionFormVideo Understanding

Online Generic Event Boundary Detection

2025-10-08 · Hyungrok Jung, Daneul Kim, Seunggyun Lim, Jeany Son 외 arxiv

Generic Event Boundary Detection (GEBD) aims to interpret long-form videos through the lens of human perception. However, current GEBD methods require processing complete video frames to make predictions, unlike humans p…

Generic Event Boundary DetectionEvent Segmentation

Generic Event Boundary Detection: A Benchmark for Event Segmentation

2021-01-26 · ICCV 2021 10 · Mike Zheng Shou, Stan Weixian Lei, Weiyao Wang, Deepti Ghadiyaram 외

This paper presents a novel task together with a new benchmark for detecting generic, taxonomy-free event boundaries that segment a whole video into chunks. Conventional work in temporal video segmentation and action det…

Action DetectionBoundary DetectionEvent SegmentationGeneric Event Boundary Detection+2

Local Compressed Video Stream Learning for Generic Event Boundary Detection

2023-09-27 · Libo Zhang, Xin Gu, CongCong Li, Tiejian Luo 외

Generic event boundary detection aims to localize the generic, taxonomy-free event boundaries that segment videos into chunks. Existing methods typically require video frames to be decoded before feeding into the network…

Boundary DetectionGeneric Event Boundary DetectionRepresentation Learning