CVJul 21, 2020

Video Representation Learning by Recognizing Temporal Transformations

arXiv:2007.10730v1146 citations
Originality Incremental advance
AI Analysis

This addresses the problem of reducing annotation needs for video analysis tasks like action recognition, though it is incremental as it builds on self-supervised learning methods.

The paper tackles learning video representations without human annotation by training a neural network to discriminate videos from temporally transformed versions, resulting in improved transfer performance for action recognition on UCF101 and HMDB51 datasets.

We introduce a novel self-supervised learning approach to learn representations of videos that are responsive to changes in the motion dynamics. Our representations can be learned from data without human annotation and provide a substantial boost to the training of neural networks on small labeled data sets for tasks such as action recognition, which require to accurately distinguish the motion of objects. We promote an accurate learning of motion without human annotation by training a neural network to discriminate a video sequence from its temporally transformed versions. To learn to distinguish non-trivial motions, the design of the transformations is based on two principles: 1) To define clusters of motions based on time warps of different magnitude; 2) To ensure that the discrimination is feasible only by observing and analyzing as many image frames as possible. Thus, we introduce the following transformations: forward-backward playback, random frame skipping, and uniform frame skipping. Our experiments show that networks trained with the proposed method yield representations with improved transfer performance for action recognition on UCF101 and HMDB51.

Foundations

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

Your Notes