HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

ColorMAE: Exploring data-independent masking strategies in Masked AutoEncoders

Carlos Hinojosa Shuming Liu Bernard Ghanem

ColorMAE: Exploring data-independent masking strategies in Masked AutoEncoders

Abstract

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 visual representations, existing works have focused on replacing standard random masking with more sophisticated strategies, such as adversarial-guided and teacher-guided masking. However, these strategies depend on the input data thus commonly increasing the model complexity and requiring additional calculations to generate the mask patterns. This raises the question: Can we enhance MAE performance beyond random masking without relying on input data or incurring additional computational costs? In this work, we introduce a simple yet effective data-independent method, termed ColorMAE, which generates different binary mask patterns by filtering random noise. Drawing inspiration from color noise in image processing, we explore four types of filters to yield mask patterns with different spatial and semantic priors. ColorMAE requires no additional learnable parameters or computational overhead in the network, yet it significantly enhances the learned representations. We provide a comprehensive empirical evaluation, demonstrating our strategy's superiority in downstream tasks compared to random masking. Notably, we report an improvement of 2.72 in mIoU in semantic segmentation tasks relative to baseline MAE implementations.

Code Repositories

carlosh93/ColorMAE
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
image-classification-on-imagenetColorMAE-Green-ViTB-1600
Top 1 Accuracy: 83.8%
instance-segmentation-on-coco-3ColorMAE-Green-ViTB-1600
maskAP: 44.4
maskAP50: 67.8
maskAP75: 48
object-detection-on-coco-11ColorMAE-Green-ViTB-1600
boxAP: 50.1
boxAP50: 70.7
boxAP75: 54.7
semantic-segmentation-on-ade20kColorMAE-Green-ViTB-1600
Validation mIoU: 49.3

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
ColorMAE: Exploring data-independent masking strategies in Masked AutoEncoders | Papers | HyperAI