Quantizes neural networks using frame theory for improved accuracy.
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
Extends ONNX for quantized neural networks with new formats and operators.
Network quantization is an effective solution to compress deep neural networks for practical usage. Existing network quantization methods cannot sufficiently exploit the depth information to generate low-bit compressed network. In this paper, we propose two novel network quantization approaches, single-level network qu…
Although deep neural networks are highly effective, their high computational and memory costs severely challenge their applications on portable devices. As a consequence, low-bit quantization, which converts a full-precision neural network into a low-bitwidth integer version, has been an active and promising research t…
This study optimizes quantized neural networks by considering model architecture and quantization types.
Memory-augmented neural networks (MANNs) refer to a class of neural network models equipped with external memory (such as neural Turing machines and memory networks). These neural networks outperform conventional recurrent neural networks (RNNs) in terms of learning long-term dependency, allowing them to solve intrigui…
Meta learning optimizes neural network quantization for efficient inference.
This paper introduces a differentiable, scalable quantization method for neural networks.
Paper proposes a fast stochastic algorithm for neural network quantization with error bounds.
New method trains quantized neural networks to global optimality.
BatchNorm helps train quantized networks by avoiding gradient explosion.
Paper develops a statistical framework for quantized training of deep neural networks.
We present a novel method for neural network quantization that emulates a non-uniform -quantile quantizer, which adapts to the distribution of the quantized parameters. Our approach provides a novel alternative to the existing uniform quantization techniques for neural networks. We suggest to compare the results as …
Paper proposes a new binary quantization method for faster DNN inference.
Post-training quantization saves resources for neural networks.
SMGD trains low-bit neural networks with memory constraints.
This paper evaluates quantization techniques for deep learning inference.
BiTAT improves neural network quantization for edge devices by focusing on weight dependencies and disentangling them.
Deep neural networks are the state-of-the-art methods for many real-world tasks, such as computer vision, natural language processing and speech recognition. For all its popularity, deep neural networks are also criticized for consuming a lot of memory and draining battery life of devices during training and inference.…
FleXOR trains fractional quantization for neural networks, improving accuracy and size.
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…
We present a theoretical and experimental investigation of the quantization problem for artificial neural networks. We provide a mathematical definition of quantized neural networks and analyze their approximation capabilities, showing in particular that any Lipschitz-continuous map defined on a hypercube can be unifor…
With the development of deep neural networks, the size of network models becomes larger and larger. Model compression has become an urgent need for deploying these network models to mobile or embedded devices. Model quantization is a representative model compression technique. Although a lot of quantization methods hav…
StatQAT optimizes quantization for deep networks, reducing computational cost and memory usage.
DQA efficiently quantizes deep neural network activations for resource-constrained devices.
SPEQ improves quantized neural networks by stochastic precision sharing and cosine similarity loss.
AskewSGD optimizes quantized neural networks with interval-constrained optimization.
AdaRound improves post-training quantization of neural networks.
DJPQ optimizes neural network pruning and quantization for hardware efficiency.
As the will to deploy neural networks models on embedded systems grows, and considering the related memory footprint and energy consumption issues, finding lighter solutions to store neural networks such as weight quantization and more efficient inference methods become major research topics. Parallel to that, adversar…
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…
To make deep neural networks feasible in resource-constrained environments (such as mobile devices), it is beneficial to quantize models by using low-precision weights. One common technique for quantizing neural networks is the straight-through gradient method, which enables back-propagation through the quantization ma…
Quantization of neural networks has become common practice, driven by the need for efficient implementations of deep neural networks on embedded devices. In this paper, we exploit an oft-overlooked degree of freedom in most networks - for a given layer, individual output channels can be scaled by any factor provided th…
DBQ quantizes lightweight networks efficiently for resource-constrained devices.
New insights into quantized neural networks reveal learning dynamics and generalization errors.
Recent machine learning methods use increasingly large deep neural networks to achieve state of the art results in various tasks. The gains in performance come at the cost of a substantial increase in computation and storage requirements. This makes real-time implementations on limited resources hardware a challenging …
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…
WaveQ uses sinusoidal regularization to optimize deep quantization for neural networks, improving both efficiency and accuracy.
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…
Deep neural networks (DNNs) can be made hardware-efficient by reducing the numerical precision of the weights and activations of the network and by improving the network's resilience to noise. However, this gain in efficiency often comes at the cost of significantly reduced accuracy. In this paper, we present a novel a…
A novel method quantizes Batch Normalization for QNNs, maintaining accuracy and efficiency.
Galen algorithm compresses neural networks for specific hardware with reduced latency.
Two methods reduce BN and DNN complexity, balancing size and accuracy.
New method improves accuracy of quantized neural networks.
This paper compresses neural networks by permuting and quantizing weights.
FrostNet improves INT8 quantization efficiency in mobile networks.
Similar to convolution neural networks, recurrent neural networks (RNNs) typically suffer from over-parameterization. Quantizing bit-widths of weights and activations results in runtime efficiency on hardware, yet it often comes at the cost of reduced accuracy. This paper proposes a quantization approach that increases…
One-bit quantization improves inference speed for Random Features models.