paper-with-me

Papers

Efficient Bitwidth Search for Practical Mixed Precision Neural Network

2020-03-17 · Yuhang Li, Wei Wang, Haoli Bai, Ruihao Gong, Xin Dong, Fengwei Yu

Network quantization has rapidly become one of the most widely used methods to compress and accelerate deep neural networks. Recent efforts propose to quantize weights and activations from different layers with different precision to improve the overall performance. However, it is challenging to find the optimal bitwidth (i.e., precision) for weights and activations of each layer efficiently. Meanwhile, it is yet unclear how to perform convolution for weights and activations of different precision efficiently on generic hardware platforms. To resolve these two issues, in this paper, we first propose an Efficient Bitwidth Search (EBS) algorithm, which reuses the meta weights for different quantization bitwidth and thus the strength for each candidate precision can be optimized directly w.r.t the objective without superfluous copies, reducing both the memory and computational cost significantly. Second, we propose a binary decomposition algorithm that converts weights and activations of different precision into binary matrices to make the mixed precision convolution efficient and practical. Experiment results on CIFAR10 and ImageNet datasets demonstrate our mixed precision QNN outperforms the handcrafted uniform bitwidth counterparts and other mixed precision techniques.

📄 PDF Abstract BibTeX arXiv:2003.07577

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

QBitOpt: Fast and Accurate Bitwidth Reallocation during Training

2023-07-10 · Jorn Peters, Marios Fournarakis, Markus Nagel, Mart van Baalen 외

Quantizing neural networks is one of the most effective methods for achieving efficient inference on mobile and embedded devices. In particular, mixed precision quantized (MPQ) networks, whose layers can be quantized to …

Quantization

SDQ: Stochastic Differentiable Quantization with Mixed Precision

2022-06-09 · Xijie Huang, Zhiqiang Shen, Shichao Li, Zechun Liu 외

In order to deploy deep models in a computationally efficient manner, model quantization approaches have been frequently used. In addition, as new hardware that supports mixed bitwidth arithmetic operations, recent resea…

Knowledge DistillationNeural Architecture SearchQuantization

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…

FAMES: Fast Approximate Multiplier Substitution for Mixed-Precision Quantized DNNs--Down to 2 Bits!

2024-11-27 · Yi Ren, Ruge Xu, Xinfei Guo, Weikang Qian

A widely-used technique in designing energy-efficient deep neural network (DNN) accelerators is quantization. Recent progress in this direction has reduced the bitwidths used in DNN down to 2. Meanwhile, many prior works…

Quantization

Mixed Precision DNNs: All you need is a good parametrization

2019-05-27 · ICLR 2020 1 · Stefan Uhlich, Lukas Mauch, Fabien Cardinaux, Kazuki Yoshiyama 외

Efficient deep neural network (DNN) inference on mobile or embedded devices typically involves quantization of the network parameters and activations. In particular, mixed precision networks achieve better performance th…

AllQuantization