paper-with-me

홈 › Papers

Towards Latent Masked Image Modeling for Self-Supervised Visual Representation Learning

2024-07-22 · Yibing Wei, Abhinav Gupta, Pedro Morgado

Masked Image Modeling (MIM) has emerged as a promising method for deriving visual representations from unlabeled image data by predicting missing pixels from masked portions of images. It excels in region-aware learning and provides strong initializations for various tasks, but struggles to capture high-level semantics without further supervised fine-tuning, likely due to the low-level nature of its pixel reconstruction objective. A promising yet unrealized framework is learning representations through masked reconstruction in latent space, combining the locality of MIM with the high-level targets. However, this approach poses significant training challenges as the reconstruction targets are learned in conjunction with the model, potentially leading to trivial or suboptimal solutions.Our study is among the first to thoroughly analyze and address the challenges of such framework, which we refer to as Latent MIM. Through a series of carefully designed experiments and extensive analysis, we identify the source of these challenges, including representation collapsing for joint online/target optimization, learning objectives, the high region correlation in latent space and decoding conditioning. By sequentially addressing these issues, we demonstrate that Latent MIM can indeed learn high-level representations while retaining the benefits of MIM models.

📄 PDF Abstract BibTeX arXiv:2407.15837

Code (1)

yibingwei-1/latentmim 공식 구현 pytorch

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

MIM 설명 없음

Similar Papers 제목 키워드 기반

RI-MAE: Rotation-Invariant Masked AutoEncoders for Self-Supervised Point Cloud Representation Learning

2024-08-31 · Kunming Su, Qiuxia Wu, Panpan Cai, Xiaogang Zhu 외

Masked point modeling methods have recently achieved great success in self-supervised learning for point cloud data. However, these methods are sensitive to rotations and often exhibit sharp performance drops when encoun…

Representation LearningSelf-Supervised Learning

Masked Image Modeling Boosting Semi-Supervised Semantic Segmentation

2024-11-13 · Yangyang Li, Xuanting Hao, Ronghua Shang, Licheng Jiao

In view of the fact that semi- and self-supervised learning share a fundamental principle, effectively modeling knowledge from unlabeled data, various semi-supervised semantic segmentation methods have integrated represe…

Self-Supervised LearningSemantic SegmentationSemi-Supervised Semantic Segmentation

Understanding Self-Supervised Pretraining with Part-Aware Representation Learning

2023-01-27 · Jie Zhu, Jiyang Qi, Mingyu Ding, Xiaokang Chen 외

In this paper, we are interested in understanding self-supervised pretraining through studying the capability that self-supervised representation pretraining methods learn part-aware representations. The study is mainly …

Contrastive LearningObjectRepresentation Learning

LADMIM: Logical Anomaly Detection with Masked Image Modeling in Discrete Latent Space

2024-10-14 · Shunsuke Sakai, Tatushito Hasegawa, Makoto Koshino

Detecting anomalies such as incorrect combinations of objects or deviations in their positions is a challenging problem in industrial anomaly detection. Traditional methods mainly focus on local features of normal images…

Anomaly DetectionSelf-Supervised Learning

Cluster and Predict Latents Patches for Improved Masked Image Modeling

2025-02-12 · Timothée Darcet, Federico Baldassarre, Maxime Oquab, Julien Mairal 외

Masked Image Modeling (MIM) offers a promising approach to self-supervised representation learning, however existing MIM models still lag behind the state-of-the-art. In this paper, we systematically analyze target repre…

Representation Learning