Predicting Probabilities of Error to Combine Quantization and Early Exiting: QuEE
Florence Regol, Joud Chataoui, Bertrand Charpentier, Mark Coates,, Pablo Piantanida, Stephan Gunnemann

TL;DR
This paper introduces QuEE, a dynamic network that combines quantization and early exiting by predicting the potential accuracy gains, enabling input-dependent computation reduction for efficient inference.
Contribution
It proposes a novel approach to combine quantization and early exit strategies using accuracy prediction, addressing the complexity of input-dependent computation.
Findings
Effective in reducing computation on multiple datasets
Accurately predicts potential accuracy improvements
Enhances efficiency of neural network inference
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsScientific Computing and Data Management
MethodsEarly exiting using confidence measures
