paper-with-me

홈 › Papers

TAP-ViTs: Task-Adaptive Pruning for On-Device Deployment of Vision Transformers

2026-01-05 · Zhibo Wang, Zuoyuan Zhang, Xiaoyi Pang, Qile Zhang, Xuanyi Hao, Shuguo Zhuo, Peng Sun arxiv

Vision Transformers (ViTs) have demonstrated strong performance across a wide range of vision tasks, yet their substantial computational and memory demands hinder efficient deployment on resource-constrained mobile and edge devices. Pruning has emerged as a promising direction for reducing ViT complexity. However, existing approaches either (i) produce a single pruned model shared across all devices, ignoring device heterogeneity, or (ii) rely on fine-tuning with device-local data, which is often infeasible due to limited on-device resources and strict privacy constraints. As a result, current methods fall short of enabling task-customized ViT pruning in privacy-preserving mobile computing settings. This paper introduces TAP-ViTs, a novel task-adaptive pruning framework that generates device-specific pruned ViT models without requiring access to any raw local data. Specifically, to infer device-level task characteristics under privacy constraints, we propose a Gaussian Mixture Model (GMM)-based metric dataset construction mechanism. Each device fits a lightweight GMM to approximate its private data distribution and uploads only the GMM parameters. Using these parameters, the cloud selects distribution-consistent samples from public data to construct a task-representative metric dataset for each device. Based on this proxy dataset, we further develop a dual-granularity importance evaluation-based pruning strategy that jointly measures composite neuron importance and adaptive layer importance, enabling fine-grained, task-aware pruning tailored to each device's computational budget. Extensive experiments across multiple ViT backbones and datasets demonstrate that TAP-ViTs consistently outperforms state-of-the-art pruning methods under comparable compression ratios.

📄 PDF Abstract BibTeX arXiv:2601.02437

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HeatViT: Hardware-Efficient Adaptive Token Pruning for Vision Transformers

2022-11-15 · Peiyan Dong, Mengshu Sun, Alec Lu, Yanyue Xie 외

While vision transformers (ViTs) have continuously achieved new milestones in the field of computer vision, their sophisticated network architectures with high computation and memory costs have impeded their deployment o…

Quantization

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

VTC-LFC: Vision Transformer Compression with Low-Frequency Components

2022-11-01 · NIPS 2022 11 · Zhenyu Wang, Hao Luo, Pichao Wang, Feng Ding 외

Although Vision transformers (ViTs) have recently dominated many vision tasks, deploying ViT models on resource-limited devices remains a challenging problem. To address such a challenge, several methods have been propos…

Pruning Parameterization With Bi-Level Optimization for Efficient Semantic Segmentation on the Edge

2023-01-01 · CVPR 2023 1 · Changdi Yang, Pu Zhao, Yanyu Li, Wei Niu 외

With the ever-increasing popularity of edge devices, it is necessary to implement real-time segmentation on the edge for autonomous driving and many other applications. Vision Transformers (ViTs) have shown considera…

Autonomous DrivingSegmentationSemantic Segmentation

Token Fusion: Bridging the Gap between Token Pruning and Token Merging

2023-12-02 · Minchul Kim, Shangqian Gao, Yen-Chang Hsu, Yilin Shen 외

Vision Transformers (ViTs) have emerged as powerful backbones in computer vision, outperforming many traditional CNNs. However, their computational overhead, largely attributed to the self-attention mechanism, makes depl…

Computational EfficiencyImage Generation