paper-with-me

Papers

Rethinking Vision Transformer Depth via Structural Reparameterization

2025-11-24 · Chengwei Zhou, Vipin Chaudhary, Gourav Datta arxiv

The computational overhead of Vision Transformers in practice stems fundamentally from their deep architectures, yet existing acceleration strategies have primarily targeted algorithmic-level optimizations such as token pruning and attention speedup. This leaves an underexplored research question: can we reduce the number of stacked transformer layers while maintaining comparable representational capacity? To answer this, we propose a branch-based structural reparameterization technique that operates during the training phase. Our approach leverages parallel branches within transformer blocks that can be systematically consolidated into streamlined single-path models suitable for inference deployment. The consolidation mechanism works by gradually merging branches at the entry points of nonlinear components, enabling both feed-forward networks (FFN) and multi-head self-attention (MHSA) modules to undergo exact mathematical reparameterization without inducing approximation errors at test time. When applied to ViT-Tiny, the framework successfully reduces the original 12-layer architecture to 6, 4, or as few as 3 layers while maintaining classification accuracy on ImageNet-1K. The resulting compressed models achieve inference speedups of up to 37% on mobile CPU platforms. Our findings suggest that the conventional wisdom favoring extremely deep transformer stacks may be unnecessarily restrictive, and point toward new opportunities for constructing efficient vision transformers.

📄 PDF Abstract BibTeX arXiv:2511.19718

Code (0)

등록된 구현이 없습니다.

Similar 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…

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

Rethinking Fine-Tuning: Unlocking Hidden Capabilities in Vision-Language Models

2025-12-28 · Mingyuan Zhang, Yue Bai, Yifan Wang, Yiyang Huang 외 arxiv

Explorations in fine-tuning Vision-Language Models (VLMs), such as Low-Rank Adaptation (LoRA) from Parameter Efficient Fine-Tuning (PEFT), have made impressive progress. However, most approaches rely on explicit weight u…

WeedRepFormer: Reparameterizable Vision Transformers for Real-Time Waterhemp Segmentation and Gender Classification

2026-01-06 · Toqi Tahamid Sarker, Taminul Islam, Khaled R. Ahmed, Cristiana Bernardi Rankrape 외 arxiv

We present WeedRepFormer, a lightweight multi-task Vision Transformer designed for simultaneous waterhemp segmentation and gender classification. Existing agricultural models often struggle to balance the fine-grained fe…

Rethinking Depth Pruning for Vision Transformers: A Heterogeneity-Aware Perspective

2026-07-04 · Zhenfeng Su, Kang Zhao, Han Bao, Tao Yuan 외 arxiv

While prior studies have successfully compressed vision Transformers (ViTs) through various pruning techniques, most have concentrated on width pruning to achieve significant reductions in model size. Depth pruning, whic…