Quantization-aware training can recover accuracy lost by post-training quantization.
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Paper develops a statistical framework for quantized training of deep neural networks.
BatchNorm helps train quantized networks by avoiding gradient explosion.
Optimal gradient quantization reduces communication costs in distributed deep learning.
StatQAT optimizes quantization for deep networks, reducing computational cost and memory usage.
Proposes a robust neural network quantization method.
We present an overview of techniques for quantizing convolutional neural networks for inference with integer weights and activations. Per-channel quantization of weights and per-layer quantization of activations to 8-bits of precision post-training produces classification accuracies within 2% of floating point networks…
New method trains quantized neural networks to global optimality.
We analyze the effect of quantizing weights and activations of neural networks on their loss and derive a simple regularization scheme that improves robustness against post-training quantization. By training quantization-ready networks, our approach enables storing a single set of weights that can be quantized on-deman…
Quantized Adam reduces communication cost in deep learning training.
This paper introduces a differentiable, scalable quantization method for neural networks.
Neural network quantization procedure is the necessary step for porting of neural networks to mobile devices. Quantization allows accelerating the inference, reducing memory consumption and model size. It can be performed without fine-tuning using calibration procedure (calculation of parameters necessary for quantizat…
Post-training quantization method using multiple low-precision points achieves higher precision for critical weights.
Currently, deep neural networks are deployed on low-power portable devices by first training a full-precision model using powerful hardware, and then deriving a corresponding low-precision model for efficient inference on such systems. However, training models directly with coarsely quantized weights is a key step towa…
Unified finetuning of all quantization degrees of freedom achieves state-of-the-art 4-bit quantization.
The deep layers of modern neural networks extract a rather rich set of features as an input propagates through the network. This paper sets out to harvest these rich intermediate representations for quantization with minimal accuracy loss while significantly reducing the memory footprint and compute intensity of the DN…
Deep quantization of neural networks (below eight bits) offers significant promise in reducing their compute and storage cost. Albeit alluring, without special techniques for training and optimization, deep quantization results in significant accuracy loss. To further mitigate this loss, we propose a novel sinusoidal r…
Deep neural network (DNN) quantization converting floating-point (FP) data in the network to integers (INT) is an effective way to shrink the model size for memory saving and simplify the operations for compute acceleration. Recently, researches on DNN quantization develop from inference to training, laying a foundatio…
Proposes QEP to mitigate quantization error propagation in layer-wise post-training quantization.
Neural network models are resource hungry. It is difficult to deploy such deep networks on devices with limited resources, like smart wearables, cellphones, drones, and autonomous vehicles. Low bit quantization such as binary and ternary quantization is a common approach to alleviate this resource requirements. Ternary…
We extend quantization-aware training to extreme model compression.
Low bit-width integer weights and activations are very important for efficient inference, especially with respect to lower power consumption. We propose Monte Carlo methods to quantize the weights and activations of pre-trained neural networks without any re-training. By performing importance sampling we obtain quantiz…
AdaRound improves post-training quantization of neural networks.
SPEQ improves quantized neural networks by stochastic precision sharing and cosine similarity loss.
Recent research implies that training and inference of deep neural networks (DNN) can be computed with low precision numerical representations of the training/test data, weights and gradients without a general loss in accuracy. The benefit of such compact representations is twofold: they allow a significant reduction o…
Discretizing multi-dimensional data distributions is a fundamental step of modern indexing methods. State-of-the-art techniques learn parameters of quantizers on training data for optimal performance, thus adapting quantizers to the data. In this work, we propose to reverse this paradigm and adapt the data to the quant…
Global-QSGD accelerates distributed training by up to 3.51%.
AdaQuantFL reduces communication in federated learning by adaptively quantizing model updates.
Degree-Quant improves GNN efficiency by quantizing them without losing accuracy.
FrostNet improves INT8 quantization efficiency in mobile networks.
Meta learning optimizes neural network quantization for efficient inference.
Based on the notion of information bottleneck (IB), we formulate a quantization problem called "IB quantization". We show that IB quantization is equivalent to learning based on the IB principle. Under this equivalence, the standard neural network models can be viewed as scalar (single sample) IB quantizers. It is know…
Designing a deep neural network (DNN) with good generalization capability is a complex process especially when the weights are severely quantized. Model averaging is a promising approach for achieving the good generalization capability of DNNs, especially when the loss surface for training contains many sharp minima. W…
Paper shows how to integrate quantization into neural compression models.
This work studies scaling laws for low-precision training in high-dimensional linear regression.
S2D selectively decays large singular values to improve quantization of neural activations.
Study quantization effects on high-dimensional linear regression learning.
SMGD trains low-bit neural networks with memory constraints.
Differentiable model compression adds noise to parameters during training.
Quantizes neural networks using frame theory for improved accuracy.
Continuous representations have been widely adopted in recommender systems where a large number of entities are represented using embedding vectors. As the cardinality of the entities increases, the embedding components can easily contain millions of parameters and become the bottleneck in both storage and inference du…
UVeQFed tackles FL model compression over limited channels.
A new gradient quantization scheme improves communication efficiency in distributed training.
Post-training quantization saves resources for neural networks.
One of the most significant bottleneck in training large scale machine learning models on parameter server (PS) is the communication overhead, because it needs to frequently exchange the model gradients between the workers and servers during the training iterations. Gradient quantization has been proposed as an effecti…
AskewSGD optimizes quantized neural networks with interval-constrained optimization.
Quantization can improve the execution latency and energy efficiency of neural networks on both commodity GPUs and specialized accelerators. The majority of existing literature focuses on training quantized DNNs, while this work examines the less-studied topic of quantizing a floating-point model without (re)training. …
Deep networks run with low precision operations at inference time offer power and space advantages over high precision alternatives, but need to overcome the challenge of maintaining high accuracy as precision decreases. Here, we present a method for training such networks, Learned Step Size Quantization, that achieves…