[2104.14558] A Large-Scale Study on Unsupervised Spatiotemporal Representation Learning

Significance

SimCLR, MoCo, BYOL, and SwAV through time!

Keypoints

  • Extend self-supervised methods for image data to videos
  • Demonstrate performance of the extended methods

Review

Background

Self-supervised learning methods not only made breakthrough in the field of natural language processing, but also in computer vision. For example, SimCLR, MoCo, BYOL, and SwAV are some of the self-supervised, contrastive methods for learning representation from unlabelled set of image data. This work extends these four methods to learn representation of video data, which requires learning of spatiotemporal features.

Keypoints

Extend self-supervised methods for image data to videos

The key idea is very simple. To deal with the time dimension which was not present in the image data, clips from the video are considered positive samples while clips from another video are considered negative ones (if the method requires negative samples). 210430-1 Positive samples are from another clip within the same video The $\theta$ refers to parameter of the model $f_{\theata}$ that can extract features from a video, such as ResNet-50 or Slow pathway of SlowFast. Given the anchor feature $q=f_{\theta}$ and positive/negative sample features $k+$/$k-$, the four self-supervised learning methods are trained to minimize the loss $\mathcal{L}_{q}$:

SimCLR/MoCo

\begin{equation} \mathcal{L}_{q} = -\log \frac{\sum_{k\in{k^{+} } } \exp(s(q,k)/\alpha)}{\sum_{k\in{k^{+},k^{-} } } \exp(s(q,k)/\alpha)}, \end{equation}

BYOL

\begin{equation} \mathcal{L}_{q} = - \sum _{k\in{ k^{+} }} s(q,k), \end{equation}

SwAV

\begin{equation} \mathcal{L}_{q} = D_{\text{KL}}(\tilde{q}||SK(\tilde{k}^{+})), \end{equation}

where $s$ is the cosine similarity, $\alpha$ is the temperature hyperparameter, $SK$ is the Sinkhorn-Knopp step, $\tilde{q}$ and $\tilde{k}^{+}$ are linearly mapped output of the anchor and positive features. 210430-2 Four self-supervised methods for video representation learning The method is very simple, but the experiment results demonstrate a remarkable performance gain.

Demonstrate performance of the extended methods

Training of the model was done over Kinetics-400 (K400) and Instagram videos dataset (IG-Curated, IG-Uncrated, IG-Uncurated-Short). Performance was evaluated by video classification accuracy, where pre-training of the model was done with K400 and a linear classifier on top of the frozen model was trained afterwards. Finetuning was performed for a separate UCF101 dataset. The results show performance improvement with respect to the number of temporal clips $\rho$, where $\rho=1$ correspond to no temporal domain self-supervision was done. 210430-3 Performance gain with respect to the number of temporal clips It can be inferred from the table that (i) no difference in performance is present between contrastive (SimCLR, MoCo) vs. non-contrastive (BYOL, SwAV) methods and (ii) momentum encoder (MoCo, BYOL) improves performance.

Self-comparison result of the backbone feature extraction model $f_{\theta}$ with varying input duration $T$ and sampling-rate $\tau$ is as follows. 210430-4 Self-comparison result From the results, it can be seen that shallower ResNets (R-18) perform worse than deeper ones (R-101). Increasing the duration $T$ and the temporal resolution $1/\tau$ also improved performance, especially for the UCF101 dataset.

Data augmentation was experimented on temporal (T), spatial (S), and color (C) dimensions, corresponding to temporal clipping, spatial cropping, and radiometric color augmentations, respectively. Results suggest that the combination of all three augmentations can add benefit to the model performance. 210430-5 Data augmentation experiment results

Lastly, the best performing model $\rho$BYOL is compared with other state-of-the-art methods for video classification. 210430-6 The experiment results show that $\rho$BYOL outperforms other methods in UCF101, HMDB, and K400 datasets.

Experimental results on uncurated dataset and other downstream tasks are referred to the original paper

Related

Share

Comment

#image-generation #multi-modal #language-model #retrieval-augmentation #robotics #forecasting #psychiatry #instruction-tuning #diffusion-model #notice #graph-neural-network #responsible-ai #privacy-preserving #scaling #mixture-of-experts #generative-adversarial-network #speech-model #contrastive-learning #self-supervised #image-representation #image-processing #object-detection #pseudo-labeling #scene-text-detection #neural-architecture-search #data-sampling #long-tail #graph-representation #zero-shot #metric-learning #federated-learning #weight-matrix #low-rank #vision-transformer #computer-vision #normalizing-flow #invertible-neural-network #super-resolution #image-manipulation #thread-summarization #natural-language-processing #domain-adaptation #knowledge-distillation #scene-text #model-compression #semantic-segmentation #instance-segmentation #video-understanding #code-generation #graph-generation #image-translation #data-augmentation #model-pruning #signal-processing #text-generation #text-classification #music-representation #transfer-learning #link-prediction #counterfactual-learning #medical-imaging #acceleration #transformer #style-transfer #novel-view-synthesis #point-cloud #spiking-neural-network #optimization #multi-layer-perceptron #adversarial-training #visual-search #image-retrieval #negative-sampling #action-localization #weakly-supervised #data-compression #hypergraph #adversarial-attack #submodularity #active-learning #deblurring #object-tracking #pyramid-structure #loss-function #gradient-descent #generalization #bug-fix #orthogonality #explainability #saliency-mapping #information-theory #question-answering #knowledge-graph #robustness #limited-data #recommender-system #anomaly-detection #gaussian-discriminant-analysis #molecular-graph #video-processing