paper-with-me

Papers

MST: Masked Self-Supervised Transformer for Visual Representation

2021-06-10 · NeurIPS 2021 12 · Zhaowen Li, Zhiyang Chen, Fan Yang, Wei Li, Yousong Zhu, Chaoyang Zhao, Rui Deng, Liwei Wu, Rui Zhao, Ming Tang, Jinqiao Wang

Transformer has been widely used for self-supervised pre-training in Natural Language Processing (NLP) and achieved great success. However, it has not been fully explored in visual self-supervised learning. Meanwhile, previous methods only consider the high-level feature and learning representation from a global perspective, which may fail to transfer to the downstream dense prediction tasks focusing on local features. In this paper, we present a novel Masked Self-supervised Transformer approach named MST, which can explicitly capture the local context of an image while preserving the global semantic information. Specifically, inspired by the Masked Language Modeling (MLM) in NLP, we propose a masked token strategy based on the multi-head self-attention map, which dynamically masks some tokens of local patches without damaging the crucial structure for self-supervised learning. More importantly, the masked tokens together with the remaining tokens are further recovered by a global image decoder, which preserves the spatial information of the image and is more friendly to the downstream dense prediction tasks. The experiments on multiple datasets demonstrate the effectiveness and generality of the proposed method. For instance, MST achieves Top-1 accuracy of 76.9% with DeiT-S only using 300-epoch pre-training by linear evaluation, which outperforms supervised methods with the same epoch by 0.4% and its comparable variant DINO by 1.0\%. For dense prediction tasks, MST also achieves 42.7% mAP on MS COCO object detection and 74.04% mIoU on Cityscapes segmentation only with 100-epoch pre-training.

📄 PDF Abstract BibTeX arXiv:2106.05656

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLinear evaluationMasked Language Modelingobject-detectionObject DetectionSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Learning Nuclei Representations with Masked Image Modelling

2023-06-29 · Piotr Wójcik, Hussein Naji, Adrian Simon, Reinhard Büttner 외

Masked image modelling (MIM) is a powerful self-supervised representation learning paradigm, whose potential has not been widely demonstrated in medical image analysis. In this work, we show the capacity of MIM to captur…

Instance SegmentationMedical Image AnalysisRepresentation LearningSemantic Segmentation+1

NeRF-MAE: Masked AutoEncoders for Self-Supervised 3D Representation Learning for Neural Radiance Fields

2024-04-01 · Muhammad Zubair Irshad, Sergey Zakharov, Vitor Guizilini, Adrien Gaidon 외

Neural fields excel in computer vision and robotics due to their ability to understand the 3D visual world such as inferring semantics, geometry, and dynamics. Given the capabilities of neural fields in densely represent…

3D Object DetectionNeRFobject-detectionObject Detection+3

Exploring The Role of Mean Teachers in Self-supervised Masked Auto-Encoders

2022-10-05 · Youngwan Lee, Jeffrey Willette, Jonghee Kim, Juho Lee 외

Masked image modeling (MIM) has become a popular strategy for self-supervised learning~(SSL) of visual representations with Vision Transformers. A representative MIM model, the masked auto-encoder (MAE), randomly masks a…

ClassificationInstance Segmentationobject-detectionObject Detection+2

Real-World Robot Learning with Masked Visual Pre-training

2022-10-06 · Ilija Radosavovic, Tete Xiao, Stephen James, Pieter Abbeel 외

In this work, we explore self-supervised visual pre-training on images from diverse, in-the-wild videos for real-world robotic tasks. Like prior work, our visual representations are pre-trained via a masked autoencoder (…

Visualizing the loss landscape of Self-supervised Vision Transformer

2024-05-28 · Youngwan Lee, Jeffrey Ryan Willette, Jonghee Kim, Sung Ju Hwang

The Masked autoencoder (MAE) has drawn attention as a representative self-supervised approach for masked image modeling with vision transformers. However, even though MAE shows better generalization capability than fully…