CVApr 13, 2020

SpeedNet: Learning the Speediness in Videos

arXiv:2004.06130v2286 citations
AI Analysis

This work addresses video analysis challenges for applications like action recognition and adaptive playback, but it is incremental as it builds on existing self-supervised learning methods.

The authors tackled the problem of predicting whether objects in videos move faster or slower than their natural speed by introducing SpeedNet, a self-supervised deep network trained on unlabeled videos, which achieved detection of arbitrary speediness rates and improved self-supervised action recognition performance.

We wish to automatically predict the "speediness" of moving objects in videos---whether they move faster, at, or slower than their "natural" speed. The core component in our approach is SpeedNet---a novel deep network trained to detect if a video is playing at normal rate, or if it is sped up. SpeedNet is trained on a large corpus of natural videos in a self-supervised manner, without requiring any manual annotations. We show how this single, binary classification network can be used to detect arbitrary rates of speediness of objects. We demonstrate prediction results by SpeedNet on a wide range of videos containing complex natural motions, and examine the visual cues it utilizes for making those predictions. Importantly, we show that through predicting the speed of videos, the model learns a powerful and meaningful space-time representation that goes beyond simple motion cues. We demonstrate how those learned features can boost the performance of self-supervised action recognition, and can be used for video retrieval. Furthermore, we also apply SpeedNet for generating time-varying, adaptive video speedups, which can allow viewers to watch videos faster, but with less of the jittery, unnatural motions typical to videos that are sped up uniformly.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes