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

You Only Watch Once: A Unified CNN Architecture for Real-Time Spatiotemporal Action Localization

About

Spatiotemporal action localization requires the incorporation of two sources of information into the designed architecture: (1) temporal information from the previous frames and (2) spatial information from the key frame. Current state-of-the-art approaches usually extract these information with separate networks and use an extra mechanism for fusion to get detections. In this work, we present YOWO, a unified CNN architecture for real-time spatiotemporal action localization in video streams. YOWO is a single-stage architecture with two branches to extract temporal and spatial information concurrently and predict bounding boxes and action probabilities directly from video clips in one evaluation. Since the whole architecture is unified, it can be optimized end-to-end. The YOWO architecture is fast providing 34 frames-per-second on 16-frames input clips and 62 frames-per-second on 8-frames input clips, which is currently the fastest state-of-the-art architecture on spatiotemporal action localization task. Remarkably, YOWO outperforms the previous state-of-the art results on J-HMDB-21 and UCF101-24 with an impressive improvement of ~3% and ~12%, respectively. Moreover, YOWO is the first and only single-stage architecture that provides competitive results on AVA dataset. We make our code and pretrained models publicly available.

Okan K\"op\"ukl\"u, Xiangyu Wei, Gerhard Rigoll• 2019

Related benchmarks

TaskDatasetResultRank
Spatio-temporal Action LocalizationUCF101 24
Video-mAP (IoU=0.2)78.6
20
Spatio-temporal Action LocalizationJ-HMDB-21
Video mAP (IoU=0.2)88.3
15
Action DetectionUCF-101-24 (test)
F1 Score (IoU=0.5)75.7
15
Action DetectionUCF101 24
video-mAP@0.548.8
13
Action DetectionAVA v2.1 (train/val)
mAP19.2
11
Spatio-temporal action detectionUCF-24 (test)
F-mAP (IoU=0.5)80.4
8
Spatio-temporal action detectionJHMDB-21 (test)
f-mAP (IoU=0.5)75.7
7
Action DetectionJHMDB closed-set
F@0.580.4
7
Spatiotemporal Action LocalizationUCF101 24
V-mAP48.8
6
Action DetectionAVA v2.2 (train val)
mAP20.2
5
Showing 10 of 19 rows

Other info

Code

Follow for update