|国家预印本平台
首页|InfoQ: Mixed-Precision Quantization via Global Information Flow

InfoQ: Mixed-Precision Quantization via Global Information Flow

InfoQ: Mixed-Precision Quantization via Global Information Flow

来源:Arxiv_logoArxiv
英文摘要

Mixed-precision quantization (MPQ) is crucial for deploying deep neural networks on resource-constrained devices, but finding the optimal bit-width for each layer represents a complex combinatorial optimization problem. Current state-of-the-art methods rely on computationally expensive search algorithms or local sensitivity heuristic proxies like the Hessian, which fail to capture the cascading global effects of quantization error. In this work, we argue that the quantization sensitivity of a layer should not be measured by its local properties, but by its impact on the information flow throughout the entire network. We introduce InfoQ, a novel framework for MPQ that is training-free in the bit-width search phase. InfoQ assesses layer sensitivity by quantizing each layer at different bit-widths and measuring, through a single forward pass, the resulting change in mutual information in the subsequent layers. This quantifies how much each layer quantization impacts the network information flow. The resulting scores are used to formulate bit-width allocation as an integer linear programming problem, which is solved efficiently to minimize total sensitivity under a given budget (e.g., model size or BitOps). Our retraining-free search phase provides a superior search-time/accuracy trade-off (using two orders of magnitude less data compared to state-of-the-art methods such as LIMPQ), while yielding up to a 1% accuracy improvement for MobileNetV2 and ResNet18 on ImageNet at high compression rates (14X and 10.66X).

Mehmet Emre Akbulut、Hazem Hesham Yousef Shalby、Fabrizio Pittorino、Manuel Roveri

计算技术、计算机技术

Mehmet Emre Akbulut,Hazem Hesham Yousef Shalby,Fabrizio Pittorino,Manuel Roveri.InfoQ: Mixed-Precision Quantization via Global Information Flow[EB/OL].(2025-08-06)[2025-08-18].https://arxiv.org/abs/2508.04753.点此复制

评论