paper-with-me

Papers

Local Compressed Video Stream Learning for Generic Event Boundary Detection

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

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, which contains significant spatio-temporal redundancy and demands considerable computational power and storage space. To remedy these issues, we propose a novel compressed video representation learning method for event boundary detection that is fully end-to-end leveraging rich information in the compressed domain, i.e., RGB, motion vectors, residuals, and the internal group of pictures (GOP) structure, without fully decoding the video. Specifically, we use lightweight ConvNets to extract features of the P-frames in the GOPs and spatial-channel attention module (SCAM) is designed to refine the feature representations of the P-frames based on the compressed information with bidirectional information flow. To learn a suitable representation for boundary detection, we construct the local frames bag for each candidate frame and use the long short-term memory (LSTM) module to capture temporal relationships. We then compute frame differences with group similarities in the temporal domain. This module is only applied within a local window, which is critical for event boundary detection. Finally a simple classifier is used to determine the event boundaries of video sequences based on the learned feature representation. To remedy the ambiguities of annotations and speed up the training process, we use the Gaussian kernel to preprocess the ground-truth event boundaries. Extensive experiments conducted on the Kinetics-GEBD and TAPOS datasets demonstrate that the proposed method achieves considerable improvements compared to previous end-to-end approach while running at the same speed. The code is available at https://github.com/GX77/LCVSL.

📄 PDF Abstract BibTeX arXiv:2309.15431

Code (1)

gx77/lcvsl 공식 구현 pytorch

Tasks

Boundary DetectionGeneric Event Boundary DetectionRepresentation Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

End-to-End Compressed Video Representation Learning for Generic Event Boundary Detection

2022-03-29 · CVPR 2022 1 · CongCong Li, Xinyao Wang, Longyin Wen, Dexiang Hong 외

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

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

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

VideoScaffold: Elastic-Scale Visual Hierarchies for Streaming Video Understanding in MLLMs

2025-12-23 · Naishan Zheng, Jie Huang, Qingpei Guo, Feng Zhao arxiv

Understanding long videos with multimodal large language models (MLLMs) remains challenging due to the heavy redundancy across frames and the need for temporally coherent representations. Existing static strategies, such…

Event Segmentation