paper-with-me

홈 › Papers

Explicit Loss-Error-Aware Quantization for Low-Bit Deep Neural Networks

2018-06-01 · CVPR 2018 6 · Aojun Zhou, Anbang Yao, Kuan Wang, Yurong Chen

Benefiting from tens of millions of hierarchically stacked learnable parameters, Deep Neural Networks (DNNs) have demonstrated overwhelming accuracy on a variety of artificial intelligence tasks. However reversely, the large size of DNN models lays a heavy burden on storage, computation and power consumption, which prohibits their deployments on the embedded and mobile systems. In this paper, we propose Explicit Loss-error-aware Quantization (ELQ), a new method that can train DNN models with very low-bit parameter values such as ternary and binary ones to approximate 32-bit floating-point counterparts without noticeable loss of predication accuracy. Unlike existing methods that usually pose the problem as a straightforward approximation of the layer-wise weights or outputs of the original full-precision model (specifically, minimizing the error of the layer-wise weights or inner products of the weights and the inputs between the original and respective quantized models), our ELQ elaborately bridges the loss perturbation from the weight quantization and an incremental quantization strategy to address DNN quantization. Through explicitly regularizing the loss perturbation and the weight approximation error in an incremental way, we show that such a new optimization method is theoretically reasonable and practically effective. As validated with two mainstream convolutional neural network families (i.e., fully convolutional and non-fully convolutional), our ELQ shows better results than the state-of-the-art quantization methods on the large scale ImageNet classification dataset. Code will be made publicly available.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Rescuing Deep Hashing from Dead Bits Problem

2021-02-01 · Shu Zhao, Dayan Wu, Yucan Zhou, Bo Li 외

Deep hashing methods have shown great retrieval accuracy and efficiency in large-scale image retrieval. How to optimize discrete hash bits is always the focus in deep hashing methods. A common strategy in these methods i…

Deep HashingImage RetrievalQuantizationRetrieval

LeanQuant: Accurate Large Language Model Quantization with Loss-Error-Aware Grid

2024-07-14 · Tianyi Zhang, Anshumali Shrivastava

Large language models (LLMs) have numerous applications across various domains, but their high computational and memory demands pose significant deployment challenges. Weight quantization is an effective technique for re…

GPULanguage ModelingLanguage ModellingLarge Language Model+1

Adaptive Loss-aware Quantization for Multi-bit Networks

2019-12-18 · CVPR 2020 6 · Zhongnan Qu, Zimu Zhou, Yun Cheng, Lothar Thiele

We investigate the compression of deep neural networks by quantizing their weights and activations into multiple binary bases, known as multi-bit networks (MBNs), which accelerate the inference and reduce the storage for…

Quantization

Regularized Classification-Aware Quantization

2021-07-12 · Daniel Severo, Elad Domanovitz, Ashish Khisti

Traditionally, quantization is designed to minimize the reconstruction error of a data source. When considering downstream classification tasks, other measures of distortion can be of interest; such as the 0-1 classifica…

Binary ClassificationClassificationQuantization

Neural Network Quantization by Learning Low-Loss Subspaces

2026-06-23 · Vladimir Protsenko, Mikhalina Kharkevich, Alexander Vashchilko, Vladimir Kryzhanovskiy arxiv

Neural network quantization aims to find a discrete representation of parameters that preserves the performance of a full-precision (FP) model as faithfully as possible. Enforcing discrete constraints perturbs parameters…