THU-MIG/RepViT
RepViT: Revisiting Mobile CNN From ViT Perspective [CVPR 2024] and RepViT-SAM: Towards Real-Time Segmenting Anything observed · 2026-08-28
Health v2 · maintenance only
19/100
- Activity 0
- Release rhythm 8
- Longevity 81
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1143
- days_rel: n/a
- days_push: 810
- n_releases_24m: 0
Adoption not part of the score
1108 stars · 83 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Official PyTorch implementation of RepViT, a family of lightweight CNNs designed by integrating efficient ViT architectural designs into MobileNetV3, and RepViT-SAM, a real-time Segment Anything variant. It provides pretrained models achieving state-of-the-art accuracy-latency trade-offs on mobile devices, including over 80% ImageNet top-1 accuracy at 1.0 ms latency on iPhone 12.
Use cases
- run segment anything in real time on mobile devices
- lightweight image classification model for edge deployment
- replace SAM image encoder with a faster CNN backbone
- deploy vision models on iPhone with Core ML
- pretrained lightweight backbone for downstream vision tasks
- compare lightweight CNN vs ViT architectures
When to choose
- you need SAM-style segmentation with near real-time latency on resource-constrained devices
- you want a lightweight CNN backbone that outperforms lightweight ViTs on mobile latency
- you need pretrained ImageNet models with excellent accuracy-latency trade-offs
When to avoid
- you need a general-purpose vision framework rather than specific model architectures
- you require transformer-based backbones with self-attention
- your deployment targets are not latency-sensitive or mobile
Facets
library · maturity stable
machine-learning deep-learning computer-vision image-processing computer-vision deep-learning machine-learning image-processing python cross-platform vision-transformer cnn segment-anything mobile-deployment image-classification semantic-segmentation cvpr-2024 pytorch model-architecture repvit gpu
6 sources
- readme: https://github.com/THU-MIG/RepViT · fetched 2026-08-28 · 8985df881a03
- homepage: https://arxiv.org/abs/2307.09283 · fetched 2026-08-29 · c87037143037
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| THU-MIG/RepViT | main | 19 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem