paper-with-me

Papers

EdgeNeXt: Efficiently Amalgamated CNN-Transformer Architecture for Mobile Vision Applications

2022-06-21 · Muhammad Maaz, Abdelrahman Shaker, Hisham Cholakkal, Salman Khan, Syed Waqas Zamir, Rao Muhammad Anwer, Fahad Shahbaz Khan

In the pursuit of achieving ever-increasing accuracy, large and complex neural networks are usually developed. Such models demand high computational resources and therefore cannot be deployed on edge devices. It is of great interest to build resource-efficient general purpose networks due to their usefulness in several application areas. In this work, we strive to effectively combine the strengths of both CNN and Transformer models and propose a new efficient hybrid architecture EdgeNeXt. Specifically in EdgeNeXt, we introduce split depth-wise transpose attention (STDA) encoder that splits input tensors into multiple channel groups and utilizes depth-wise convolution along with self-attention across channel dimensions to implicitly increase the receptive field and encode multi-scale features. Our extensive experiments on classification, detection and segmentation tasks, reveal the merits of the proposed approach, outperforming state-of-the-art methods with comparatively lower compute requirements. Our EdgeNeXt model with 1.3M parameters achieves 71.2% top-1 accuracy on ImageNet-1K, outperforming MobileViT with an absolute gain of 2.2% with 28% reduction in FLOPs. Further, our EdgeNeXt model with 5.6M parameters achieves 79.4% top-1 accuracy on ImageNet-1K. The code and models are available at https://t.ly/_Vu9.

📄 PDF Abstract BibTeX arXiv:2206.10589

Code (8)

mmaaz60/EdgeNeXt 공식 구현 pytorch
2023-MindSpore-1/ms-code-149 mindspore
MS-Mind/MS-Code-02/tree/main/configs/edgenext mindspore
alibaba-miil/solving_imagenet pytorch
amshaker/swiftformer pytorch
leondgarse/keras_cv_attention_models/tree/main/keras_cv_attention_models/edgenext tf
rwightman/pytorch-image-models pytorch
https://gitlab.com/birder/birder pytorch

Tasks

Image ClassificationObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
MobileViT MobileViT is a vision transformer that is tuned to mobile phone
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

ParFormer: A Vision Transformer with Parallel Mixer and Sparse Channel Attention Patch Embedding

2024-03-22 · Novendra Setyawan, Ghufron Wahyu Kurniawan, Chi-Chia Sun, Jun-Wei Hsieh 외

Convolutional Neural Networks (CNNs) and Transformers have achieved remarkable success in computer vision tasks. However, their deep architectures often lead to high computational redundancy, making them less suitable fo…

GPUImage ClassificationInstance Segmentationobject-detection+3

Rethinking Mobile Block for Efficient Attention-based Models

2023-01-03 · ICCV 2023 1 · Jiangning Zhang, Xiangtai Li, Jian Li, Liang Liu 외

This paper focuses on developing modern, efficient, lightweight models for dense predictions while trading off parameters, FLOPs, and performance. Inverted Residual Block (IRB) serves as the infrastructure for lightweigh…

Unity

MicroViTv2: Beyond the FLOPS for Edge Energy-Friendly Vision Transformers

2026-05-11 · Novendra Setyawan, Chi-Chia Sun, Mao-Hsiu Hsu, Wen-Kai Kuo 외 arxiv

The Vision Transformer (ViT) achieves remarkable accuracy across visual tasks but remains computationally expensive for edge deployment. This paper presents MicroViTv2, a lightweight Vision Transformer optimized for real…

EdgeFace: Efficient Face Recognition Model for Edge Devices

2023-07-04 · Anjith George, Christophe Ecabert, Hatef Otroshi Shahreza, Ketan Kotwal 외

In this paper, we present EdgeFace, a lightweight and efficient face recognition network inspired by the hybrid architecture of EdgeNeXt. By effectively combining the strengths of both CNN and Transformer models, and a l…

Face RecognitionLightweight Face Recognitionmodel

SugarcaneShuffleNet: A Very Fast, Lightweight Convolutional Neural Network for Diagnosis of 15 Sugarcane Leaf Diseases

2025-08-23 · Shifat E. Arman, Hasan Muhammad Abdullah, Syed Nazmus Sakib, RM Saiem 외 arxiv

Despite progress in AI-based plant diagnostics, sugarcane farmers in low-resource regions remain vulnerable to leaf diseases due to the lack of scalable, efficient, and interpretable tools. Many deep learning models fail…

Transfer Learning