paper-with-me

Papers

MobileViG: Graph-Based Sparse Attention for Mobile Vision Applications

2023-07-01 · Mustafa Munir, William Avery, Radu Marculescu

Traditionally, convolutional neural networks (CNN) and vision transformers (ViT) have dominated computer vision. However, recently proposed vision graph neural networks (ViG) provide a new avenue for exploration. Unfortunately, for mobile applications, ViGs are computationally expensive due to the overhead of representing images as graph structures. In this work, we propose a new graph-based sparse attention mechanism, Sparse Vision Graph Attention (SVGA), that is designed for ViGs running on mobile devices. Additionally, we propose the first hybrid CNN-GNN architecture for vision tasks on mobile devices, MobileViG, which uses SVGA. Extensive experiments show that MobileViG beats existing ViG models and existing mobile CNN and ViT architectures in terms of accuracy and/or speed on image classification, object detection, and instance segmentation tasks. Our fastest model, MobileViG-Ti, achieves 75.7% top-1 accuracy on ImageNet-1K with 0.78 ms inference latency on iPhone 13 Mini NPU (compiled with CoreML), which is faster than MobileNetV2x1.4 (1.02 ms, 74.7% top-1) and MobileNetV2x1.0 (0.81 ms, 71.8% top-1). Our largest model, MobileViG-B obtains 82.6% top-1 accuracy with only 2.30 ms latency, which is faster and more accurate than the similarly sized EfficientFormer-L3 model (2.77 ms, 82.4%). Our work proves that well designed hybrid CNN-GNN architectures can be a new avenue of exploration for designing models that are extremely fast and accurate on mobile devices. Our code is publicly available at https://github.com/SLDGroup/MobileViG.

📄 PDF Abstract BibTeX arXiv:2307.00395

Code (1)

sldgroup/mobilevig 공식 구현 pytorch

Tasks

Graph Attentionimage-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 제목 키워드 기반

Scaling Graph Convolutions for Mobile Vision

2024-06-09 · William Avery, Mustafa Munir, Radu Marculescu

To compete with existing mobile architectures, MobileViG introduces Sparse Vision Graph Attention (SVGA), a fast token-mixing operator based on the principles of GNNs. However, MobileViG scales poorly with model size, fa…

Graph AttentionGraph Neural Networkimage-classificationImage Classification+4

Vision Transformers for Mobile Applications: A Short Survey

2023-05-30 · Nahid Alam, Steven Kolawole, Simardeep Sethi, Nishant Bansali 외

Vision Transformers (ViTs) have demonstrated state-of-the-art performance on many Computer Vision Tasks. Unfortunately, deploying these large-scale ViTs is resource-consuming and impossible for many mobile devices. While…

Survey

Mobile V-MoEs: Scaling Down Vision Transformers via Sparse Mixture-of-Experts

2023-09-08 · Erik Daxberger, Floris Weers, BoWen Zhang, Tom Gunter 외

Sparse Mixture-of-Experts models (MoEs) have recently gained popularity due to their ability to decouple model size from inference efficiency by only activating a small subset of the model parameters for any given input …

Mixture-of-Experts

HopGAT: Hop-aware Supervision Graph Attention Networks for Sparsely Labeled Graphs

2020-04-09 · Chaojie Ji, Ruxin Wang, Rongxiang Zhu, Yunpeng Cai 외

Due to the cost of labeling nodes, classifying a node in a sparsely labeled graph while maintaining the prediction accuracy deserves attention. The key point is how the algorithm learns sufficient information from more n…

General ClassificationGraph AttentionNode Classification

ACC-ViT : Atrous Convolution's Comeback in Vision Transformers

2024-03-07 · Nabil Ibtehaz, Ning Yan, Masood Mortazavi, Daisuke Kihara

Transformers have elevated to the state-of-the-art vision architectures through innovations in attention mechanism inspired from visual perception. At present two classes of attentions prevail in vision transformers, reg…

Contrastive LearningMedical Image Analysisobject-detectionObject Detection+1