Designing BERT for Convolutional Networks: Sparse and Hierarchical Masked Modeling
Keyu Tian, Yi Jiang, Qishuai Diao, Chen Lin, Liwei Wang, Zehuan, Yuan

TL;DR
This paper introduces SparK, a novel masked image modeling approach for convolutional networks using sparse convolution and hierarchical decoding, leading to significant improvements in downstream tasks.
Contribution
It presents the first use of sparse convolution for 2D masked modeling and develops a hierarchical decoder, enabling effective pre-training of convnets without backbone modifications.
Findings
Outperforms state-of-the-art contrastive and masked modeling methods by around 1%
Achieves up to 3.5% improvements in object detection and segmentation
Shows better scaling behavior with larger models
Abstract
We identify and overcome two key obstacles in extending the success of BERT-style pre-training, or the masked image modeling, to convolutional networks (convnets): (i) convolution operation cannot handle irregular, random-masked input images; (ii) the single-scale nature of BERT pre-training is inconsistent with convnet's hierarchical structure. For (i), we treat unmasked pixels as sparse voxels of 3D point clouds and use sparse convolution to encode. This is the first use of sparse convolution for 2D masked modeling. For (ii), we develop a hierarchical decoder to reconstruct images from multi-scale encoded features. Our method called Sparse masKed modeling (SparK) is general: it can be used directly on any convolutional model without backbone modifications. We validate it on both classical (ResNet) and modern (ConvNeXt) models: on three downstream tasks, it surpasses both…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsMulti-Head Attention · Attention Is All You Need · Residual Connection · Dense Connections · Layer Normalization · Softmax · WordPiece · Attention Dropout · Convolution · Weight Decay
