paper-with-me

홈 › Papers

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

2024-06-20 · Florence Regol, Joud Chataoui, Bertrand Charpentier, Mark Coates, Pablo Piantanida, Stephan Gunnemann

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 this issue in different ways, such as quantization which reduces the precision of weights and arithmetic operations, and dynamic networks which adapt computation to the sample at hand. In this work, we propose a more general dynamic network that can combine both quantization and early exit dynamic network: QuEE. Our algorithm can be seen as a form of soft early exiting or input-dependent compression. Rather than a binary decision between exiting or continuing, we introduce the possibility of continuing with reduced computation. This complicates the traditionally considered early exiting problem, which we solve through a principled formulation. The crucial factor of our approach is accurate prediction of the potential accuracy improvement achievable through further computation. We demonstrate the effectiveness of our method through empirical evaluation, as well as exploring the conditions for its success on 4 classification datasets.

📄 PDF Abstract BibTeX arXiv:2406.14404

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Methods 이 논문이 사용한 방법론

Early exiting Exit whenever the model is confident enough allowing early exiting from hidden layers

Similar Papers 제목 키워드 기반

LQER: Low-Rank Quantization Error Reconstruction for LLMs

2024-02-04 · Cheng Zhang, Jianyi Cheng, George A. Constantinides, Yiren Zhao

Post-training quantization of Large Language Models (LLMs) is challenging. In this work, we introduce Low-rank Quantization Error Reduction (LQER), which combines quantization and low-rank approximation to recover the mo…

Knowledge DistillationQuantization

Shift-and-Sum Quantization for Visual Autoregressive Models

2026-06-15 · Jaehyeon Moon, Bumsub Ham arxiv

Post-training quantization (PTQ) enables efficient deployment of deep networks using a small set of data. Its application to visual autoregressive models (VAR), however, remains relatively unexplored. We identify two key…

Conditional Image Generation

DMQ: Dissecting Outliers of Diffusion Models for Post-Training Quantization

2025-07-17 · Dongyeun Lee, Jiwan Hur, Hyounguk Shon, Jae Young Lee 외 arxiv

Diffusion models have achieved remarkable success in image generation but come with significant computational costs, posing challenges for deployment in resource-constrained environments. Recent post-training quantizatio…

Image Generation

PrETi: Predicting Execution Time in Early Stage with LLVM and Machine Learning

2025-03-17 · Risheng Xu, Philipp Sieweck, Hermann von Hasseln, Dirk Nowotka

We introduce preti, a novel framework for predicting software execution time during the early stages of development. preti leverages an LLVM-based simulation environment to extract timing-related runtime information, suc…

Prediction

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