Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

G-TAD: Sub-Graph Localization for Temporal Action Detection

About

Temporal action detection is a fundamental yet challenging task in video understanding. Video context is a critical cue to effectively detect actions, but current works mainly focus on temporal context, while neglecting semantic context as well as other important context properties. In this work, we propose a graph convolutional network (GCN) model to adaptively incorporate multi-level semantic context into video features and cast temporal action detection as a sub-graph localization problem. Specifically, we formulate video snippets as graph nodes, snippet-snippet correlations as edges, and actions associated with context as target sub-graphs. With graph convolution as the basic operation, we design a GCN block called GCNeXt, which learns the features of each node by aggregating its context and dynamically updates the edges in the graph. To localize each sub-graph, we also design an SGAlign layer to embed each sub-graph into the Euclidean space. Extensive experiments show that G-TAD is capable of finding effective video context without extra supervision and achieves state-of-the-art performance on two detection benchmarks. On ActivityNet-1.3, it obtains an average mAP of 34.09%; on THUMOS14, it reaches 51.6% at IoU@0.5 when combined with a proposal processing method. G-TAD code is publicly available at https://github.com/frostinassiky/gtad.

Mengmeng Xu, Chen Zhao, David S. Rojas, Ali Thabet, Bernard Ghanem• 2019

Related benchmarks

TaskDatasetResultRank
Temporal Action DetectionTHUMOS-14 (test)
mAP@tIoU=0.551.6
330
Temporal Action LocalizationTHUMOS14 (test)
AP @ IoU=0.551.6
319
Temporal Action LocalizationTHUMOS-14 (test)
mAP@0.366.4
308
Temporal Action LocalizationActivityNet 1.3 (val)
AP@0.551.26
257
Temporal Action DetectionActivityNet v1.3 (val)
mAP@0.550.4
185
Temporal Action LocalizationTHUMOS 2014
mAP@0.3054.5
93
Temporal Action DetectionActivityNet 1.3
mAP@0.551.26
93
Temporal Action DetectionActivityNet 1.3 (test)
Average mAP34.1
80
Action DetectionTHUMOS 2014 (test)
mAP (alpha=0.5)51.6
79
Temporal Action DetectionTHUMOS 14
mAP@0.366.4
71
Showing 10 of 34 rows

Other info

Code

Follow for update