CVSep 23, 2021

Long Short View Feature Decomposition via Contrastive Video Representation Learning

arXiv:2109.11593v138 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in self-supervised video representation learning for computer vision researchers, offering an incremental improvement by separating feature types.

The paper tackled the problem of decomposing video representations into stationary and non-stationary features to improve performance on different downstream tasks, achieving better results in action recognition with stationary features and action segmentation with non-stationary features.

Self-supervised video representation methods typically focus on the representation of temporal attributes in videos. However, the role of stationary versus non-stationary attributes is less explored: Stationary features, which remain similar throughout the video, enable the prediction of video-level action classes. Non-stationary features, which represent temporally varying attributes, are more beneficial for downstream tasks involving more fine-grained temporal understanding, such as action segmentation. We argue that a single representation to capture both types of features is sub-optimal, and propose to decompose the representation space into stationary and non-stationary features via contrastive learning from long and short views, i.e. long video sequences and their shorter sub-sequences. Stationary features are shared between the short and long views, while non-stationary features aggregate the short views to match the corresponding long view. To empirically verify our approach, we demonstrate that our stationary features work particularly well on an action recognition downstream task, while our non-stationary features perform better on action segmentation. Furthermore, we analyse the learned representations and find that stationary features capture more temporally stable, static attributes, while non-stationary features encompass more temporally varying ones.

Foundations

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

Your Notes