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

MotionSqueeze: Neural Motion Feature Learning for Video Understanding

About

Motion plays a crucial role in understanding videos and most state-of-the-art neural models for video classification incorporate motion information typically using optical flows extracted by a separate off-the-shelf method. As the frame-by-frame optical flows require heavy computation, incorporating motion information has remained a major computational bottleneck for video understanding. In this work, we replace external and heavy computation of optical flows with internal and light-weight learning of motion features. We propose a trainable neural module, dubbed MotionSqueeze, for effective motion feature extraction. Inserted in the middle of any neural network, it learns to establish correspondences across frames and convert them into motion features, which are readily fed to the next downstream layer for better prediction. We demonstrate that the proposed method provides a significant gain on four standard benchmarks for action recognition with only a small amount of additional cost, outperforming the state of the art on Something-Something-V1&V2 datasets.

Heeseung Kwon, Manjin Kim, Suha Kwak, Minsu Cho• 2020

Related benchmarks

TaskDatasetResultRank
Action RecognitionSomething-Something v2 (val)
Top-1 Accuracy64.7
535
Action RecognitionSomething-Something v2
Top-1 Accuracy64.7
341
Action RecognitionSomething-Something v2 (test)
Top-1 Acc67.1
333
Action RecognitionSomething-something v1 (val)
Top-1 Acc52.1
257
Action RecognitionKinetics 400 (test)
Top-1 Accuracy76.4
245
Action RecognitionHMDB51
Top-1 Acc75.8
225
Action RecognitionHMDB51
3-Fold Accuracy77.4
191
Action RecognitionSomething-something v1 (test)
Top-1 Accuracy55.1
189
Action RecognitionSomething-Something v2 (test val)
Top-1 Accuracy67.1
187
Video Action RecognitionKinetics-400
Top-1 Acc76.4
184
Showing 10 of 19 rows

Other info

Code

Follow for update