paper-with-me

홈 › Papers

Amortized-Precision Quantization for Early-Exit Vision Transformers

2026-05-08 · Rui Fang, Hsi-Wen Chen, Ming-Syan Chen arxiv

Vision Transformers (ViTs) achieve strong performance across vision tasks, yet their deployment with low-precision early exiting remains fragile. Existing quantization methods assume static full-depth execution, making them unstable when exit decisions are perturbed by quantization noise, which can amplify errors along dynamic inference paths. In this paper, we introduce Amortized-Precision Quantization (APQ), a utilization-aware formulation that accounts for layer-wise stochastic exposure to quantization noise and reveals depth-precision trade-offs. Building on APQ, we propose Mutual Adaptive Quantization with Early Exiting (MAQEE), a bi-level framework that jointly optimizes exit thresholds and bit-widths under explicit risk control to improve inference stability. MAQEE establishes a superior Pareto frontier in the accuracy-efficiency trade-off, reducing BOPs by up to 95% while maintaining accuracy and outperforming strong baselines by up to 20\% across classification, detection, and segmentation tasks.

📄 PDF Abstract BibTeX arXiv:2605.07317

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

McQueen : Mixed Precision Quantization of Early Exit Networks

2023-11-20 · British Machine Vision Conference (BMVC) 2023 11 · Utkarsh Saxena; Kaushik Roy

Mixed precision quantization offers a promising way of obtaining the optimal tradeoff between model complexity and accuracy. However, most quantization techniques do not support input adaptive execution of neural network…

Quantization

Patch-wise Mixed-Precision Quantization of Vision Transformer

2023-05-11 · Junrui Xiao, Zhikai Li, Lianwei Yang, Qingyi Gu

As emerging hardware begins to support mixed bit-width arithmetic computation, mixed-precision quantization is widely used to reduce the complexity of neural networks. However, Vision Transformers (ViTs) require complex …

QuantizationSensitivity

Predicting Probabilities of Error to Combine Quantization and Early Exiting: QuEE

2024-06-20 · Florence Regol, Joud Chataoui, Bertrand Charpentier, Mark Coates 외

Machine learning models can solve complex tasks but often require significant computational resources during inference. This has led to the development of various post-training computation reduction methods that tackle t…

Quantization

BitSkip: An Empirical Analysis of Quantization and Early Exit Composition in Transformers

2025-10-27 · Ramshankar Bhuvaneswaran, Handan Liu arxiv

The pursuit of efficient Large Language Models (LLMs) has led to increasingly complex techniques like extreme quantization and dynamic routing. While individual benefits of these methods are well-documented, their compos…

APTQ: Attention-aware Post-Training Mixed-Precision Quantization for Large Language Models

2024-02-21 · Ziyi Guan, Hantao Huang, Yupeng Su, Hong Huang 외

Large Language Models (LLMs) have greatly advanced the natural language processing paradigm. However, the high computational load and huge model sizes pose a grand challenge for deployment on edge devices. To this end, w…

Quantization