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

TDN: Temporal Difference Networks for Efficient Action Recognition

About

Temporal modeling still remains challenging for action recognition in videos. To mitigate this issue, this paper presents a new video architecture, termed as Temporal Difference Network (TDN), with a focus on capturing multi-scale temporal information for efficient action recognition. The core of our TDN is to devise an efficient temporal module (TDM) by explicitly leveraging a temporal difference operator, and systematically assess its effect on short-term and long-term motion modeling. To fully capture temporal information over the entire video, our TDN is established with a two-level difference modeling paradigm. Specifically, for local motion modeling, temporal difference over consecutive frames is used to supply 2D CNNs with finer motion pattern, while for global motion modeling, temporal difference across segments is incorporated to capture long-range structure for motion feature excitation. TDN provides a simple and principled temporal modeling framework and could be instantiated with the existing CNNs at a small extra computational cost. Our TDN presents a new state of the art on the Something-Something V1 & V2 datasets and is on par with the best performance on the Kinetics-400 dataset. In addition, we conduct in-depth ablation studies and plot the visualization results of our TDN, hopefully providing insightful analysis on temporal difference modeling. We release the code at https://github.com/MCG-NJU/TDN.

Limin Wang, Zhan Tong, Bin Ji, Gangshan Wu• 2020

Related benchmarks

TaskDatasetResultRank
Action RecognitionSomething-Something v2 (val)
Top-1 Accuracy69.6
535
Action RecognitionKinetics-400
Top-1 Acc79.4
413
Action RecognitionUCF101
Accuracy97.4
365
Action RecognitionUCF101 (mean of 3 splits)--
357
Action RecognitionSomething-Something v2
Top-1 Accuracy69.6
341
Action RecognitionSomething-Something v2 (test)
Top-1 Acc69.6
333
Action RecognitionSomething-something v1 (val)
Top-1 Acc55.1
257
Action RecognitionKinetics 400 (test)
Top-1 Accuracy79.4
245
Action RecognitionHMDB51
Top-1 Acc76.4
225
Action RecognitionHMDB-51 (average of three splits)
Top-1 Acc76.3
204
Showing 10 of 39 rows

Other info

Code

Follow for update