paper-with-me

홈 › Papers

SAViT: Structure-Aware Vision Transformer Pruning via Collaborative Optimization

2022-11-01 · NIPS 2022 11 · Zheng Chuanyang, Zheyang Li, Kai Zhang, Zhi Yang, Wenming Tan, Jun Xiao, Ye Ren, ShiLiang Pu

Vision Transformers (ViTs) yield impressive performance across various vision tasks. However, heavy computation and memory footprint make them inaccessible for edge devices. Previous works apply importance criteria determined independently by each individual component to prune ViTs. Considering that heterogeneous components in ViTs play distinct roles, these approaches lead to suboptimal performance. In this paper, we introduce joint importance, which integrates essential structural-aware interactions between components for the first time, to perform collaborative pruning. Based on the theoretical analysis, we construct a Taylor-based approximation to evaluate the joint importance. This guides pruning toward a more balanced reduction across all components. To further reduce the algorithm complexity, we incorporate the interactions into the optimization function under some mild assumptions. Moreover, the proposed method can be seamlessly applied to various tasks including object detection. Extensive experiments demonstrate the effectiveness of our method. Notably, the proposed approach outperforms the existing state-of-the-art approaches on ImageNet, increasing accuracy by 0.7% over the DeiT-Base baseline while saving 50% FLOPs. On COCO, we are the first to show that 70% FLOPs of FasterRCNN with ViT backbone can be removed with only 0.3% mAP drop.

📄 PDF Abstract BibTeX

Code (1)

hikvision-research/savit 공식 구현 pytorch

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

VersaViT: Enhancing MLLM Vision Backbones via Task-Guided Optimization

2026-02-10 · Yikun Liu, Yuan Liu, Shangzhe Di, Haicheng Wang 외 arxiv

Multimodal Large Language Models (MLLMs) have recently achieved remarkable success in visual-language understanding, demonstrating superior high-level semantic alignment within their vision encoders. An important questio…

Semantic SegmentationDepth Estimation

Neighbor-Aware Token Reduction via Hilbert Curve for Vision Transformers

2025-12-28 · Yunge Li, Lanyu Xu arxiv

Vision Transformers (ViTs) have achieved remarkable success in visual recognition tasks, but redundant token representations limit their computational efficiency. Existing token merging and pruning strategies often overl…

Computational Efficiency

LPViT: Low-Power Semi-structured Pruning for Vision Transformers

2024-07-02 · Kaixin Xu, Zhe Wang, Chunyun Chen, Xue Geng 외

Vision transformers have emerged as a promising alternative to convolutional neural networks for various image analysis tasks, offering comparable or superior performance. However, one significant drawback of ViTs is the…

Understanding Pruning Regimes in Vision-Language Models Through Domain-Aware Layer Selection

2026-03-17 · Saeed Khaki, Nima Safaei, Kamal Ginotra arxiv

Transformer-based vision-language models (VLMs) contain substantial depth redundancy, yet the effect of removing specific decoder layers remains poorly understood, especially for domains that require tight coupling betwe…

SPViT: Enabling Faster Vision Transformers via Soft Token Pruning

2021-12-27 · Zhenglun Kong, Peiyan Dong, Xiaolong Ma, Xin Meng 외

Recently, Vision Transformer (ViT) has continuously established new milestones in the computer vision field, while the high computation and memory cost makes its propagation in industrial production difficult. Pruning, a…

Efficient ViTsimage-classificationImage ClassificationModel Compression