paper-with-me

Papers

MAGE: MAsked Generative Encoder to Unify Representation Learning and Image Synthesis

2022-11-16 · CVPR 2023 1 · Tianhong Li, Huiwen Chang, Shlok Kumar Mishra, Han Zhang, Dina Katabi, Dilip Krishnan

Generative modeling and representation learning are two key tasks in computer vision. However, these models are typically trained independently, which ignores the potential for each task to help the other, and leads to training and model maintenance overheads. In this work, we propose MAsked Generative Encoder (MAGE), the first framework to unify SOTA image generation and self-supervised representation learning. Our key insight is that using variable masking ratios in masked image modeling pre-training can allow generative training (very high masking ratio) and representation learning (lower masking ratio) under the same training framework. Inspired by previous generative models, MAGE uses semantic tokens learned by a vector-quantized GAN at inputs and outputs, combining this with masking. We can further improve the representation by adding a contrastive loss to the encoder output. We extensively evaluate the generation and representation learning capabilities of MAGE. On ImageNet-1K, a single MAGE ViT-L model obtains 9.10 FID in the task of class-unconditional image generation and 78.9% top-1 accuracy for linear probing, achieving state-of-the-art performance in both image generation and representation learning. Code is available at https://github.com/LTH14/mage.

📄 PDF Abstract BibTeX arXiv:2211.09117

Code (1)

lth14/mage 공식 구현 pytorch

Tasks

Image GenerationRepresentation LearningUnconditional Image Generation

Similar Papers 제목 키워드 기반

MaskOCR: Text Recognition with Masked Encoder-Decoder Pretraining

2022-06-01 · Pengyuan Lyu, Chengquan Zhang, Shanshan Liu, Meina Qiao 외

Text images contain both visual and linguistic information. However, existing pre-training techniques for text recognition mainly focus on either visual representation learning or linguistic knowledge learning. In this p…

DecoderLanguage ModelingLanguage ModellingOptical Character Recognition (OCR)+1

Contrastive Masked Autoencoders are Stronger Vision Learners

2022-07-27 · Zhicheng Huang, Xiaojie Jin, Chengze Lu, Qibin Hou 외

Masked image modeling (MIM) has achieved promising results on various vision tasks. However, the limited discriminability of learned representation manifests there is still plenty to go for making a stronger vision learn…

Contrastive LearningDecoderimage-classificationImage Classification+3

Unifying Contrastive and Generative Objectives for Visual Understanding and Text-to-Image Generation

2026-03-03 · Chao Li, Tianhong Li, Sai Vidyaranya Nuthalapati, Hong-You Chen 외 arxiv

Unifying text-image contrastive learning and text-to-image (T2I) generation in a single end-to-end model is challenging because the two objectives demand opposing masking regimes: contrastive alignment needs near-complet…

Text-to-Image GenerationContrastive LearningDepth Estimation

CoMAE: Single Model Hybrid Pre-training on Small-Scale RGB-D Datasets

2023-02-13 · Jiange Yang, Sheng Guo, Gangshan Wu, LiMin Wang

Current RGB-D scene recognition approaches often train two standalone backbones for RGB and depth modalities with the same Places or ImageNet pre-training. However, the pre-trained depth network is still biased by RGB-ba…

Contrastive LearningRepresentation LearningScene Recognition

Fast Training of Diffusion Models with Masked Transformers

2023-06-15 · Hongkai Zheng, Weili Nie, Arash Vahdat, Anima Anandkumar

We propose an efficient approach to train large diffusion models with masked transformers. While masked transformers have been extensively explored for representation learning, their application to generative learning is…

DecoderDenoisingRepresentation Learning