Transfer-learning for video classification: Video Swin Transformer on multiple domains
Daniel A. P. Oliveira, David Martins de Matos

TL;DR
This paper evaluates the generalization of the Video Swin Transformer in transfer learning scenarios across different video classification datasets, demonstrating its effectiveness when target classes are similar to training classes.
Contribution
It provides an analysis of VST's transfer learning performance on large-scale datasets, highlighting its strengths and limitations in out-of-domain video classification tasks.
Findings
VST achieves 85% top-1 accuracy on FCVID without retraining.
VST achieves 21% accuracy on Something-Something after transfer learning.
Performance decreases with increasing video duration, indicating a design limitation.
Abstract
The computer vision community has seen a shift from convolutional-based to pure transformer architectures for both image and video tasks. Training a transformer from zero for these tasks usually requires a lot of data and computational resources. Video Swin Transformer (VST) is a pure-transformer model developed for video classification which achieves state-of-the-art results in accuracy and efficiency on several datasets. In this paper, we aim to understand if VST generalizes well enough to be used in an out-of-domain setting. We study the performance of VST on two large-scale datasets, namely FCVID and Something-Something using a transfer learning approach from Kinetics-400, which requires around 4x less memory than training from scratch. We then break down the results to understand where VST fails the most and in which scenarios the transfer-learning approach is viable. Our…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Human Pose and Action Recognition · Anomaly Detection Techniques and Applications
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Label Smoothing · Softmax · Adam · Byte Pair Encoding · Absolute Position Encodings · Layer Normalization · Residual Connection
