Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

VideoMoCo: Contrastive Video Representation Learning with Temporally Adversarial Examples

About

MoCo is effective for unsupervised image representation learning. In this paper, we propose VideoMoCo for unsupervised video representation learning. Given a video sequence as an input sample, we improve the temporal feature representations of MoCo from two perspectives. First, we introduce a generator to drop out several frames from this sample temporally. The discriminator is then learned to encode similar feature representations regardless of frame removals. By adaptively dropping out different frames during training iterations of adversarial learning, we augment this input sample to train a temporally robust encoder. Second, we use temporal decay to model key attenuation in the memory queue when computing the contrastive loss. As the momentum encoder updates after keys enqueue, the representation ability of these keys degrades when we use the current input sample for contrastive learning. This degradation is reflected via temporal decay to attend the input sample to recent keys in the queue. As a result, we adapt MoCo to learn video representations without empirically designing pretext tasks. By empowering the temporal robustness of the encoder and modeling the temporal decay of the keys, our VideoMoCo improves MoCo temporally based on contrastive learning. Experiments on benchmark datasets including UCF101 and HMDB51 show that VideoMoCo stands as a state-of-the-art video representation learning method.

Tian Pan, Yibing Song, Tianyu Yang, Wenhao Jiang, Wei Liu• 2021

Related benchmarks

TaskDatasetResultRank
Action RecognitionUCF101
Accuracy78.7
365
Action RecognitionUCF101 (mean of 3 splits)
Accuracy78.7
357
Action RecognitionUCF101 (test)
Accuracy78.7
307
Action RecognitionHMDB51 (test)
Accuracy0.492
249
Action RecognitionHMDB-51 (average of three splits)
Top-1 Acc49.2
204
Action RecognitionUCF101 (3 splits)
Accuracy78.7
155
Action RecognitionUCF-101
Top-1 Acc78.7
147
Action ClassificationHMDB51 (over all three splits)
Accuracy49.2
121
Video Action RecognitionHMDB-51 (3 splits)
Accuracy49.2
116
Video RecognitionHMDB51
Accuracy49.2
89
Showing 10 of 26 rows

Other info

Code

Follow for update