English

Object-wise Masked Autoencoders for Fast Pre-training

Computer Vision and Pattern Recognition 2022-05-31 v1 Machine Learning

Abstract

Self-supervised pre-training for images without labels has recently achieved promising performance in image classification. The success of transformer-based methods, ViT and MAE, draws the community's attention to the design of backbone architecture and self-supervised task. In this work, we show that current masked image encoding models learn the underlying relationship between all objects in the whole scene, instead of a single object representation. Therefore, those methods bring a lot of compute time for self-supervised pre-training. To solve this issue, we introduce a novel object selection and division strategy to drop non-object patches for learning object-wise representations by selective reconstruction with interested region masks. We refer to this method ObjMAE. Extensive experiments on four commonly-used datasets demonstrate the effectiveness of our model in reducing the compute cost by 72% while achieving competitive performance. Furthermore, we investigate the inter-object and intra-object relationship and find that the latter is crucial for self-supervised pre-training.

Keywords

Cite

@article{arxiv.2205.14338,
  title  = {Object-wise Masked Autoencoders for Fast Pre-training},
  author = {Jiantao Wu and Shentong Mo},
  journal= {arXiv preprint arXiv:2205.14338},
  year   = {2022}
}
R2 v1 2026-06-24T11:31:40.808Z