SOTAVerified

Self-supervised Video Transformer

2021-12-02CVPR 2022Code Available1· sign in to hype

Kanchana Ranasinghe, Muzammal Naseer, Salman Khan, Fahad Shahbaz Khan, Michael Ryoo

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In this paper, we propose self-supervised training for video transformers using unlabeled video data. From a given video, we create local and global spatiotemporal views with varying spatial sizes and frame rates. Our self-supervised objective seeks to match the features of these different views representing the same video, to be invariant to spatiotemporal variations in actions. To the best of our knowledge, the proposed approach is the first to alleviate the dependency on negative samples or dedicated memory banks in Self-supervised Video Transformer (SVT). Further, owing to the flexibility of Transformer models, SVT supports slow-fast video processing within a single architecture using dynamically adjusted positional encoding and supports long-term relationship modeling along spatiotemporal dimensions. Our approach performs well on four action recognition benchmarks (Kinetics-400, UCF-101, HMDB-51, and SSv2) and converges faster with small batch sizes. Code: https://git.io/J1juJ

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
HMDB-51SVTAverage accuracy of 3 splits67.2Unverified
Something-Something V2SVTTop-1 Accuracy59.2Unverified
UCF101SVT3-fold Accuracy93.7Unverified

Reproductions