ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2025
Year
… in the field of model quantization. A curated list of model quantization is provided at https://… In summary, classic model quantization aims to seek the best quantization parameters, ie, b, …
Model quantization is a critical technique for deploying deep neural networks on edge devices, mobile phones, and other resource-constrained hardware. As AI models grow larger and more complex, reducing their memory footprint and computational cost without sacrificing accuracy becomes paramount. This survey paper provides a timely and comprehensive overview of low-bit quantization methods, which are essential for achieving efficient inference in production systems.
The paper's curated list of resources and systematic categorization of quantization approaches make it a valuable starting point for both newcomers and experienced practitioners. By summarizing the state of the art, it helps the community understand which techniques work best under different constraints, such as bit-width, hardware target, and accuracy requirements.
The survey does not present new experimental results but aggregates findings from the literature. Key observations include: 8-bit quantization is now standard and often lossless; 4-bit quantization can achieve <1% accuracy drop on ImageNet with quantization-aware training; 2-bit and binary methods typically suffer 3-10% accuracy degradation, though recent advances in ternary and binary networks are narrowing the gap.
This survey has broad impact by consolidating knowledge in a rapidly evolving field. It enables AI practitioners to make informed decisions about which quantization method to adopt for their specific deployment scenario. By highlighting open problems, it also guides future research toward areas that need further innovation, such as hardware-aware quantization and automatic mixed-precision selection. Ultimately, this work supports the broader goal of making deep learning accessible on low-power devices, enabling applications in IoT, autonomous systems, and mobile AI.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba