Self-supervised Video Transformer
Kanchana Ranasinghe, Muzammal Naseer, Salman Khan, Fahad Shahbaz Khan,, Michael Ryoo

TL;DR
This paper introduces a self-supervised training method for video transformers that leverages unlabeled videos to learn invariant features across spatiotemporal views, eliminating the need for negative samples and enabling flexible, long-term video modeling.
Contribution
It presents the first self-supervised video transformer approach that does not rely on negative samples or memory banks, supporting flexible spatiotemporal processing within a single architecture.
Findings
Achieves strong performance on multiple action recognition benchmarks.
Converges faster with small batch sizes.
Supports long-term spatiotemporal relationship modeling.
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,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Domain Adaptation and Few-Shot Learning · Anomaly Detection Techniques and Applications
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Layer Normalization · Dense Connections · Byte Pair Encoding · Label Smoothing · Absolute Position Encodings · Residual Connection · Softmax
