paper-with-me

홈 › 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 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.

📄 PDF Abstract BibTeX arXiv:2407.13036

Code (1)

carlosh93/ColorMAE 공식 구현 pytorch

Tasks

Image ClassificationInstance SegmentationObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

Advancing Vision-based Human Action Recognition: Exploring Vision-Language CLIP Model for Generalisation in Domain-Independent Tasks

2025-07-24 · Utkarsh Shandilya, Marsha Mariya Kappan, Sanyam Jain, Vijeta Sharma arxiv

Human action recognition plays a critical role in healthcare and medicine, supporting applications such as patient behavior monitoring, fall detection, surgical robot supervision, and procedural skill assessment. While t…

Action Recognition

Beyond Random Masking: A Dual-Stream Approach for Rotation-Invariant Point Cloud Masked Autoencoders

2025-09-18 · Xuanhua Yin, Dingxin Zhang, Yu Feng, Shunqi Mao 외 arxiv

Existing rotation-invariant point cloud masked autoencoders (MAE) rely on random masking strategies that overlook geometric structure and semantic coherence. Random masking treats patches independently, failing to captur…

GD-MAE: Generative Decoder for MAE Pre-training on LiDAR Point Clouds

2022-12-06 · CVPR 2023 1 · Honghui Yang, Tong He, Jiaheng Liu, Hua Chen 외

Despite the tremendous progress of Masked Autoencoders (MAE) in developing vision tasks such as image and video, exploring MAE in large-scale 3D point clouds remains challenging due to the inherent irregularity. In contr…

Decoder

dUltra: Ultra-Fast Diffusion Language Models via Reinforcement Learning

2025-12-24 · Shirui Chen, Jiantao Jiao, Lillian J. Ratliff, Banghua Zhu arxiv

Masked diffusion language models (MDLMs) offer the potential for parallel token generation, but most open-source MDLMs decode fewer than 5 tokens per model forward pass even with sophisticated sampling strategies, limiti…

Reinforcement LearningMathematical ReasoningCode Generation

Reconstruct or Generate: Exploring the Spectrum of Generative Modeling for Cardiac MRI

2025-07-25 · Niklas Bubeck, Yundi Zhang, Suprosanna Shit, Daniel Rueckert 외 arxiv

In medical imaging, generative models are increasingly relied upon for two distinct but equally critical tasks: reconstruction, where the goal is to restore medical imaging (usually inverse problems like inpainting or su…

Image InpaintingImage Generation