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

MVFNet: Multi-View Fusion Network for Efficient Video Recognition

About

Conventionally, spatiotemporal modeling network and its complexity are the two most concentrated research topics in video action recognition. Existing state-of-the-art methods have achieved excellent accuracy regardless of the complexity meanwhile efficient spatiotemporal modeling solutions are slightly inferior in performance. In this paper, we attempt to acquire both efficiency and effectiveness simultaneously. First of all, besides traditionally treating H x W x T video frames as space-time signal (viewing from the Height-Width spatial plane), we propose to also model video from the other two Height-Time and Width-Time planes, to capture the dynamics of video thoroughly. Secondly, our model is designed based on 2D CNN backbones and model complexity is well kept in mind by design. Specifically, we introduce a novel multi-view fusion (MVF) module to exploit video dynamics using separable convolution for efficiency. It is a plug-and-play module and can be inserted into off-the-shelf 2D CNNs to form a simple yet effective model called MVFNet. Moreover, MVFNet can be thought of as a generalized video modeling framework and it can specialize to be existing methods such as C2D, SlowOnly, and TSM under different settings. Extensive experiments are conducted on popular benchmarks (i.e., Something-Something V1 & V2, Kinetics, UCF-101, and HMDB-51) to show its superiority. The proposed MVFNet can achieve state-of-the-art performance with 2D CNN's complexity.

Wenhao Wu, Dongliang He, Tianwei Lin, Fu Li, Chuang Gan, Errui Ding• 2020

Related benchmarks

TaskDatasetResultRank
Action RecognitionSomething-Something v2 (val)
Top-1 Accuracy66.3
535
Action RecognitionUCF101
Accuracy96.6
365
Action RecognitionSomething-Something v2 (test)
Top-1 Acc66.3
333
Action RecognitionSomething-something v1 (val)
Top-1 Acc54
257
Action RecognitionHMDB51
Top-1 Acc75.7
225
Action RecognitionSomething-something v1 (test)
Top-1 Accuracy54
189
Video Action RecognitionKinetics 400 (val)
Top-1 Acc78.4
151
Action RecognitionUCF-101
Top-1 Acc96.6
147
Video ClassificationKinetics 400 (test)
Top-1 Acc79.1
97
Action RecognitionHMDB51
Mean Accuracy75.7
61
Showing 10 of 20 rows

Other info

Code

Follow for update