paper-with-me

Papers

RapidNet: Multi-Level Dilated Convolution Based Mobile Backbone

2024-12-14 · Mustafa Munir, Md Mostafijur Rahman, Radu Marculescu

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.

📄 PDF Abstract BibTeX arXiv:2412.10995

Code (1)

mmunir127/rapidnet-official 공식 구현 pytorch

Tasks

image-classificationImage ClassificationInstance Segmentationobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

D2Conv3D: Dynamic Dilated Convolutions for Object Segmentation in Videos

2021-11-15 · WACV 2021 11 · Christian Schmidt, Ali Athar, Sabarinath Mahadevan, Bastian Leibe

Despite receiving significant attention from the research community, the task of segmenting and tracking objects in monocular videos still has much room for improvement. Existing works have simultaneously justified the e…

Multi-Object Tracking and SegmentationSegmentationSemantic SegmentationUnsupervised Video Object Segmentation+4

D^2Conv3D: Dynamic Dilated Convolutions for Object Segmentation in Videos

2021-11-15 · Christian Schmidt, Ali Athar, Sabarinath Mahadevan, Bastian Leibe

Despite receiving significant attention from the research community, the task of segmenting and tracking objects in monocular videos still has much room for improvement. Existing works have simultaneously justified the e…

SegmentationSemantic SegmentationUnsupervised Video Object SegmentationVideo Object Segmentation+2

Towards Lightweight Hyperspectral Image Super-Resolution with Depthwise Separable Dilated Convolutional Network

2025-05-01 · Usman Muhammad, Jorma Laaksonen, Lyudmila Mihaylova

Deep neural networks have demonstrated highly competitive performance in super-resolution (SR) for natural images by learning mappings from low-resolution (LR) to high-resolution (HR) images. However, hyperspectral super…

Hyperspectral Image Super-ResolutionImage Super-ResolutionSuper-Resolution

EfficientFCN: Holistically-guided Decoding for Semantic Segmentation

2020-08-24 · ECCV 2020 8 · Jianbo Liu, Junjun He, Jiawei Zhang, Jimmy S. Ren 외

Both performance and efficiency are important to semantic segmentation. State-of-the-art semantic segmentation algorithms are mostly based on dilated Fully Convolutional Networks (dilatedFCN), which adopt dilated convolu…

DecoderSegmentationSemantic Segmentation

Semantic-Unit-Based Dilated Convolution for Multi-Label Text Classification

2018-08-26 · EMNLP 2018 10 · Junyang Lin, Qi Su, Pengcheng Yang, Shuming Ma 외

We propose a novel model for multi-label text classification, which is based on sequence-to-sequence learning. The model generates higher-level semantic unit representations with multi-level dilated convolution as well a…

ClassificationGeneral ClassificationMulti Label Text ClassificationMulti-Label Text Classification+2