SOTAVerified

MotionSqueeze: Neural Motion Feature Learning for Video Understanding

2020-07-20ECCV 2020Code Available1· sign in to hype

Heeseung Kwon, Manjin Kim, Suha Kwak, Minsu Cho

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
HMDB-51MSNet-R50 (16 frames, ImageNet pretrained)Average accuracy of 3 splits77.4—Unverified
Something-Something V1MSNet-R50En (ensemble)Top 1 Accuracy55.1—Unverified
Something-Something V1MSNet-R50En (8+16 ensemble, ImageNet pretrained)Top 1 Accuracy54.4—Unverified
Something-Something V1MSNet-R50 (16 frames, ImageNet pretrained)Top 1 Accuracy52.1—Unverified
Something-Something V1MSNet-R50 (8 frames, ImageNet pretrained)Top 1 Accuracy50.9—Unverified
Something-Something V2MSNet-R50En (8+16 ensemble, ImageNet pretrained)Top-1 Accuracy66.6—Unverified
Something-Something V2MSNet-R50 (16 frames, ImageNet pretrained)Top-1 Accuracy64.7—Unverified
Something-Something V2MSNet-R50 (8 frames, ImageNet pretrained)Top-1 Accuracy63—Unverified

Reproductions