paper-with-me

홈 › Papers

In-Hindsight Quantization Range Estimation for Quantized Training

2021-05-10 · Marios Fournarakis, Markus Nagel

Quantization techniques applied to the inference of deep neural networks have enabled fast and efficient execution on resource-constraint devices. The success of quantization during inference has motivated the academic community to explore fully quantized training, i.e. quantizing back-propagation as well. However, effective gradient quantization is still an open problem. Gradients are unbounded and their distribution changes significantly during training, which leads to the need for dynamic quantization. As we show, dynamic quantization can lead to significant memory overhead and additional data traffic slowing down training. We propose a simple alternative to dynamic quantization, in-hindsight range estimation, that uses the quantization ranges estimated on previous iterations to quantize the present. Our approach enables fast static quantization of gradients and activations while requiring only minimal hardware support from the neural network accelerator to keep track of output statistics in an online fashion. It is intended as a drop-in replacement for estimating quantization ranges and can be used in conjunction with other advances in quantized training. We compare our method to existing methods for range estimation from the quantized training literature and demonstrate its effectiveness with a range of architectures, including MobileNetV2, on image classification benchmarks (Tiny ImageNet & ImageNet).

📄 PDF Abstract BibTeX arXiv:2105.04246

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationQuantization

Methods 이 논문이 사용한 방법론

Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Batch Normalization 설명 없음
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
Inverted Residual Block 설명 없음
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…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Quantity over Quality: Dithered Quantization for Compressive Radar Systems

2018-11-28

In this paper, we investigate a trade-off between the number of radar observations (or measurements) and their resolution in the context of radar range estimation. To this end, we introduce a novel estimation scheme that…

Compressive SensingQuantization

MCRB for Parameter Estimation from One-Bit Quantized and Oversampled Measurements

2025-03-28 · Nadav E. Rosenthal, Joseph Tabrikian

One-bit quantization has garnered significant attention in recent years for various signal processing and communication applications. Estimating model parameters from one bit quantized data can be challenging, particular…

Direction of Arrival Estimationparameter estimationQuantization

Modular Quantization-Aware Training for 6D Object Pose Estimation

2023-03-12 · Saqib Javed, Chengkun Li, Andrew Price, Yinlin Hu 외

Edge applications, such as collaborative robotics and spacecraft rendezvous, demand efficient 6D object pose estimation on resource-constrained embedded platforms. Existing 6D pose estimation networks are often too large…

6D Pose Estimation6D Pose Estimation using RGBPose EstimationQuantization

EasyQuant: An Efficient Data-free Quantization Algorithm for LLMs

2024-03-05 · Hanlin Tang, Yifu Sun, Decheng Wu, Kai Liu 외

Large language models (LLMs) have proven to be very superior to conventional methods in various tasks. However, their expensive computations and high memory requirements are prohibitive for deployment. Model quantization…

Data Free QuantizationQuantization

Quartet II: Accurate LLM Pre-Training in NVFP4 by Improved Unbiased Gradient Estimation

2026-01-30 · Andrei Panferov, Erik Schultheis, Soroush Tabesh, Dan Alistarh arxiv

The NVFP4 lower-precision format, supported in hardware by NVIDIA Blackwell GPUs, promises to allow, for the first time, end-to-end fully-quantized pre-training of massive models such as LLMs. Yet, existing quantized tra…