Papers › FasterViT: Fast Vision Transformers with Hierarchical Attention

FasterViT: Fast Vision Transformers with Hierarchical Attention

9 Jun 2023arXiv:2306.06189archive 2025-07-28

Ali Hatamizadeh, Greg Heinrich, Hongxu Yin, Andrew Tao, Jose M. Alvarez, Jan Kautz, Pavlo Molchanov

We design a new family of hybrid CNN-ViT neural networks, named FasterViT, with a focus on high image throughput for computer vision (CV) applications. FasterViT combines the benefits of fast local representation learning in CNNs and global modeling properties in ViT. Our newly introduced Hierarchical Attention (HAT) approach decomposes global self-attention with quadratic complexity into a multi-level attention with reduced computational costs. We benefit from efficient window-based self-attention. Each window has access to dedicated carrier tokens that participate in local and global representation learning. At a high level, global self-attentions enable the efficient cross-window communication at lower costs. FasterViT achieves a SOTA Pareto-front in terms of accuracy and image throughput. We have extensively validated its effectiveness on various CV tasks including classification, object detection and segmentation. We also show that HAT can be used as a plug-and-play module for existing networks and enhance them. We further demonstrate significantly faster and more accurate performance than competitive counterparts for images with high resolution. Code is available at https://github.com/NVlabs/FasterViT.

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="2306.06189")

Code

Syntology Ran 4 of 9 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

NVlabs/FasterViT officialmentioned in papermentioned 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

9 samples harvested; 4 ran; 0 honoured the contract we drafted; 5 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 · our draft was wrong
2ran · fixture could not drive it
1ran
5unverified

Licence: 9 of the 9 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 NVlabs/FasterViT. “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.

PosEmbMLPSwinv1D NVlabs/FasterViT/fastervit/models/faster_vit.py official repository ran licence not identified · pointer only · 7f3339b6431dadb2 · report
ct_dewindow NVlabs/FasterViT/fastervit/models/faster_vit.py official repository ran · fixture could not drive it licence not identified · pointer only · 461e5cfacd06764d · report
window_partition NVlabs/FasterViT/fastervit/models/faster_vit.py official repository ran · fixture could not drive it fingerprinted licence not identified · pointer only · 7072909ab4fb3b25 · report
window_reverse NVlabs/FasterViT/fastervit/models/faster_vit.py official repository ran · our draft was wrong licence not identified · pointer only · 1577313e8d258159 · report
HAT NVlabs/FasterViT/fastervit/models/faster_vit.py official repository unverified licence not identified · pointer only · f357b45220a1fcf9 · report
Mlp NVlabs/FasterViT/fastervit/models/faster_vit.py official repository unverified licence not identified · pointer only · 128ed4df18554274 · report
PosEmbMLPSwinv2D NVlabs/FasterViT/fastervit/models/faster_vit.py official repository unverified licence not identified · pointer only · d6a720427c459fa8 · report
WindowAttention NVlabs/FasterViT/fastervit/models/faster_vit.py official repository unverified licence not identified · pointer only · c8568529946c5652 · report
ct_window NVlabs/FasterViT/fastervit/models/faster_vit.py official repository unverified licence not identified · pointer only · 808ccf2de8e71b9d · report

Tasks

Image ClassificationObject DetectionRepresentation Learningobject-detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Classification ImageNet FasterViT-6 GFLOPs 142 #199 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-6 Number of params 1360M #199 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-6 Top 1 Accuracy 85.8% #199 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-5 GFLOPs 113 #217 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-5 Number of params 957.5M #217 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-5 Top 1 Accuracy 85.6% #217 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-4 GFLOPs 36.6 #235 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-4 Number of params 424.6M #235 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-4 Top 1 Accuracy 85.4% #235 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-3 GFLOPs 18.2 #282 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-3 Number of params 159.5M #282 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-3 Top 1 Accuracy 84.9% #282 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-2 GFLOPs 8.7 #340 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-2 Number of params 75.9M #340 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-2 Top 1 Accuracy 84.2% #340 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-1 GFLOPs 5.3 #459 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-1 Number of params 53.4M #459 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-1 Top 1 Accuracy 83.2% #459 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-0 GFLOPs 3.3 #578 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-0 Number of params 31.4M #578 of 1060 Archive leaderboard report
Image Classification ImageNet FasterViT-0 Top 1 Accuracy 82.1% #578 of 1060 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

Focus

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