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

Long Short-Term Transformer for Online Action Detection

About

We present Long Short-term TRansformer (LSTR), a temporal modeling algorithm for online action detection, which employs a long- and short-term memory mechanism to model prolonged sequence data. It consists of an LSTR encoder that dynamically leverages coarse-scale historical information from an extended temporal window (e.g., 2048 frames spanning of up to 8 minutes), together with an LSTR decoder that focuses on a short time window (e.g., 32 frames spanning 8 seconds) to model the fine-scale characteristics of the data. Compared to prior work, LSTR provides an effective and efficient method to model long videos with fewer heuristics, which is validated by extensive empirical analysis. LSTR achieves state-of-the-art performance on three standard online action detection benchmarks, THUMOS'14, TVSeries, and HACS Segment. Code has been made available at: https://xumingze0308.github.io/projects/lstr

Mingze Xu, Yuanjun Xiong, Hao Chen, Xinyu Li, Wei Xia, Zhuowen Tu, Stefano Soatto• 2021

Related benchmarks

TaskDatasetResultRank
Temporal action segmentation50Salads
Accuracy60.5
106
Temporal action segmentationGTEA
F1 Score @ 10% Threshold41.5
99
Temporal action segmentationBreakfast
Accuracy24.2
96
Online Action DetectionTHUMOS14 (test)
mAP69.6
86
Online Action DetectionTVSeries
mcAP89.1
57
Online Action DetectionTVSeries (test)
mcAP89.1
41
Online Action DetectionTHUMOS 14
Mean F-AP69.5
37
Online Action DetectionHDD
Overall mAP29.8
29
Action AnticipationTVSeries (test)
mcAP80.8
22
Action AnticipationTHUMOS-14 (test)
mAP50.1
14
Showing 10 of 20 rows

Other info

Code

Follow for update