VideoMoCo: Contrastive Video Representation Learning with Temporally Adversarial Examples
Tian Pan, Yibing Song, Tianyu Yang, Wenhao Jiang, and Wei Liu

TL;DR
VideoMoCo enhances contrastive video representation learning by introducing temporal adversarial augmentation and decay modeling, leading to more robust and effective unsupervised video features without pretext tasks.
Contribution
It proposes a novel temporal adversarial augmentation and decay mechanism to improve unsupervised video representation learning with contrastive methods.
Findings
Achieves state-of-the-art results on UCF101 and HMDB51 datasets.
Improves temporal robustness of video representations.
Outperforms previous unsupervised methods in benchmark evaluations.
Abstract
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…
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 · Multimodal Machine Learning Applications
MethodsInfoNCE · Batch Normalization · Momentum Contrast
