paper-with-me

Papers

Masked Autoencoders Enable Efficient Knowledge Distillers

2022-08-25 · CVPR 2023 1 · Yutong Bai, Zeyu Wang, Junfei Xiao, Chen Wei, Huiyu Wang, Alan Yuille, Yuyin Zhou, Cihang Xie

This paper studies the potential of distilling knowledge from pre-trained models, especially Masked Autoencoders. Our approach is simple: in addition to optimizing the pixel reconstruction loss on masked inputs, we minimize the distance between the intermediate feature map of the teacher model and that of the student model. This design leads to a computationally efficient knowledge distillation framework, given 1) only a small visible subset of patches is used, and 2) the (cumbersome) teacher model only needs to be partially executed, ie, forward propagate inputs through the first few layers, for obtaining intermediate feature maps. Compared to directly distilling fine-tuned models, distilling pre-trained models substantially improves downstream performance. For example, by distilling the knowledge from an MAE pre-trained ViT-L into a ViT-B, our method achieves 84.0% ImageNet top-1 accuracy, outperforming the baseline of directly distilling a fine-tuned ViT-L by 1.2%. More intriguingly, our method can robustly distill knowledge from teacher models even with extremely high masking ratios: e.g., with 95% masking ratio where merely TEN patches are visible during distillation, our ViT-B competitively attains a top-1 ImageNet accuracy of 83.6%; surprisingly, it can still secure 82.4% top-1 ImageNet accuracy by aggressively training with just FOUR visible patches (98% masking ratio). The code and models are publicly available at https://github.com/UCSC-VLAA/DMAE.

📄 PDF Abstract BibTeX arXiv:2208.12256

Code (1)

ucsc-vlaa/dmae 공식 구현 pytorch

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

MAE 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Pre-Training Graph Contrastive Masked Autoencoders are Strong Distillers for EEG

2024-11-28 · Xinxu Wei, Kanhao Zhao, Yong Jiao, Nancy B. Carlisle 외

Effectively utilizing extensive unlabeled high-density EEG data to improve performance in scenarios with limited labeled low-density EEG data presents a significant challenge. In this paper, we address this by framing it…

EEGKnowledge DistillationTransfer Learning

Masked Autoencoders Are Stronger Knowledge Distillers

2023-01-01 · ICCV 2023 1 · Shanshan Lao, Guanglu Song, Boxiao Liu, Yu Liu 외

Knowledge distillation (KD) has shown great success in improving student's performance by mimicking the intermediate output of the high-capacity teacher in fine-grained visual tasks, e.g. object detection. This paper…

DecoderKnowledge Distillationobject-detectionObject Detection+1

WIDER & CLOSER: Mixture of Short-channel Distillers for Zero-shot Cross-lingual Named Entity Recognition

2022-12-07 · Jun-Yu Ma, Beiduo Chen, Jia-Chen Gu, Zhen-Hua Ling 외

Zero-shot cross-lingual named entity recognition (NER) aims at transferring knowledge from annotated and rich-resource data in source languages to unlabeled and lean-resource data in target languages. Existing mainstream…

Cross-Lingual NERDomain Adaptationnamed-entity-recognitionNamed Entity Recognition+2

GiGaMAE: Generalizable Graph Masked Autoencoder via Collaborative Latent Space Reconstruction

2023-08-18 · Yucheng Shi, Yushun Dong, Qiaoyu Tan, Jundong Li 외

Self-supervised learning with masked autoencoders has recently gained popularity for its ability to produce effective image or textual representations, which can be applied to various downstream tasks without retraining.…

AttributeSelf-Supervised Learning

Rethinking Patch Dependence for Masked Autoencoders

2024-01-25 · Letian Fu, Long Lian, Renhao Wang, Baifeng Shi 외

In this work, we re-examine inter-patch dependencies in the decoding mechanism of masked autoencoders (MAE). We decompose this decoding mechanism for masked patch reconstruction in MAE into self-attention and cross-atten…

DecoderInstance SegmentationRepresentation LearningSemantic Segmentation