paper-with-me

홈 › Papers

Stare at What You See: Masked Image Modeling without Reconstruction

2022-11-16 · CVPR 2023 1 · Hongwei Xue, Peng Gao, Hongyang Li, Yu Qiao, Hao Sun, Houqiang Li, Jiebo Luo

Masked Autoencoders (MAE) have been prevailing paradigms for large-scale vision representation pre-training. By reconstructing masked image patches from a small portion of visible image regions, MAE forces the model to infer semantic correlation within an image. Recently, some approaches apply semantic-rich teacher models to extract image features as the reconstruction target, leading to better performance. However, unlike the low-level features such as pixel values, we argue the features extracted by powerful teacher models already encode rich semantic correlation across regions in an intact image.This raises one question: is reconstruction necessary in Masked Image Modeling (MIM) with a teacher model? In this paper, we propose an efficient MIM paradigm named MaskAlign. MaskAlign simply learns the consistency of visible patch features extracted by the student model and intact image features extracted by the teacher model. To further advance the performance and tackle the problem of input inconsistency between the student and teacher model, we propose a Dynamic Alignment (DA) module to apply learnable alignment. Our experimental results demonstrate that masked modeling does not lose effectiveness even without reconstruction on masked regions. Combined with Dynamic Alignment, MaskAlign can achieve state-of-the-art performance with much higher efficiency. Code and models will be available at https://github.com/OpenPerceptionX/maskalign.

📄 PDF Abstract BibTeX arXiv:2211.08887

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

MAE 설명 없음
MIM 설명 없음

Similar Papers 제목 키워드 기반

SimMIM: A Simple Framework for Masked Image Modeling

2021-11-18 · CVPR 2022 1 · Zhenda Xie, Zheng Zhang, Yue Cao, Yutong Lin 외

This paper presents SimMIM, a simple framework for masked image modeling. We simplify recently proposed related approaches without special designs such as block-wise masking and tokenization via discrete VAE or clusterin…

Representation LearningSelf-Supervised Image ClassificationTask 2

VistaRef: Boosting Visual Spatial Orientation Awareness for Pointing-to-Object Detection

2026-06-23 · Ling Li, Zhizhen Cai, Xinkun Wu, Ziyu Zhu 외 arxiv

Grounding deictic gestures in natural images is fundamental to AR and human-robot collaboration, providing a basis for seamless spatial interaction. While Transformer-based visual models have achieved significant progres…

Object Detection

Seeing What You Miss: Vision-Language Pre-training with Semantic Completion Learning

2022-11-24 · CVPR 2023 1 · Yatai Ji, RongCheng Tu, Jie Jiang, Weijie Kong 외

Cross-modal alignment is essential for vision-language pre-training (VLP) models to learn the correct corresponding information across different modalities. For this purpose, inspired by the success of masked language mo…

cross-modal alignmentImage-text RetrievalLanguage ModelingLanguage Modelling+8

What to Hide from Your Students: Attention-Guided Masked Image Modeling

2022-03-23 · Ioannis Kakogeorgiou, Spyros Gidaris, Bill Psomas, Yannis Avrithis 외

Transformers and masked language modeling are quickly being adopted and explored in computer vision as vision transformers and masked image modeling (MIM). In this work, we argue that image token masking differs from tok…

Language ModelingLanguage ModellingMasked Language ModelingSelf-Supervised Learning

On Data Scaling in Masked Image Modeling

2022-06-09 · CVPR 2023 1 · Zhenda Xie, Zheng Zhang, Yue Cao, Yutong Lin 외

An important goal of self-supervised learning is to enable model pre-training to benefit from almost unlimited data. However, one method that has recently become popular, namely masked image modeling (MIM), is suspected …

Self-Supervised Learning