English

Cross-Architecture Self-supervised Video Representation Learning

Computer Vision and Pattern Recognition 2022-05-27 v1

Abstract

In this paper, we present a new cross-architecture contrastive learning (CACL) framework for self-supervised video representation learning. CACL consists of a 3D CNN and a video transformer which are used in parallel to generate diverse positive pairs for contrastive learning. This allows the model to learn strong representations from such diverse yet meaningful pairs. Furthermore, we introduce a temporal self-supervised learning module able to predict an Edit distance explicitly between two video sequences in the temporal order. This enables the model to learn a rich temporal representation that compensates strongly to the video-level representation learned by the CACL. We evaluate our method on the tasks of video retrieval and action recognition on UCF101 and HMDB51 datasets, where our method achieves excellent performance, surpassing the state-of-the-art methods such as VideoMoCo and MoCo+BE by a large margin. The code is made available at https://github.com/guoshengcv/CACL.

Keywords

Cite

@article{arxiv.2205.13313,
  title  = {Cross-Architecture Self-supervised Video Representation Learning},
  author = {Sheng Guo and Zihua Xiong and Yujie Zhong and Limin Wang and Xiaobo Guo and Bing Han and Weilin Huang},
  journal= {arXiv preprint arXiv:2205.13313},
  year   = {2022}
}

Comments

Accepted to CVPR2022

R2 v1 2026-06-24T11:29:31.849Z