paper-with-me

Papers

RepNeXt: A Fast Multi-Scale CNN using Structural Reparameterization

2024-06-23 · Mingshu Zhao, Yi Luo, Yong Ouyang

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 experiments demonstrate RepNeXt's superiority over current leading lightweight CNNs and ViTs, providing advantageous latency across various vision benchmarks. RepNeXt-M4 matches RepViT-M1.5's 82.3\% accuracy on ImageNet within 1.5ms on an iPhone 12, outperforms its AP$^{box}$ by 1.3 on MS-COCO, and reduces parameters by 0.7M. Codes and models are available at https://github.com/suous/RepNeXt.

📄 PDF Abstract BibTeX arXiv:2406.16004

Code (1)

suous/repnext 공식 구현 pytorch

Similar Papers 제목 키워드 기반

FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization

2023-03-24 · ICCV 2023 1 · Pavan Kumar Anasosalu Vasu, James Gabriel, Jeff Zhu, Oncel Tuzel 외

The recent amalgamation of transformer and convolutional designs has led to steady improvements in accuracy and efficiency of the models. In this work, we introduce FastViT, a hybrid vision transformer architecture that …

3D Hand Pose EstimationGPUimage-classificationImage Classification+1

Reparameterization Gradients through Acceptance-Rejection Sampling Algorithms

2016-10-18 · Christian A. Naesseth, Francisco J. R. Ruiz, Scott W. Linderman, David M. Blei

Variational inference using the reparameterization trick has enabled large-scale approximate Bayesian inference in complex probabilistic models, leveraging stochastic optimization to sidestep intractable expectations. Th…

Bayesian InferenceStochastic OptimizationVariational Inference

Towards Flexible Inductive Bias via Progressive Reparameterization Scheduling

2022-10-04 · Yunsung Lee, Gyuseong Lee, Kwangrok Ryoo, Hyojun Go 외

There are two de facto standard architectures in recent computer vision: Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs). Strong inductive biases of convolutions help the model learn sample effectivel…

Inductive BiasScheduling

MobileViCLIP: An Efficient Video-Text Model for Mobile Devices

2025-08-10 · Min Yang, Zihan Jia, Zhilin Dai, Sheng Guo 외 arxiv

Efficient lightweight neural networks are with increasing attention due to their faster reasoning speed and easier deployment on mobile devices. However, existing video pre-trained models still focus on the common ViT ar…

Reparameterization through Spatial Gradient Scaling

2023-03-05 · Alexander Detkov, Mohammad Salameh, Muhammad Fetrat Qharabagh, Jialin Zhang 외

Reparameterization aims to improve the generalization of deep neural networks by transforming convolutional layers into equivalent multi-branched structures during training. However, there exists a gap in understanding h…