paper-with-me

Papers

Generic Event Boundary Detection Challenge at CVPR 2021 Technical Report: Cascaded Temporal Attention Network (CASTANET)

2021-07-01 · Dexiang Hong, CongCong Li, Longyin Wen, Xinyao Wang, Libo Zhang

This report presents the approach used in the submission of Generic Event Boundary Detection (GEBD) Challenge at CVPR21. In this work, we design a Cascaded Temporal Attention Network (CASTANET) for GEBD, which is formed by three parts, the backbone network, the temporal attention module, and the classification module. Specifically, the Channel-Separated Convolutional Network (CSN) is used as the backbone network to extract features, and the temporal attention module is designed to enforce the network to focus on the discriminative features. After that, the cascaded architecture is used in the classification module to generate more accurate boundaries. In addition, the ensemble strategy is used to further improve the performance of the proposed method. The proposed method achieves 83.30% F1 score on Kinetics-GEBD test set, which improves 20.5% F1 score compared to the baseline method. Code is available at https://github.com/DexiangHong/Cascade-PC.

📄 PDF Abstract BibTeX arXiv:2107.00239

Code (1)

DexiangHong/Cascade-PC 공식 구현 pytorch

Tasks

Boundary DetectionEvent SegmentationGeneric Event Boundary Detection

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

SC-Transformer++: Structured Context Transformer for Generic Event Boundary Detection

2022-06-25 · Dexiang Hong, Xiaoqi Ma, Xinyao Wang, CongCong Li 외

This report presents the algorithm used in the submission of Generic Event Boundary Detection (GEBD) Challenge at CVPR 2022. In this work, we improve the existing Structured Context Transformer (SC-Transformer) method fo…

Boundary DetectionDecoderGeneric Event Boundary DetectionOptical Flow Estimation

Progressive Attention on Multi-Level Dense Difference Maps for Generic Event Boundary Detection

2021-12-09 · CVPR 2022 1 · Jiaqi Tang, Zhaoyang Liu, Chen Qian, Wayne Wu 외

Generic event boundary detection is an important yet challenging task in video understanding, which aims at detecting the moments where humans naturally perceive event boundaries. The main challenge of this task is perce…

Boundary DetectionDiversityGeneric Event Boundary DetectionVideo Understanding