paper-with-me

홈 › Papers

How Mask Matters: Towards Theoretical Understandings of Masked Autoencoders

2022-10-15 · Qi Zhang, Yifei Wang, Yisen Wang

Masked Autoencoders (MAE) based on a reconstruction task have risen to be a promising paradigm for self-supervised learning (SSL) and achieve state-of-the-art performance across different benchmark datasets. However, despite its impressive empirical success, there is still limited theoretical understanding of it. In this paper, we propose a theoretical understanding of how masking matters for MAE to learn meaningful features. We establish a close connection between MAE and contrastive learning, which shows that MAE implicit aligns the mask-induced positive pairs. Built upon this connection, we develop the first downstream guarantees for MAE methods, and analyze the effect of mask ratio. Besides, as a result of the implicit alignment, we also point out the dimensional collapse issue of MAE, and propose a Uniformity-enhanced MAE (U-MAE) loss that can effectively address this issue and bring significant improvements on real-world datasets, including CIFAR-10, ImageNet-100, and ImageNet-1K. Code is available at (https://github.com/zhangq327/U-MAE).

📄 PDF Abstract BibTeX arXiv:2210.08344

Code (2)

zhangq327/u-mae 공식 구현 pytorch
yifanzhang-pro/m-mae pytorch

Tasks

Contrastive LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

What's Behind the Mask: Understanding Masked Graph Modeling for Graph Autoencoders

2022-05-20 · Jintang Li, Ruofan Wu, Wangbin Sun, Liang Chen 외

The last years have witnessed the emergence of a promising self-supervised learning strategy, referred to as masked autoencoding. However, there is a lack of theoretical understanding of how masking matters on graph auto…

Contrastive LearningLink PredictionNode ClassificationSelf-Supervised Learning

Masked Graph Autoencoder with Non-discrete Bandwidths

2024-02-06 · Ziwen Zhao, Yuhua Li, Yixiong Zou, Jiliang Tang 외

Masked graph autoencoders have emerged as a powerful graph self-supervised learning method that has yet to be fully explored. In this paper, we unveil that the existing discrete edge masking and binary link reconstructio…

BlockingLink PredictionNode ClassificationSelf-Supervised Learning

Test-Time Training with Masked Autoencoders

2022-09-15 · Yossi Gandelsman, Yu Sun, Xinlei Chen, Alexei A. Efros

Test-time training adapts to a new test distribution on the fly by optimizing a model for each test input using self-supervision. In this paper, we use masked autoencoders for this one-sample learning problem. Empiricall…

Quantum Masked Autoencoders for Vision Learning

2025-11-21 · Emma Andrews, Prabhat Mishra arxiv

Classical autoencoders are widely used to learn features of input data. To improve the feature learning, classical masked autoencoders extend classical autoencoders to learn the features of the original input sample in t…

How to Understand Masked Autoencoders

2022-02-08 · Shuhao Cao, Peng Xu, David A. Clifton

"Masked Autoencoders (MAE) Are Scalable Vision Learners" revolutionizes the self-supervised learning method in that it not only achieves the state-of-the-art for image pre-training, but is also a milestone that bridges t…

Self-Supervised Learning