paper-with-me

Papers

Online Generic Event Boundary Detection

2025-10-08 · Hyungrok Jung, Daneul Kim, Seunggyun Lim, Jeany Son, Jonghyun Choi 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 processing data online and in real-time. To bridge this gap, we introduce a new task, Online Generic Event Boundary Detection (On-GEBD), aiming to detect boundaries of generic events immediately in streaming videos. This task faces unique challenges of identifying subtle, taxonomy-free event changes in real-time, without the access to future frames. To tackle these challenges, we propose a novel On-GEBD framework, Estimator, inspired by Event Segmentation Theory (EST) which explains how humans segment ongoing activity into events by leveraging the discrepancies between predicted and actual information. Our framework consists of two key components: the Consistent Event Anticipator (CEA), and the Online Boundary Discriminator (OBD). Specifically, the CEA generates a prediction of the future frame reflecting current event dynamics based solely on prior frames. Then, the OBD measures the prediction error and adaptively adjusts the threshold using statistical tests on past errors to capture diverse, subtle event transitions. Experimental results demonstrate that Estimator outperforms all baselines adapted from recent online video understanding models and achieves performance comparable to prior offline-GEBD methods on the Kinetics-GEBD and TAPOS datasets.

📄 PDF Abstract BibTeX arXiv:2510.06855

Code (0)

등록된 구현이 없습니다.

Tasks

Generic Event Boundary DetectionEvent Segmentation

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

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

Generic Event Boundary Detection via Denoising Diffusion

2025-08-16 · Jaejun Hwang, Dayoung Gong, Manjin Kim, Minsu Cho arxiv

Generic event boundary detection (GEBD) aims to identify natural boundaries in a video, segmenting it into distinct and meaningful chunks. Despite the inherent subjectivity of event boundaries, previous methods have focu…

Generic Event Boundary Detection