arXiv:2412.10995cs.CVcs.AI2024-12中稿 · 2025 IEEE/CVF Wint…被引 11

纯卷积网络RapidNet在移动端实现更高精度与更快推理速度。

RapidNet: Multi-Level Dilated Convolution Based Mobile Backbone

  • 采用多级空洞卷积扩大感受野,融合长程与短程特征
  • 最快模型RapidNet-Ti在iPhone 13 mini上达76.3%准确率,延迟0.9毫秒
  • 适合追求高效率的移动端视觉任务开发者

近年来,视觉变换器(ViT)在计算机视觉中占据主导地位,但其计算开销大,不适用于移动设备。这促使了基于卷积神经网络(CNN)与ViT的混合模型在移动端的流行。近期也出现了结合视觉图神经网络(ViG)与CNN的混合模型。然而,这些方法仍普遍慢于纯CNN模型。本文提出多级空洞卷积,设计出纯CNN架构的移动端骨干网络。多级空洞卷积可实现比标准卷积更大的理论感受野,并支持图像中远距离与近距离特征间的交互。实验表明,所提模型在图像分类、目标检测、实例分割和语义分割任务上,均优于现有最先进(SOTA)的移动端CNN、ViT、ViG及混合架构,在精度和/或速度上表现更优。其中最快模型RapidNet-Ti在ImageNet-1K上达到76.3%的Top-1准确率,于iPhone 13 mini NPU上的推理延迟为0.9毫秒,优于MobileNetV2x1.4(74.7%准确率,1.0毫秒延迟)。本工作表明,合理设计的纯CNN架构可在精度与速度上超越当前主流的混合与ViT模型。

原文摘要 · Abstract (English)

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.

移动端卷积网络空洞卷积高效推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。