paper-with-me

홈 › Papers

ViC-MAE: Self-Supervised Representation Learning from Images and Video with Contrastive Masked Autoencoders

2023-03-21 · Jefferson Hernandez, Ruben Villegas, Vicente Ordonez

We propose ViC-MAE, a model that combines both Masked AutoEncoders (MAE) and contrastive learning. ViC-MAE is trained using a global featured obtained by pooling the local representations learned under an MAE reconstruction loss and leveraging this representation under a contrastive objective across images and video frames. We show that visual representations learned under ViC-MAE generalize well to both video and image classification tasks. Particularly, ViC-MAE obtains state-of-the-art transfer learning performance from video to images on Imagenet-1k compared to the recently proposed OmniMAE by achieving a top-1 accuracy of 86% (+1.3% absolute improvement) when trained on the same data and 87.1% (+2.4% absolute improvement) when training on extra data. At the same time ViC-MAE outperforms most other methods on video benchmarks by obtaining 75.9% top-1 accuracy on the challenging Something something-v2 video benchmark . When training on videos and images from a diverse combination of datasets, our method maintains a balanced transfer-learning performance between video and image classification benchmarks, coming only as a close second to the best supervised method.

📄 PDF Abstract BibTeX arXiv:2303.12001

Code (2)

jeffhernandez1995/vic-mae 공식 구현 pytorch
MindCode-4/code-5/tree/main/vit_mae mindspore

Tasks

Action ClassificationAction RecognitionContrastive Learningimage-classificationImage ClassificationRepresentation LearningTransfer LearningVideo Classification

Methods 이 논문이 사용한 방법론

MAE 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Vi2CLR: Video and Image for Visual Contrastive Learning of Representation

2021-01-01 · ICCV 2021 10 · Ali Diba, Vivek Sharma, Reza Safdari, Dariush Lotfi 외

In this paper, we introduce a novel self-supervised visual representation learning method which understands both images and videos in a joint learning fashion. The proposed neural network architecture and objectives …

Action RecognitionClusteringContrastive LearningRepresentation Learning+1

Intra-video Positive Pairs in Self-Supervised Learning for Ultrasound

2024-03-12 · Blake VanBerlo, Alexander Wong, Jesse Hoey, Robert Arntfield

Self-supervised learning (SSL) is one strategy for addressing the paucity of labelled data in medical imaging by learning representations from unlabelled images. Contrastive and non-contrastive SSL methods produce learne…

Contrastive LearningSelf-Supervised Learning

Similarity Contrastive Estimation for Image and Video Soft Contrastive Self-Supervised Learning

2022-12-21 · Julien Denize, Jaonary Rabarisoa, Astrid Orcesi, Romain Hérault

Contrastive representation learning has proven to be an effective self-supervised learning method for images and videos. Most successful approaches are based on Noise Contrastive Estimation (NCE) and use different views …

Contrastive LearningLinear evaluationRepresentation LearningSelf-Supervised Action Recognition+4

Self-Supervised Video Representation Learning with Motion-Contrastive Perception

2022-04-10 · Jinyu Liu, Ying Cheng, Yuejie Zhang, Rui-Wei Zhao 외

Visual-only self-supervised learning has achieved significant improvement in video representation learning. Existing related methods encourage models to learn video representations by utilizing contrastive learning or de…

Contrastive LearningRepresentation LearningSelf-Supervised Learning

Self-supervised Video Representation Learning Using Inter-intra Contrastive Framework

2020-08-06 · Li Tao, Xueting Wang, Toshihiko Yamasaki

We propose a self-supervised method to learn feature representations from videos. A standard approach in traditional self-supervised methods uses positive-negative data pairs to train with contrastive learning strategy. …

Action Recognition In VideosContrastive LearningRepresentation LearningRetrieval+4