CVMar 28, 2022

Frame-wise Action Representations for Long Videos via Sequence Contrastive Learning

arXiv:2203.14957v145 citationsh-index: 32Has Code
Originality Highly original
AI Analysis

This work addresses the demand for dense representations in long videos for practical applications such as video alignment, offering a novel self-supervised approach that achieves strong performance gains.

The paper tackles the problem of learning dense frame-wise action representations for long videos, which is needed for applications like video alignment, and introduces a self-supervised contrastive learning framework that outperforms previous state-of-the-art methods by a large margin on fine-grained action classification tasks.

Prior works on action representation learning mainly focus on designing various architectures to extract the global representations for short video clips. In contrast, many practical applications such as video alignment have strong demand for learning dense representations for long videos. In this paper, we introduce a novel contrastive action representation learning (CARL) framework to learn frame-wise action representations, especially for long videos, in a self-supervised manner. Concretely, we introduce a simple yet efficient video encoder that considers spatio-temporal context to extract frame-wise representations. Inspired by the recent progress of self-supervised learning, we present a novel sequence contrastive loss (SCL) applied on two correlated views obtained through a series of spatio-temporal data augmentations. SCL optimizes the embedding space by minimizing the KL-divergence between the sequence similarity of two augmented views and a prior Gaussian distribution of timestamp distance. Experiments on FineGym, PennAction and Pouring datasets show that our method outperforms previous state-of-the-art by a large margin for downstream fine-grained action classification. Surprisingly, although without training on paired videos, our approach also shows outstanding performance on video alignment and fine-grained frame retrieval tasks. Code and models are available at https://github.com/minghchen/CARL_code.

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