paper-with-me

Papers

Temporally-Aware Feature Pooling for Action Spotting in Soccer Broadcasts

2021-04-14 · Silvio Giancola, Bernard Ghanem

Toward the goal of automatic production for sports broadcasts, a paramount task consists in understanding the high-level semantic information of the game in play. For instance, recognizing and localizing the main actions of the game would allow producers to adapt and automatize the broadcast production, focusing on the important details of the game and maximizing the spectator engagement. In this paper, we focus our analysis on action spotting in soccer broadcast, which consists in temporally localizing the main actions in a soccer game. To that end, we propose a novel feature pooling method based on NetVLAD, dubbed NetVLAD++, that embeds temporally-aware knowledge. Different from previous pooling methods that consider the temporal context as a single set to pool from, we split the context before and after an action occurs. We argue that considering the contextual information around the action spot as a single entity leads to a sub-optimal learning for the pooling module. With NetVLAD++, we disentangle the context from the past and future frames and learn specific vocabularies of semantics for each subsets, avoiding to blend and blur such vocabulary in time. Injecting such prior knowledge creates more informative pooling modules and more discriminative pooled features, leading into a better understanding of the actions. We train and evaluate our methodology on the recent large-scale dataset SoccerNet-v2, reaching 53.4% Average-mAP for action spotting, a +12.7% improvement w.r.t the current state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2104.06779

Code (1)

SilvioGiancola/SoccerNetv2-DevKit/tree/main/Task1-ActionSpotting/TemporallyAwarePooling 공식 구현 pytorch

Tasks

Action Spotting

Similar Papers 제목 키워드 기반

Temporally Precise Action Spotting in Soccer Videos Using Dense Detection Anchors

2022-05-20 · João V. B. Soares, Avijit Shah, Topojoy Biswas

We present a model for temporally precise action spotting in videos, which uses a dense set of detection anchors, predicting a detection confidence and corresponding fine-grained temporal displacement for each anchor. We…

Action SpottingData AugmentationTemporal Localization

A Context-Aware Loss Function for Action Spotting in Soccer Videos

2019-12-03 · CVPR 2020 6 · Anthony Cioppa, Adrien Deliège, Silvio Giancola, Bernard Ghanem 외

In video understanding, action spotting consists in temporally localizing human-induced events annotated with single timestamps. In this paper, we propose a novel loss function that specifically considers the temporal co…

Action SpottingVideo Understanding

Spotting Temporally Precise, Fine-Grained Events in Video

2022-07-20 · James Hong, Haotian Zhang, Michaël Gharbi, Matthew Fisher 외

We introduce the task of spotting temporally precise, fine-grained events in video (detecting the precise moment in time events occur). Precise spotting requires models to reason globally about the full-time scale of act…

Action DetectionAction SpottingGPUSegmentation+2

Online Continual Learning in Keyword Spotting for Low-Resource Devices via Pooling High-Order Temporal Statistics

2023-07-24 · Umberto Michieli, Pablo Peso Parada, Mete Ozay

Keyword Spotting (KWS) models on embedded devices should adapt fast to new user-defined words without forgetting previous ones. Embedded devices have limited storage and computational resources, thus, they cannot save sa…

Continual LearningKeyword Spotting

Order-aware Convolutional Pooling for Video Based Action Recognition

2016-01-31 · Peng Wang, Lingqiao Liu, Chunhua Shen, Heng Tao Shen

Most video based action recognition approaches create the video-level representation by temporally pooling the features extracted at each frame. The pooling methods that they adopt, however, usually completely or partial…

Action RecognitionTemporal Action Localization