RapidNet: Multi-Level Dilated Convolution Based Mobile Backbone
Mustafa Munir, Md Mostafijur Rahman, Radu Marculescu
TL;DR
RapidNet presents a purely CNN mobile backbone built on Multi-Level Dilated Convolutions to enlarge receptive fields and enable multi-scale feature interactions without attention. By integrating MLDC with a large-kernel FFN and reparameterizable depthwise convolutions, RapidNet achieves competitive or superior accuracy and latency versus state-of-the-art mobile CNNs, ViTs, ViGs, and hybrids across ImageNet-1K, COCO, and ADE20K. The approach yields explicit gains in top-1 accuracy (e.g., RapidNet-Ti 76.3% on ImageNet-1K with 0.9 ms on iPhone), AP on object detection/segmentation, and mIoU on segmentation, demonstrating that well-designed CNNs can outperform more complex hybrid models on mobile hardware. These results highlight MLDC as a practical mechanism to trade increased receptive field for speed, offering a path toward more efficient mobile vision systems with strong cross-task transfer.
Abstract
Vision transformers (ViTs) have dominated computer vision in recent years. However, ViTs are computationally expensive and not well suited for mobile devices; this led to the prevalence of convolutional neural network (CNN) and ViT-based hybrid models for mobile vision applications. Recently, Vision GNN (ViG) and CNN hybrid models have also been proposed for mobile vision tasks. However, all of these methods remain slower compared to pure CNN-based models. In this work, we propose Multi-Level Dilated Convolutions to devise a purely CNN-based mobile backbone. Using Multi-Level Dilated Convolutions allows for a larger theoretical receptive field than standard convolutions. Different levels of dilation also allow for interactions between the short-range and long-range features in an image. Experiments show that our proposed model outperforms state-of-the-art (SOTA) mobile CNN, ViT, ViG, and hybrid architectures in terms of accuracy and/or speed on image classification, object detection, instance segmentation, and semantic segmentation. Our fastest model, RapidNet-Ti, achieves 76.3\% top-1 accuracy on ImageNet-1K with 0.9 ms inference latency on an iPhone 13 mini NPU, which is faster and more accurate than MobileNetV2x1.4 (74.7\% top-1 with 1.0 ms latency). Our work shows that pure CNN architectures can beat SOTA hybrid and ViT models in terms of accuracy and speed when designed properly.
