paper-with-me

홈 › Papers

Downstream Task Guided Masking Learning in Masked Autoencoders Using Multi-Level Optimization

2024-02-28 · Han Guo, Ramtin Hosseini, Ruiyi Zhang, Sai Ashish Somayajula, Ranak Roy Chowdhury, Rajesh K. Gupta, Pengtao Xie

Masked Autoencoder (MAE) is a notable method for self-supervised pretraining in visual representation learning. It operates by randomly masking image patches and reconstructing these masked patches using the unmasked ones. A key limitation of MAE lies in its disregard for the varying informativeness of different patches, as it uniformly selects patches to mask. To overcome this, some approaches propose masking based on patch informativeness. However, these methods often do not consider the specific requirements of downstream tasks, potentially leading to suboptimal representations for these tasks. In response, we introduce the Multi-level Optimized Mask Autoencoder (MLO-MAE), a novel framework that leverages end-to-end feedback from downstream tasks to learn an optimal masking strategy during pretraining. Our experimental findings highlight MLO-MAE's significant advancements in visual representation learning. Compared to existing methods, it demonstrates remarkable improvements across diverse datasets and tasks, showcasing its adaptability and efficiency. Our code is available at: https://github.com/Alexiland/MLOMAE

📄 PDF Abstract BibTeX arXiv:2402.18128

Code (1)

alexiland/mlomae 공식 구현 pytorch

Tasks

InformativenessRepresentation Learning

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

ColorMAE: Exploring data-independent masking strategies in Masked AutoEncoders

2024-07-17 · Carlos Hinojosa, Shuming Liu, Bernard Ghanem

Masked AutoEncoders (MAE) have emerged as a robust self-supervised framework, offering remarkable performance across a wide range of downstream tasks. To increase the difficulty of the pretext task and learn richer visua…

Image ClassificationInstance SegmentationObject DetectionSemantic Segmentation

Semantics-Guided Multimodal Masked Autoencoder Pretraining for 3D BEV Object Detection

2026-05-24 · Prabuddhi Wariyapperuma, Rajitha de Silva, Marc Hanheide, Thomas Bohné 외 arxiv

Accurate 3D bird's-eye view (BEV) object detection is essential for autonomous driving, and depends strongly on effective multimodal representations from complementary sensors such as cameras and LiDAR. Multimodal masked…

3D Object DetectionAutonomous Driving

CL-MAE: Curriculum-Learned Masked Autoencoders

2023-08-31 · Neelu Madan, Nicolae-Catalin Ristea, Kamal Nasrollahi, Thomas B. Moeslund 외

Masked image modeling has been demonstrated as a powerful pretext task for generating robust representations that can be effectively generalized across multiple downstream tasks. Typically, this approach involves randoml…

Representation Learning

Where to Mask: Structure-Guided Masking for Graph Masked Autoencoders

2024-04-24 · Chuang Liu, Yuyao Wang, Yibing Zhan, Xueqi Ma 외

Graph masked autoencoders (GMAE) have emerged as a significant advancement in self-supervised pre-training for graph-structured data. Previous GMAE models primarily utilize a straightforward random masking strategy for n…

Transfer Learning

The Dynamic Duo of Collaborative Masking and Target for Advanced Masked Autoencoder Learning

2024-12-23 · Shentong Mo

Masked autoencoders (MAE) have recently succeeded in self-supervised vision representation learning. Previous work mainly applied custom-designed (e.g., random, block-wise) masking or teacher (e.g., CLIP)-guided masking …

DecoderRepresentation Learning