CVDec 16, 2021

Contrastive Spatio-Temporal Pretext Learning for Self-supervised Video Representation

arXiv:2112.08913v220 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in video self-supervised learning for researchers and practitioners, offering an incremental improvement over existing methods.

The paper tackles the problem of limited performance in self-supervised video representation learning by proposing a novel pretext task called spatio-temporal overlap rate (STOR) prediction, which encourages models to discriminate overlap rates of videos, and a joint optimization scheme that significantly improves spatio-temporal representation in video understanding.

Spatio-temporal representation learning is critical for video self-supervised representation. Recent approaches mainly use contrastive learning and pretext tasks. However, these approaches learn representation by discriminating sampled instances via feature similarity in the latent space while ignoring the intermediate state of the learned representations, which limits the overall performance. In this work, taking into account the degree of similarity of sampled instances as the intermediate state, we propose a novel pretext task - spatio-temporal overlap rate (STOR) prediction. It stems from the observation that humans are capable of discriminating the overlap rates of videos in space and time. This task encourages the model to discriminate the STOR of two generated samples to learn the representations. Moreover, we employ a joint optimization combining pretext tasks with contrastive learning to further enhance the spatio-temporal representation learning. We also study the mutual influence of each component in the proposed scheme. Extensive experiments demonstrate that our proposed STOR task can favor both contrastive learning and pretext tasks. The joint optimization scheme can significantly improve the spatio-temporal representation in video understanding. The code is available at https://github.com/Katou2/CSTP.

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