From Semantics to Pixels: Coarse-to-Fine Masked Autoencoders for Hierarchical Visual Understanding

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

Summary

C2FMAE is a novel coarse-to-fine masked autoencoder designed to learn hierarchical visual representations by addressing the tension between global semantics and fine-grained detail in self-supervised pre-training. It operates across three data granularities: semantic masks, instance masks, and RGB images. The method employs two key innovations: a cascaded decoder that sequentially reconstructs from scene semantics to object instances to pixel details, and a progressive masking curriculum that dynamically shifts training focus from semantic-guided to instance-guided and then to random masking. To facilitate this, a large-scale multi-granular dataset with high-quality pseudo-labels for all 1.28M ImageNet-1K images was constructed. Experiments demonstrate that C2FMAE significantly improves performance on image classification, object detection, and semantic segmentation tasks.

Key takeaway

For research scientists developing self-supervised visual pre-training methods, C2FMAE's approach offers a robust framework for learning more generalizable representations. You should consider implementing cascaded decoders and progressive masking strategies to resolve the trade-off between global semantics and local details. This could lead to significant performance gains in downstream tasks like object detection and semantic segmentation.

Key insights

C2FMAE learns hierarchical visual representations by integrating coarse-to-fine masking and cascaded decoding.

Principles

Method

C2FMAE uses a cascaded decoder for sequential reconstruction and a progressive masking curriculum, shifting from semantic-guided to instance-guided to random masking, supported by a multi-granular ImageNet-1K dataset.

In practice

Topics

Best for: Research Scientist, AI Researcher, AI Scientist, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.