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

Single Shot Temporal Action Detection

About

Temporal action detection is a very important yet challenging problem, since videos in real applications are usually long, untrimmed and contain multiple action instances. This problem requires not only recognizing action categories but also detecting start time and end time of each action instance. Many state-of-the-art methods adopt the "detection by classification" framework: first do proposal, and then classify proposals. The main drawback of this framework is that the boundaries of action instance proposals have been fixed during the classification step. To address this issue, we propose a novel Single Shot Action Detector (SSAD) network based on 1D temporal convolutional layers to skip the proposal generation step via directly detecting action instances in untrimmed video. On pursuit of designing a particular SSAD network that can work effectively for temporal action detection, we empirically search for the best network architecture of SSAD due to lacking existing models that can be directly adopted. Moreover, we investigate into input feature types and fusion strategies to further improve detection accuracy. We conduct extensive experiments on two challenging datasets: THUMOS 2014 and MEXaction2. When setting Intersection-over-Union threshold to 0.5 during evaluation, SSAD significantly outperforms other state-of-the-art systems by increasing mAP from 19.0% to 24.6% on THUMOS 2014 and from 7.4% to 11.0% on MEXaction2.

Tianwei Lin, Xu Zhao, Zheng Shou• 2017

Related benchmarks

TaskDatasetResultRank
Temporal Action DetectionTHUMOS-14 (test)
mAP@tIoU=0.524.6
330
Temporal Action LocalizationActivityNet 1.3 (val)
AP@0.549
257
Temporal Action DetectionActivityNet v1.3 (val)
mAP@0.544.39
185
Temporal Action ProposalActivityNet v1.3 (val)
AUC64.4
114
Temporal Action DetectionTHUMOS 14
mAP@0.343
71
Temporal Action Proposal GenerationActivityNet 1.3 (test)
AUC64.8
62
Temporal Action LocalizationTHUMOS 14
mAP@0.343
44
Action LocalizationThumos14
mAP@0.536.9
34
Showing 8 of 8 rows

Other info

Follow for update