RepNeXt: A Fast Multi-Scale CNN using Structural Reparameterization
Mingshu Zhao, Yi Luo, Yong Ouyang

TL;DR
RepNeXt is a novel, efficient multi-scale CNN that uses structural reparameterization to improve speed and accuracy for resource-limited vision tasks, outperforming existing lightweight models.
Contribution
It introduces RepNeXt, a new CNN architecture combining multi-scale features and structural reparameterization to enhance performance without sacrificing inference speed.
Findings
RepNeXt-M4 achieves 82.3% accuracy on ImageNet within 1.5ms on an iPhone 12.
RepNeXt outperforms current lightweight CNNs and ViTs in latency and accuracy.
Parameters are reduced by 0.7 million compared to similar models.
Abstract
In the realm of resource-constrained mobile vision tasks, the pursuit of efficiency and performance consistently drives innovation in lightweight Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs). While ViTs excel at capturing global context through self-attention mechanisms, their deployment in resource-limited environments is hindered by computational complexity and latency. Conversely, lightweight CNNs are favored for their parameter efficiency and low latency. This study investigates the complementary advantages of CNNs and ViTs to develop a versatile vision backbone tailored for resource-constrained applications. We introduce RepNeXt, a novel model series integrates multi-scale feature representations and incorporates both serial and parallel structural reparameterization (SRP) to enhance network depth and width without compromising inference speed. Extensive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Digital Imaging for Blood Diseases · Human Pose and Action Recognition
