REVIEW 99 cited by
Quantizing deep convolutional networks for efficient inference: A whitepaper
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
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 for a wide variety of CNN architectures. Model sizes can be reduced by a factor of 4 by quantizing weights to 8-bits, even when 8-bit arithmetic is not supported. This can be achieved with simple, post training quantization of weights.We benchmark latencies of quantized networks on CPUs and DSPs and observe a speedup of 2x-3x for quantized implementations compared to floating point on CPUs. Speedups of up to 10x are observed on specialized processors with fixed point SIMD capabilities, like the Qualcomm QDSPs with HVX. Quantization-aware training can provide further improvements, reducing the gap to floating point to 1% at 8-bit precision. Quantization-aware training also allows for reducing the precision of weights to four bits with accuracy losses ranging from 2% to 10%, with higher accuracy drop for smaller networks.We introduce tools in TensorFlow and TensorFlowLite for quantizing convolutional networks and review best practices for quantization-aware training to obtain high accuracy with quantized weights and activations. We recommend that per-channel quantization of weights and per-layer quantization of activations be the preferred quantization scheme for hardware acceleration and kernel optimization. We also propose that future processors and hardware accelerators for optimized inference support precisions of 4, 8 and 16 bits.
Forward citations
Showing 60 of 99 Pith papers that cite this
-
Neural Network Quantization by Learning Low-Loss Subspaces
Learning quantization-aware linear paths in weight space yields a midpoint whose direct quantization matches quantization-aware training performance without using straight-through estimators.
-
Signed Symmetric Quantization for Few-Bit Integers
Signed absmax quantization chooses the scale sign to protect the dominant outlier, is conditionally bound-optimal for L2 error on 88-99% of LLM weight groups, and improves few-bit accuracy at zero extra inference cost.
-
Understanding Quantization-Aware Training: Gradients at Quantized Weights Bias to the Low-Loss Basin
A geometric local landscape model explains PTQ basin-crossing failure at aggressive bitwidths and proves finite-time QAT recovery via straight-through estimator gradient bias under quantizer-compatibility assumptions.
-
FTerViT: Fully Ternary Vision Transformer
FTerViT introduces fully ternary Vision Transformers with TernaryBitConv2d and TernaryLayerNorm operators, achieving 82.43% ImageNet top-1 at 6.09 MB with 15x compression.
-
Q-ARVD: Quantizing Autoregressive Video Diffusion Models
Q-ARVD introduces final-quality-aware frame weighting and outlier-aware adaptive dual-scale quantization to enable accurate low-bit inference for autoregressive video diffusion models.
-
When Bits Break Recourse: Counterfactual-Faithful Quantization
Quantization can preserve accuracy while invalidating algorithmic recourse; CFQ trains the quantized model at teacher recourse points and preserves counterfactual validity and recourse cost.
-
QSLM: A Performance- and Memory-aware Quantization Framework with Tiered Search Strategy for Spike-driven Language Models
QSLM automates tiered quantization of spike-driven language models via sensitivity analysis and multi-objective search, delivering up to 86.5% memory reduction and 20% power savings while keeping accuracy close to the...
-
DPQuant: Efficient and Differentially-Private Model Training via Dynamic Quantization Scheduling
DPQuant uses epoch-wise probabilistic layer rotation and DP loss sensitivity to quantize only a changing subset of layers, reducing accuracy degradation from quantization noise in DP-SGD and delivering up to 2.21x thr...
-
FPTQuant: Function-Preserving Transforms for LLM Quantization
FPTQuant introduces function-preserving transforms that make transformer activations amenable to static 4-bit quantization with minimal inference overhead.
-
SpecOffload: Unlocking Latent GPU Capacity for LLM Inference on Resource-Constrained Devices
Embedding a lightweight draft model into the idle GPU cycles of weight-offloaded LLM inference yields a 2.54x throughput gain over the best baseline.
-
Behavior Backdoor for Deep Learning Models
A new backdoor attack keeps a model normal until it is quantized, after which it flips to a chosen target prediction for all inputs.
-
Reclaiming Residual Knowledge: A Novel Paradigm to Low-Bit Quantization
CoRa reclaims quantization residuals in pre-trained ConvNets by searching low-rank adapter architectures instead of weights, matching SOTA accuracy on ImageNet in 3-4 bit settings with under 250 iterations on 1600 images.
-
SpinQuant: LLM quantization with learned rotations
SpinQuant learns optimal rotations to enable accurate 4-bit quantization of LLM weights, activations, and KV cache, reducing the zero-shot gap to full precision to 2.9 points on LLaMA-2 7B.
-
A Theoretical Framework for Stochastic Activity Prediction in Tensor Accelerator Wallace-Tree Multipliers
SAP predicts Wallace-tree switching from a one-bit Bernoulli proxy of operand Hamming weight and freezes inputs under a deterministic safety controller, with Lipschitz, information-retention, and optimality theorems.
-
LGNNIC: Acceleration of Large-Scale GNN Training using SmartNICs
Moving neighbor sampling and FP16 quantization to a BlueField-2 SmartNIC reduces transferred data and delivers measured GNN training speedups on three datasets.
-
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.
-
DSTAR: Accelerating Diffusion Transformers via Spatial and Temporal Redundancy Reduction
DSTAR reports 7.33x latency speedup and 41.89x energy savings over an A100 GPU on seven diffusion transformers by quantizing differential activations to as few as 2 bits and reusing block-wise sparse attention scores.
-
Moving Like a Human: Ego-Motion-Normalized Temporal Signatures for Real-Time Aerial Person Tracking on Milliwatt-Class Hardware
A 22k-parameter, 7.6-MFLOP stateless detector fed ego-motion-normalized residual-motion channels tracks small aerial persons at 31.85 FPS on a Pi Zero 2W, beating YOLOv8n by 2.7x AP25 with 16x lower latency.
-
Minimizing Quantized Semantic Age of Information (QSAoI) in Foundation Model-Based Semantic Communications
Defines QSAoI metric and develops foundation model-based optimization to minimize its expected value via mixed-precision quantization and blocklength adaptation over fading channels.
-
Privacy-Preserving Federated Autoencoder for ECG Anomaly Detection on Edge Devices
A federated system combining autoencoders, FedAvg, Renyi DP-SGD, and INT8 quantization matches centralized AUROC performance (0.782 for ConvAE) on PTB-XL while halving model size and cutting edge latency by up to 44% ...
-
You Had One Job: Per-Task Quantization Using LLMs' Hidden Representations
TAQ estimates per-layer importance from hidden representations and output sensitivity on task calibration data to allocate mixed precision in a training-free PTQ setting, outperforming task-agnostic baselines on accur...
-
Enabling Vibration-Based Gesture Recognition on Everyday Furniture via Energy-Efficient FPGA Implementation of 1D Convolutional Networks
Raw waveform input with lightweight 1D-CNN and 1D-SepCNN models, integer quantization, and hardware-aware search enable 0.95+ accuracy swipe recognition on Spartan-7 FPGAs at under 10 ms latency and 1.2 mJ energy.
-
Full Integer Arithmetic Online Training for Spiking Neural Networks
An integer-only, online training algorithm for spiking neural networks uses mixed-precision shadow weights and bit-shift operations to match full-precision accuracy with over 60% lower memory usage.
-
NeurStore: Efficient In-database Deep Learning Model Management System
A database model-management system that deduplicates tensors across models and uses delta quantization to cut storage and speed loading.
-
Task-Specific Zero-shot Quantization-Aware Training for Object Detection
A zero-shot quantization-aware training method for object detectors that synthesizes task-specific images with bounding-box labels via adaptive label sampling, then distills task-specific knowledge into the quantized network.
-
Spatial Lifting for Dense Prediction
Replicating 2D images into a 3D volume and processing with a shallow 3D U-Net gives competitive dense prediction accuracy at a fraction of the parameter count, with slice-consistency used as a free quality score.
-
MLoRQ: Bridging Low-Rank and Quantization for Transformer Compression
A joint low-rank and mixed-precision quantization method that assigns rank and bit-width per transformer layer under a memory constraint, showing state-of-the-art compression accuracy.
-
MPQ-DMv2: Flexible Residual Mixed Precision Quantization for Low-Bit Diffusion Models with Temporal Distillation
MPQ-DMv2 adds binary residual quantization, temporal relation distillation, and SVD-initialized LoRA to mixed-precision quantization, improving low-bit diffusion model generation quality.
-
How Weight Resampling and Optimizers Shape the Dynamics of Continual Learning and Forgetting in Neural Networks
Zapping the last layer during pretraining speeds a model's recovery after transfer, and Adam produces different learning and forgetting patterns than SGD in continual learning.
-
FIMA-Q: Post-Training Quantization for Vision Transformers by Fisher Information Matrix Approximation
A new Fisher-information-based reconstruction loss, DPLR-FIM, improves low-bit post-training quantization accuracy for Vision Transformers without specialized quantizers.
-
Starting Positions Matter: A Study on Better Weight Initialization for Neural Network Quantization
Weight initialization measurably affects quantized CNN accuracy, and a graph hypernetwork finetuned on quantized networks (GHN-QAT) can predict parameters that survive 4-bit and even 2-bit quantization better than ran...
-
Chameleon: A Multiplier-Free Temporal Convolutional Network Accelerator for End-to-End Few-Shot and Continual Learning from Sequential Data
Chameleon is a 40-nm CMOS accelerator that performs end-to-end few-shot and continual learning on-chip using prototypical networks and TCN embeddings, and runs keyword spotting at 3.1 uW.
-
Refining Datapath for Microscaling ViTs
MXInt-based datapath designs put all ViT nonlinear operators on an FPGA at 2-5 bit mantissas, with under 1% ImageNet accuracy loss on DeiT models.
-
Pioneering 4-Bit FP Quantization for Diffusion Models: Mixup-Sign Quantization and Timestep-Aware Fine-Tuning
A mix of signed and unsigned 4-bit floating-point formats, timestep-aware LoRA experts, and a denoising-weighted loss keeps diffusion-model image quality close to full precision.
-
NeUQI: Near-Optimal Uniform Quantization Parameter Initialization for Low-Bit LLMs
NeUQI improves low-bit uniform quantization of LLMs by relaxing the integer zero-point constraint and efficiently searching a near-optimal scale, beating existing PTQ baselines at 2-4 bits.
-
Saliency-Aware Quantized Imitation Learning for Efficient Robotic Control
A saliency-weighted quantization-aware training method lets 4-bit quantized imitation-learning policies match full-precision success rates across robot manipulation, driving, and control benchmarks.
-
A probabilistic framework for dynamic quantization
An input-adaptive 8-bit quantization scheme estimates activation ranges via a lightweight probabilistic surrogate, achieving near-dynamic accuracy with static-like memory overhead.
-
Quantized Approximate Signal Processing (QASP): Towards Homomorphic Encryption for audio
The authors demonstrate the first fully homomorphic encryption pipeline that computes STFT, Mel, MFCC, and gammatone features directly from raw audio, with approximate variants that improve accuracy in some private au...
-
AHCQ-SAM: Toward Accurate and Hardware-Compatible Post-Training Segment Anything Model Quantization
AHCQ-SAM introduces ACNR, HLUQ, CAG, and LNQ quantization techniques that deliver 15.2% mAP gain on 4-bit SAM-B and 14.01% J&F gain on 4-bit SAM2-Tiny versus prior PTQ methods.
-
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.
-
Quantized Spike-driven Transformer
A 4-bit quantized spike-driven transformer with multi-bit training and binary inference achieves 80.3% ImageNet accuracy with 6.8M parameters.
-
MambaQuant: Quantizing the Mamba Family with Variance Aligned Rotation Methods
A quantization framework using KLT-enhanced and smooth-fused rotations lets Mamba models run at 8-bit precision with near-full accuracy and at 4-bit weights with moderate loss.
-
DGQ: Distribution-Aware Group Quantization for Text-to-Image Diffusion Models
DGQ quantizes text-to-image diffusion models to 4-8 bits without fine-tuning by preserving activation outliers and applying prompt-specific log quantization to cross-attention scores.
-
Improving Quantization-aware Training of Low-Precision Network via Block Replacement on Full-Precision Counterpart
BWRF improves quantization-aware training by grafting full-precision blocks onto the low-precision model during training, producing mixed-precision guides that raise ImageNet and CIFAR-10 accuracy at 2 to 4 bits.
-
AutoRank: MCDA Based Rank Personalization for LoRA-Enabled Distributed Learning
AutoRank assigns per-participant LoRA ranks from data complexity metrics (loss entropy, distribution entropy, Gini-Simpson) via TOPSIS and CRITIC, improving federated learning accuracy and convergence.
-
MPQ-DM: Mixed Precision Quantization for Extremely Low Bit Diffusion Models
MPQ-DM combines kurtosis-based intra-layer mixed-precision weight quantization with time-smoothed relation distillation to keep diffusion models accurate at 2 to 4 bit widths.
-
PTSBench: A Comprehensive Post-Training Sparsity Benchmark Towards Algorithms and Models
PTSBench benchmarks post-training sparsity techniques and model families, finding learning-based allocation and block-wise reconstruction most effective, and attention-based models most sparsity-friendly.
-
Low-Bit Quantization Favors Undertrained LLMs: Scaling Laws for Quantized LLMs with 100T Training Tokens
The paper derives a scaling law for quantization-induced loss increase as a function of model size, training tokens, and bit width, and uses it to argue that low-bit quantization will hurt future fully trained LLMs.
-
Differentiable Soft Quantization: Bridging Full-Precision and Low-Bit Neural Networks
A trainable soft-tanh quantizer with learned steepness and clipping improves 1-4 bit network accuracy and yields fast ARM kernels.
-
Cheetah: Mixed Low-Precision Hardware & Software Co-Design Framework for DNNs on the Edge
16-bit posits train MNIST and Fashion-MNIST feedforward networks with less accuracy loss than 16-bit floating point, and 5 to 8 bit posits yield better inference accuracy and energy-delay tradeoffs than float or fixed point.
-
Efficient Reasoning on the Edge
LoRA adapters, budget-forced GRPO, dynamic switching, parallel verification and FPTQuant enable practical chain-of-thought reasoning on quantized Qwen2.5-7B for edge devices.
-
Examining the Efficacy of Graph Neural Network Message-Passing in Regression Contexts
Across four NAS/DNN-predictor regression benchmarks, GEN (deep graph convolution) achieves the best average rank over 11 GNN message-passing layers, though attention GATv2 wins on the largest graphs.
-
Synthetic and Derived Training Images for Campus Waste Detection: A Multi-Seed Evaluation with YOLOv8n
Adding 695 synthetic or derived training images did not improve a YOLOv8n campus-waste detector over the real-only baseline; image source mattered more than image count.
-
Quantization in Federated Learning: Methods, Challenges and Future Directions
This survey introduces a taxonomy for quantization in federated learning organized around client heterogeneity, aggregation consistency, non-IID robustness, privacy integration, and hardware co-optimization, while ana...
-
OffQ: Taming Structured Outliers in LLM Quantization by Offsetting
OffQ mitigates structured activation outliers in LLMs via PCA-based rotation and shared offset absorption to support effective W4A4KV4 uniform quantization.
-
The Thermodynamic Costs of Simple Linear Regression
Thermodynamic lower bounds are approximated for exact and SGD linear regression, producing energy-aware scaling laws for optimal training dataset size given a target generalization error.
-
MicroBi-ConvLSTM: An Ultra-Lightweight Efficient Model for Human Activity Recognition on Resource Constrained Devices
MicroBi-ConvLSTM is a convolutional-recurrent model with 11.4K parameters that delivers competitive accuracy on eight HAR benchmarks and full INT8 deployment coverage on Raspberry Pi Pico 2 and ESP32.
-
Performance and Complexity Trade-off Optimization of Speech Models During Training
By turning each layer's width into a continuous, noise-smoothed parameter, the authors train speech models whose sizes shrink during training, reducing FLOPs and size by roughly 80–90% in their case studies.
-
COMET: Co-Optimization of a CNN Model using Efficient-Hardware OBC Techniques
COMET co-optimizes CNN inference via OBC Schemes A/B on inputs/weights, four LUT techniques, and an im2col-based GEMM core to deliver efficient FPGA deployment with negligible accuracy loss on LeNet-5 and All-CNN-C.
-
FedBiF: Communication-Efficient Federated Learning via Bits Freezing
FedBiF trains federated models by updating a single bit of each quantized weight per round, achieving 1 bit-per-parameter uplink and 3-4 bits downlink with accuracy close to FedAvg.
Discussion (0). Continue with ORCID to comment.