paper-with-me

홈 › Papers

Towards Mixed-Precision Quantization of Neural Networks via Constrained Optimization

2021-10-13 · ICCV 2021 10 · Weihan Chen, Peisong Wang, Jian Cheng

Quantization is a widely used technique to compress and accelerate deep neural networks. However, conventional quantization methods use the same bit-width for all (or most of) the layers, which often suffer significant accuracy degradation in the ultra-low precision regime and ignore the fact that emergent hardware accelerators begin to support mixed-precision computation. Consequently, we present a novel and principled framework to solve the mixed-precision quantization problem in this paper. Briefly speaking, we first formulate the mixed-precision quantization as a discrete constrained optimization problem. Then, to make the optimization tractable, we approximate the objective function with second-order Taylor expansion and propose an efficient approach to compute its Hessian matrix. Finally, based on the above simplification, we show that the original problem can be reformulated as a Multiple-Choice Knapsack Problem (MCKP) and propose a greedy search algorithm to solve it efficiently. Compared with existing mixed-precision quantization works, our method is derived in a principled way and much more computationally efficient. Moreover, extensive experiments conducted on the ImageNet dataset and various kinds of network architectures also demonstrate its superiority over existing uniform and mixed-precision quantization approaches.

📄 PDF Abstract BibTeX arXiv:2110.06554

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple-choiceQuantization

Similar Papers 제목 키워드 기반

ScaleBITS: Scalable Bitwidth Search for Hardware-Aligned Mixed-Precision LLMs

2026-02-06 · Xinlin Li, Timothy Chou, Josh Fromm, Zichang Liu 외 arxiv

Post-training weight quantization is crucial for reducing the memory and inference cost of large language models (LLMs), yet pushing the average precision below 4 bits remains challenging due to highly non-uniform weight…

Mixed-Precision Quantization: Make the Best Use of Bits Where They Matter Most

2024-12-04 · Yiming Fang, Li Chen, Yunfei Chen, Weidong Wang 외

Mixed-precision quantization offers superior performance to fixed-precision quantization. It has been widely used in signal processing, communication systems, and machine learning. In mixed-precision quantization, bit al…

Quantization

MLoRQ: Bridging Low-Rank and Quantization for Transformer Compression

2025-07-13 · Ofir Gordon, Ariel Lapid, Elad Cohen, Yarden Yagil 외 arxiv

Deploying transformer-based neural networks on resource-constrained edge devices presents a significant challenge. This challenge is often addressed through various techniques, such as low-rank approximation and mixed-pr…

Instance SegmentationImage ClassificationObject Detection

BOMP-NAS: Bayesian Optimization Mixed Precision NAS

2023-01-27 · David van Son, Floran de Putter, Sebastian Vogel, Henk Corporaal

Bayesian Optimization Mixed-Precision Neural Architecture Search (BOMP-NAS) is an approach to quantization-aware neural architecture search (QA-NAS) that leverages both Bayesian optimization (BO) and mixed-precision quan…

Bayesian OptimizationNeural Architecture SearchQuantization

Neural Networks with Quantization Constraints

2022-10-27 · Ignacio Hounie, Juan Elenter, Alejandro Ribeiro

Enabling low precision implementations of deep learning models, without considerable performance degradation, is necessary in resource and latency constrained settings. Moreover, exploiting the differences in sensitivity…

image-classificationImage ClassificationQuantizationSensitivity