REVIEW 27 cited by
Integer Quantization for Deep Learning Inference: Principles and Empirical Evaluation
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
read the original abstract
Quantization techniques can reduce the size of Deep Neural Networks and improve inference latency and throughput by taking advantage of high throughput integer instructions. In this paper we review the mathematical aspects of quantization parameters and evaluate their choices on a wide range of neural network models for different application domains, including vision, speech, and language. We focus on quantization techniques that are amenable to acceleration by processors with high-throughput integer math pipelines. We also present a workflow for 8-bit quantization that is able to maintain accuracy within 1% of the floating-point baseline on all networks studied, including models that are more difficult to quantize, such as MobileNets and BERT-large.
Forward citations
Cited by 27 Pith papers
-
Spec Sheets Are Not Kernels: An ISA- and Source-Level Audit of INT8 Availability on NVIDIA Blackwell Ultra
On NVIDIA Blackwell Ultra, INT8 W8A8 is undeployable by default because the PTX ISA, CUTLASS, vLLM, and SGLang all lack a fifth-generation INT8 tensor-core path, despite the datasheet listing INT8 support.
-
Jack of All Scales: A Versatile FPGA Tensor Block for MXFP Precisions
Targeted DSP tensor-mode changes enable native MXFP4/MXFP6/E4M3 support on Agilex-5-like FPGAs, with a 36% block-area cost and 4.2x average systolic-array throughput gain over baseline mapping strategies.
-
CyberSentinel: Efficient Anomaly Detection in Programmable Switch using Knowledge Distillation
CyberSentinel distills autoencoder knowledge into an Isolation Forest deployed as whitelist rules in a switch data plane, detecting IoT anomalies at line rate without control plane support.
-
You Only Charge Once 2.0 : A End-to-End Analog Computing-in-Memory Architecture with Reconfigurable Switched Capacitors
Charge-CIM reuses switched capacitors as combined DAC, analog MAC, shift-add, and SAR ADC to reduce ADC-related energy by 91.7 percent in simulation.
-
INT8 Quantization Makes ARM Edge Inference Dispatch-Invariant
INT8 QDQ CNNs are byte-exact across ARM Cortex-A53/A72/A76 under XNNPACK even with different SIMD kernels, unlike FP32 or x86 INT8.
-
Float8@2bits: Entropy Coding Enables Data-Free Model Compression
EntQuant stores LLM weights at ~2 bits per parameter by entropy-coding Float8 weights, matching data-dependent compression quality without needing calibration data.
-
FlashSVD: Memory-Efficient Inference with Streaming for Low-Rank Models
FlashSVD fuses low-rank SVD projections into attention and feed-forward GPU kernels so SVD-compressed transformers avoid materializing dense activations, cutting activation memory at a latency cost.
-
DMQ: Dissecting Outliers of Diffusion Models for Post-Training Quantization
A post-training quantization method that combines learned channel scaling and power-of-two scaling keeps diffusion image quality high at 4-bit weight, 6-bit activation precision.
-
Assigning Distinct Roles to Quantized and Low-Rank Matrices Toward Optimal Weight Decomposition
ODLRI initializes the low-rank component using activation-outlier channels, improving low-bit compression of large language models over the CALDERA baseline.
-
Adaptive Semantic Token Communication for Transformer-based Edge Inference
A single adaptive deep joint source-channel coding model with budget-conditioned token selection and Lyapunov-based resource allocation achieves better accuracy-compression trade-offs than static DJSCC and digital bas...
-
Exploring Model Invariance with Discrete Search for Ultra-Low-Bit Quantization
A discrete hill-climbing search over permutation, scaling, and rotation invariances improves 2-bit quantized OPT models when applied on top of GPTQ, AWQ, and OmniQuant.
-
Accelerating Linear Recurrent Neural Networks for the Edge with Unstructured Sparsity
Sparse, 8-bit quantized S5 linear RNNs match dense model audio denoising accuracy with 2x less compute and 36% less memory, and run 42x faster with 149x lower energy on Loihi 2 than a dense FP32 model on Jetson Orin Nano.
-
Post-Training Quantization for Vision Mamba with k-Scaled Quantization and Reparameterization
A post-training quantization recipe using k-scaled token-wise scaling and SSM reparameterization keeps Vision Mamba 8-bit ImageNet accuracy within 0.8-1.2% of FP32.
-
QMamba: Post-Training Quantization for Vision State Space Models
QMamba combines a log-based quantizer for skewed SSM parameters with a temporal-group quantizer for hidden states, outperforming prior PTQ methods on Vim and VMamba.
-
Evaluating Single Event Upsets in Deep Neural Networks for Semantic Segmentation: an embedded system perspective
In a U-Net for segmentation, bit-flip damage concentrates in batch-norm gamma and bias parameters, and rewriting risky floating-point exponents can reduce error rates with no runtime overhead.
-
EfQAT: An Efficient Framework for Quantization-Aware Training
EfQAT fine-tunes only the most important weight rows of a PTQ-initialized model, achieving near-full-precision accuracy with up to 1.64x faster QAT backward passes.
-
Approximate reservoir computing with a semiconductor laser for reducing energy consumption
Quantizing laser-based reservoir computing to 5 bits and lowering sampling frequency and drive current cuts estimated energy per sample by 91% without losing prediction accuracy.
-
Real-Time Analysis of Unstructured Data with Machine Learning on Heterogeneous Architectures
A graph neural network (ETX4VELO) reconstructs LHCb VELO tracks with performance comparable to the production 'search by triplet' algorithm while running end to end in the GPU-based first-level trigger, with additiona...
-
Compress Any Segment Anything Model (SAM)
Birkhoff compresses 18 SAM variants to about one-fifth their size with less than 1% accuracy loss, data-free, using a trajectory-based codebook and a fused GPU operator.
-
EQuARX: Efficient Quantized AllReduce in XLA for Distributed Machine Learning Acceleration
A compiler-native, block-wise int8 quantized AllReduce for TPUs that reaches about 55% of baseline BF16 AllReduce time and accelerates Gemma 3 prefill by up to 1.28x with small quality impact.
-
StableQuant: Layer Adaptive Post-Training Quantization for Speech Foundation Models
StableQuant adaptively clips outliers per layer before choosing quantization scales, keeping WER within 0.3% at 8-bit precision on HuBERT and wav2vec2.0.
-
Effective Method with Compression for Distributed and Federated Cocoercive Variational Inequalities
MARINA, a compression-based distributed method, is adapted to cocoercive strongly monotone variational inequalities and proven to converge linearly with a communication complexity of O((1+δ(ℓ/µ)(1+α/n)) log(1/ε)).
-
Efficient EEG Seizure Detection Using INT8 Quantization, Channel Pruning, and Spiking Neural Networks
On a shared 1D-CNN baseline for CHB-MIT seizure detection, INT8 quantization cut model size from 1.63 to 0.44 MB and latency by 2.8x with preserved AUC, while SNN conversion was 288x slower on CPU.
-
Enhancing Automatic PT Tagging for MEDLINE Citations Using Transformer-Based Models
Transformer-based models can predict many MeSH Publication Types with high accuracy, but the paper does not fairly compare them to the existing MTI baseline, leaving the central improvement claim unsupported.
-
Power-of-Two (PoT) Weights in Large Language Models (LLMs)
Power-of-two weight quantization applied post-training to a 124M GPT-2 model degrades cross-entropy from 3.17 to about 4.1-4.5 at 4-6 bits, while promising memory and bit-shift savings.
-
Mix-QSAM: Mixed-Precision Quantization of the Segment Anything Model
A mixed-precision post-training quantization method for SAM that allocates bit-widths via an integer quadratic program guided by KL-divergence importance scores and a cross-layer synergy heuristic.
-
A Survey on Large Language Model Acceleration based on KV Cache Management
A survey that classifies KV cache management techniques for faster LLM inference into token-level, model-level, and system-level categories, with benchmark resources.
Discussion (0). Continue with ORCID to comment.