SOTAVerified

DMC-Net: Generating Discriminative Motion Cues for Fast Compressed Video Action Recognition

2019-01-11CVPR 2019Unverified0· sign in to hype

Zheng Shou, Xudong Lin, Yannis Kalantidis, Laura Sevilla-Lara, Marcus Rohrbach, Shih-Fu Chang, Zhicheng Yan

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Motion has shown to be useful for video understanding, where motion is typically represented by optical flow. However, computing flow from video frames is very time-consuming. Recent works directly leverage the motion vectors and residuals readily available in the compressed video to represent motion at no cost. While this avoids flow computation, it also hurts accuracy since the motion vector is noisy and has substantially reduced resolution, which makes it a less discriminative motion representation. To remedy these issues, we propose a lightweight generator network, which reduces noises in motion vectors and captures fine motion details, achieving a more Discriminative Motion Cue (DMC) representation. Since optical flow is a more accurate motion representation, we train the DMC generator to approximate flow using a reconstruction loss and a generative adversarial loss, jointly with the downstream action classification task. Extensive evaluations on three action recognition benchmarks (HMDB-51, UCF-101, and a subset of Kinetics) confirm the effectiveness of our method. Our full system, consisting of the generator and the classifier, is coined as DMC-Net which obtains high accuracy close to that of using flow and runs two orders of magnitude faster than using optical flow at inference time.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
HMDB-51I3D RGB + DMC-Net (I3D)Average accuracy of 3 splits77.8Unverified
HMDB-51DMC-Net (I3D)Average accuracy of 3 splits71.8Unverified
HMDB-51DMC-Net (ResNet-18)Average accuracy of 3 splits62.8Unverified
UCF-101DMC-Net (ResNet-18)3-fold Accuracy90.9Unverified
UCF101I3D RGB + DMC-Net (I3D)3-fold Accuracy96.5Unverified
UCF101DMC-Net (I3D)3-fold Accuracy92.3Unverified

Reproductions