paper-with-me

Papers

Improve Supervised Representation Learning with Masked Image Modeling

2023-12-01 · KaiFeng Chen, Daniel Salz, Huiwen Chang, Kihyuk Sohn, Dilip Krishnan, Mojtaba Seyedhosseini

Training visual embeddings with labeled data supervision has been the de facto setup for representation learning in computer vision. Inspired by recent success of adopting masked image modeling (MIM) in self-supervised representation learning, we propose a simple yet effective setup that can easily integrate MIM into existing supervised training paradigms. In our design, in addition to the original classification task applied to a vision transformer image encoder, we add a shallow transformer-based decoder on top of the encoder and introduce an MIM task which tries to reconstruct image tokens based on masked image inputs. We show with minimal change in architecture and no overhead in inference that this setup is able to improve the quality of the learned representations for downstream tasks such as classification, image retrieval, and semantic segmentation. We conduct a comprehensive study and evaluation of our setup on public benchmarks. On ImageNet-1k, our ViT-B/14 model achieves 81.72% validation accuracy, 2.01% higher than the baseline model. On K-Nearest-Neighbor image retrieval evaluation with ImageNet-1k, the same model outperforms the baseline by 1.32%. We also show that this setup can be easily scaled to larger models and datasets. Code and checkpoints will be released.

📄 PDF Abstract BibTeX arXiv:2312.00950

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage RetrievalRepresentation LearningRetrievalSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Understanding Self-Supervised Pretraining with Part-Aware Representation Learning

2023-01-27 · Jie Zhu, Jiyang Qi, Mingyu Ding, Xiaokang Chen 외

In this paper, we are interested in understanding self-supervised pretraining through studying the capability that self-supervised representation pretraining methods learn part-aware representations. The study is mainly …

Contrastive LearningObjectRepresentation Learning

MPS-AMS: Masked Patches Selection and Adaptive Masking Strategy Based Self-Supervised Medical Image Segmentation

2023-02-27 · Xiangtao Wang, Ruizhi Wang, Biao Tian, Jiaojiao Zhang 외

Existing self-supervised learning methods based on contrastive learning and masked image modeling have demonstrated impressive performances. However, current masked image modeling methods are mainly utilized in natural i…

Contrastive LearningImage SegmentationMedical Image SegmentationSegmentation+2

Siamese Image Modeling for Self-Supervised Vision Representation Learning

2022-06-02 · CVPR 2023 1 · Chenxin Tao, Xizhou Zhu, Weijie Su, Gao Huang 외

Self-supervised learning (SSL) has delivered superior performance on a variety of downstream vision tasks. Two main-stream SSL frameworks have been proposed, i.e., Instance Discrimination (ID) and Masked Image Modeling (…

Representation LearningSelf-Supervised LearningSemantic SegmentationSensitivity

Masked Video Distillation: Rethinking Masked Feature Modeling for Self-supervised Video Representation Learning

2022-12-08 · CVPR 2023 1 · Rui Wang, Dongdong Chen, Zuxuan Wu, Yinpeng Chen 외

Benefiting from masked visual modeling, self-supervised video representation learning has achieved remarkable progress. However, existing methods focus on learning representations from scratch through reconstructing low-…

Action ClassificationAction RecognitionRepresentation LearningSelf-Supervised Action Recognition

MAMO: Masked Multimodal Modeling for Fine-Grained Vision-Language Representation Learning

2022-10-09 · Zijia Zhao, Longteng Guo, Xingjian He, Shuai Shao 외

Multimodal representation learning has shown promising improvements on various vision-language tasks. Most existing methods excel at building global-level alignment between vision and language while lacking effective fin…

Image-text Retrievalmultimodal interactionQuestion AnsweringRepresentation Learning+6