Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

More ConvNets in the 2020s: Scaling up Kernels Beyond 51x51 using Sparsity

About

Transformers have quickly shined in the computer vision world since the emergence of Vision Transformers (ViTs). The dominant role of convolutional neural networks (CNNs) seems to be challenged by increasingly effective transformer-based models. Very recently, a couple of advanced convolutional models strike back with large kernels motivated by the local-window attention mechanism, showing appealing performance and efficiency. While one of them, i.e. RepLKNet, impressively manages to scale the kernel size to 31x31 with improved performance, the performance starts to saturate as the kernel size continues growing, compared to the scaling trend of advanced ViTs such as Swin Transformer. In this paper, we explore the possibility of training extreme convolutions larger than 31x31 and test whether the performance gap can be eliminated by strategically enlarging convolutions. This study ends up with a recipe for applying extremely large kernels from the perspective of sparsity, which can smoothly scale up kernels to 61x61 with better performance. Built on this recipe, we propose Sparse Large Kernel Network (SLaK), a pure CNN architecture equipped with sparse factorized 51x51 kernels that can perform on par with or better than state-of-the-art hierarchical Transformers and modern ConvNet architectures like ConvNeXt and RepLKNet, on ImageNet classification as well as a wide range of downstream tasks including semantic segmentation on ADE20K, object detection on PASCAL VOC 2007, and object detection/segmentation on MS COCO.

Shiwei Liu, Tianlong Chen, Xiaohan Chen, Xuxi Chen, Qiao Xiao, Boqian Wu, Tommi K\"arkk\"ainen, Mykola Pechenizkiy, Decebal Mocanu, Zhangyang Wang• 2022

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU50.2
2731
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy84
1866
Image ClassificationImageNet-1k (val)
Top-1 Accuracy84
1453
ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy (%)84
1155
Object DetectionCOCO (val)--
613
Image ClassificationImageNet-1K
Top-1 Acc84
524
Image ClassificationImageNet-1k (val)
Top-1 Accuracy84
512
Instance SegmentationCOCO (val)
APmk44.3
472
Image ClassificationImageNet-1k (val)
Top-1 Acc84
287
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy85.5
92
Showing 10 of 12 rows

Other info

Follow for update