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

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

21 Jun 2022arXiv:2206.10589archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2206.10589")

Code

Syntology Ran 1 of 10 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · violated contract.

By repository: community (archive-listed): 10 samples from 2 repositories, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mmaaz60/EdgeNeXt officialmentioned on GitHubpytorch report
alibaba-miil/solving_imagenet mentioned on GitHubpytorchApache-2.0 report
amshaker/swiftformer mentioned on GitHubpytorch report
rwightman/pytorch-image-models mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 1 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
9unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

str2bool MS-Mind/MS-Code-02/config.py community (archive-listed) ran · violated contract Apache-2.0 (permissive) · 17061f7e01a6fc86 · report
checkpoint_filter_fn alibaba-miil/solving_imagenet/models/convnext.py community (archive-listed) unverified Apache-2.0 (permissive) · 490b21bf78e1dd8c · report
checkpoint_filter_fn alibaba-miil/solving_imagenet/models/cait.py community (archive-listed) unverified Apache-2.0 (permissive) · 990768f15029c37e · report
checkpoint_filter_fn alibaba-miil/solving_imagenet/models/coat.py community (archive-listed) unverified Apache-2.0 (permissive) · de23eca1d0c4deda · report
create_stem alibaba-miil/solving_imagenet/models/cspnet.py community (archive-listed) unverified Apache-2.0 (permissive) · ec39382a920dc48d · report
gen_relative_position_index alibaba-miil/solving_imagenet/models/beit.py community (archive-listed) unverified Apache-2.0 (permissive) · 99272339ad32648c · report
insert_cls alibaba-miil/solving_imagenet/models/coat.py community (archive-listed) unverified Apache-2.0 (permissive) · dd4963bc37f4070b · report
interleave_blocks alibaba-miil/solving_imagenet/models/byobnet.py community (archive-listed) unverified Apache-2.0 (permissive) · d2f354582c2bc6f9 · report
parse_args MS-Mind/MS-Code-02/config.py community (archive-listed) unverified Apache-2.0 (permissive) · eb0a3a17d4e9e9a1 · report
remove_cls alibaba-miil/solving_imagenet/models/coat.py community (archive-listed) unverified Apache-2.0 (permissive) · ccdb9b1e0c522c8d · report

Tasks

Image ClassificationObject DetectionSemantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Classification ImageNet EdgeNeXt-S GFLOPs 2.6 #758 of 1060 Archive leaderboard report
Image Classification ImageNet EdgeNeXt-S Number of params 5.6M #758 of 1060 Archive leaderboard report
Image Classification ImageNet EdgeNeXt-S Top 1 Accuracy 79.4% #758 of 1060 Archive leaderboard report
Image Classification ImageNet EdgeNeXt-XXS GFLOPs 0.522 #1013 of 1060 Archive leaderboard report
Image Classification ImageNet EdgeNeXt-XXS Number of params 1.3M #1013 of 1060 Archive leaderboard report
Image Classification ImageNet EdgeNeXt-XXS Top 1 Accuracy 71.2% #1013 of 1060 Archive leaderboard report
Semantic Segmentation PASCAL VOC 2012 test EdgeNeXt FLOPS 8.7G #30 of 51 Archive leaderboard report
Semantic Segmentation PASCAL VOC 2012 test EdgeNeXt Mean IoU 80.2% #30 of 51 Archive leaderboard report
Semantic Segmentation PASCAL VOC 2012 test EdgeNeXt Params 6.5M #30 of 51 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPEConvolutionDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMobileViTMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections