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

Learning Spatio-Temporal Representation with Local and Global Diffusion

About

Convolutional Neural Networks (CNN) have been regarded as a powerful class of models for visual recognition problems. Nevertheless, the convolutional filters in these networks are local operations while ignoring the large-range dependency. Such drawback becomes even worse particularly for video recognition, since video is an information-intensive media with complex temporal variations. In this paper, we present a novel framework to boost the spatio-temporal representation learning by Local and Global Diffusion (LGD). Specifically, we construct a novel neural network architecture that learns the local and global representations in parallel. The architecture is composed of LGD blocks, where each block updates local and global features by modeling the diffusions between these two representations. Diffusions effectively interact two aspects of information, i.e., localized and holistic, for more powerful way of representation learning. Furthermore, a kernelized classifier is introduced to combine the representations from two aspects for video recognition. Our LGD networks achieve clear improvements on the large-scale Kinetics-400 and Kinetics-600 video classification datasets against the best competitors by 3.5% and 0.7%. We further examine the generalization of both the global and local representations produced by our pre-trained LGD networks on four different benchmarks for video action recognition and spatio-temporal action detection tasks. Superior performances over several state-of-the-art techniques on these benchmarks are reported. Code is available at: https://github.com/ZhaofanQiu/local-and-global-diffusion-networks.

Zhaofan Qiu, Ting Yao, Chong-Wah Ngo, Xinmei Tian, Tao Mei• 2019

Related benchmarks

TaskDatasetResultRank
Action RecognitionKinetics-400
Top-1 Acc81.2
413
Action RecognitionKinetics 400 (test)
Top-1 Accuracy79.4
245
Video ClassificationKinetics 400 (val)
Top-1 Acc81.2
204
Action RecognitionUCF101 (3 splits)
Accuracy98.2
155
Action RecognitionUCF-101
Top-1 Acc97
147
Action RecognitionKinetics-400 full (val)
Top-1 Acc81.2
136
Video Action RecognitionHMDB-51 (3 splits)
Accuracy75.7
116
Action RecognitionKinetics-400 1.0 (val)
Top-1 Accuracy79.4
110
Action RecognitionKinetics-600 (test)
Top-1 Accuracy82.7
84
Video ClassificationKinetics-600
Top-1 Accuracy81.5
84
Showing 10 of 22 rows

Other info

Code

Follow for update