paper-with-me

Papers

Masked Auto-Encoders Meet Generative Adversarial Networks and Beyond

2023-01-01 · CVPR 2023 1 · Zhengcong Fei, Mingyuan Fan, Li Zhu, Junshi Huang, Xiaoming Wei, Xiaolin Wei

Masked Auto-Encoder (MAE) pretraining methods randomly mask image patches and then train a vision Transformer to reconstruct the original pixels based on the unmasked patches. While they demonstrates impressive performance for downstream vision tasks, it generally requires a large amount of training resource. In this paper, we introduce a novel Generative Adversarial Networks alike framework, referred to as GAN-MAE, where a generator is used to generate the masked patches according to the remaining visible patches, and a discriminator is employed to predict whether the patch is synthesized by the generator. We believe this capacity of distinguishing whether the image patch is predicted or original is benefit to representation learning. Another key point lies in that the parameters of the vision Transformer backbone in the generator and discriminator are shared. Extensive experiments demonstrate that adversarial training of GAN-MAE framework is more efficient and accordingly outperforms the standard MAE given the same model size, training data, and computation resource. The gains are substantially robust for different model sizes and datasets, in particular, a ViT-B model trained with GAN-MAE for 200 epochs outperforms the MAE with 1600 epochs on fine-tuning top-1 accuracy of ImageNet-1k with much less FLOPs. Besides, our approach also works well at transferring downstream tasks.

📄 PDF Abstract BibTeX

Code (1)

parthagrawal02/MAE_GAN pytorch

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

R-MAE: Regions Meet Masked Autoencoders

2023-06-08 · Duy-Kien Nguyen, Vaibhav Aggarwal, Yanghao Li, Martin R. Oswald 외

In this work, we explore regions as a potential visual analogue of words for self-supervised image representation learning. Inspired by Masked Autoencoding (MAE), a generative pre-training baseline, we propose masked reg…

Contrastive LearningInteractive Segmentationobject-detectionObject Detection+2

Flow Matching Meets Biology and Life Science: A Survey

2025-07-23 · Zihao Li, Zhichen Zeng, Xiao Lin, Feihao Fang 외 arxiv

Over the past decade, advances in generative modeling, such as generative adversarial networks, masked autoencoders, and diffusion models, have significantly transformed biological research and discovery, enabling breakt…

Drug Discovery

Heterogeneous Graph Masked Autoencoders

2022-08-21 · Yijun Tian, Kaiwen Dong, Chunhui Zhang, Chuxu Zhang 외

Generative self-supervised learning (SSL), especially masked autoencoders, has become one of the most exciting learning paradigms and has shown great potential in handling graph data. However, real-world graphs are alway…

AttributeSelf-Supervised Learning

A Survey on Masked Autoencoder for Self-supervised Learning in Vision and Beyond

2022-07-30 · Chaoning Zhang, Chenshuang Zhang, Junha Song, John Seon Keun Yi 외

Masked autoencoders are scalable vision learners, as the title of MAE \cite{he2022masked}, which suggests that self-supervised learning (SSL) in vision might undertake a similar trajectory as in NLP. Specifically, genera…

Contrastive LearningDenoisingSelf-Supervised Learning

VideoMAC: Video Masked Autoencoders Meet ConvNets

2024-02-29 · CVPR 2024 1 · Gensheng Pei, Tao Chen, Xiruo Jiang, Huafeng Liu 외

Recently, the advancement of self-supervised learning techniques, like masked autoencoders (MAE), has greatly influenced visual representation learning for images and videos. Nevertheless, it is worth noting that the pre…

Pose TrackingRepresentation LearningSelf-Supervised LearningSemantic Segmentation+2