paper-with-me

홈 › Papers

SdAE: Self-distillated Masked Autoencoder

2022-07-31 · Yabo Chen, Yuchen Liu, Dongsheng Jiang, Xiaopeng Zhang, Wenrui Dai, Hongkai Xiong, Qi Tian

With the development of generative-based self-supervised learning (SSL) approaches like BeiT and MAE, how to learn good representations by masking random patches of the input image and reconstructing the missing information has grown in concern. However, BeiT and PeCo need a "pre-pretraining" stage to produce discrete codebooks for masked patches representing. MAE does not require a pre-training codebook process, but setting pixels as reconstruction targets may introduce an optimization gap between pre-training and downstream tasks that good reconstruction quality may not always lead to the high descriptive capability for the model. Considering the above issues, in this paper, we propose a simple Self-distillated masked AutoEncoder network, namely SdAE. SdAE consists of a student branch using an encoder-decoder structure to reconstruct the missing information, and a teacher branch producing latent representation of masked tokens. We also analyze how to build good views for the teacher branch to produce latent representation from the perspective of information bottleneck. After that, we propose a multi-fold masking strategy to provide multiple masked views with balanced information for boosting the performance, which can also reduce the computational complexity. Our approach generalizes well: with only 300 epochs pre-training, a vanilla ViT-Base model achieves an 84.1% fine-tuning accuracy on ImageNet-1k classification, 48.6 mIOU on ADE20K segmentation, and 48.9 mAP on COCO detection, which surpasses other methods by a considerable margin. Code is available at https://github.com/AbrahamYabo/SdAE.

📄 PDF Abstract BibTeX arXiv:2208.00449

Code (1)

abrahamyabo/sdae 공식 구현 pytorch

Tasks

DescriptiveSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

MAE 설명 없음
SDAE 설명 없음

Similar Papers 제목 키워드 기반

Real-time Dynamic MRI Reconstruction using Stacked Denoising Autoencoder

2015-03-22 · Angshul Majumdar

In this work we address the problem of real-time dynamic MRI reconstruction. There are a handful of studies on this topic; these techniques are either based on compressed sensing or employ Kalman Filtering. These techniq…

compressed sensingDenoisingMRI Reconstruction

TSDAE: Using Transformer-based Sequential Denoising Auto-Encoderfor Unsupervised Sentence Embedding Learning

2021-11-01 · Findings (EMNLP) 2021 11 · Kexin Wang, Nils Reimers, Iryna Gurevych

Learning sentence embeddings often requires a large amount of labeled data. However, for most tasks and domains, labeled data is seldom available and creating it is expensive. In this work, we present a new state-of-the-…

DenoisingDomain AdaptationLanguage ModelingLanguage Modelling+6

TSDAE: Using Transformer-based Sequential Denoising Auto-Encoder for Unsupervised Sentence Embedding Learning

2021-04-14 · Kexin Wang, Nils Reimers, Iryna Gurevych

Learning sentence embeddings often requires a large amount of labeled data. However, for most tasks and domains, labeled data is seldom available and creating it is expensive. In this work, we present a new state-of-the-…

DenoisingDomain AdaptationInformation RetrievalLanguage Modeling+9

Pseudo Labelling for Enhanced Masked Autoencoders

2024-06-25 · Srinivasa Rao Nandam, Sara Atito, ZhenHua Feng, Josef Kittler 외

Masked Image Modeling (MIM)-based models, such as SdAE, CAE, GreenMIM, and MixAE, have explored different strategies to enhance the performance of Masked Autoencoders (MAE) by modifying prediction, loss functions, or inc…

Semantic Segmentation

Semi-supervised Learning using Denoising Autoencoders for Brain Lesion Detection and Segmentation

2016-11-26 · Varghese Alex, Kiran Vaidhya, Subramaniam Thirunavukkarasu, Chandrasekharan Kesavdas 외

The work presented explores the use of denoising autoencoders (DAE) for brain lesion detection, segmentation and false positive reduction. Stacked denoising autoencoders (SDAE) were pre-trained using a large number of un…

DenoisingLesion DetectionSegmentationTransfer Learning