English

Arithmetic-Intensity-Aware Quantization

Machine Learning 2025-12-18 v2 Artificial Intelligence

Abstract

As modern neural networks become increasingly memory-bound, inference throughput is limited by DRAM bandwidth rather than compute. We present Arithmetic-Intensity-Aware Quantization (AIQ), a mixed precision quantization framework that chooses per-layer bit-widths to maximize arithmetic intensity (AI) while minimizing accuracy loss. AIQ is a post-training quantization method that uses search algorithms over per-layer quantization schemes to minimize a weighted loss over AI and accuracy. On ResNet-20/CIFAR-10, AIQ increases AI by ~50% over an FP32 baseline while keeping test accuracy within ~1 percentage point, and outperforming global uniform quantization schemes. On a memory-bound MobileNetV2 architecture, AIQ configurations give a 1.66x higher throughput than the FP32 baseline while keeping test accuracy within 1 percentage point. We also find that AIQ naturally quantizes larger layers more aggressively.

Keywords

Cite

@article{arxiv.2512.14090,
  title  = {Arithmetic-Intensity-Aware Quantization},
  author = {Taig Singh and Shreshth Rajan and Nikhil Jain},
  journal= {arXiv preprint arXiv:2512.14090},
  year   = {2025}
}
R2 v1 2026-07-01T08:26:46.749Z