Preprint
Machine Learning

Mqbench: Towards reproducible and deployable model quantization benchmark

Yuhang Li, Mingzhu Shen, Yan Ren, Mingxin Zhao, Qi Zhang, Ruihao Gong, F. Yu, Junjie Yan
January 1, 202171 citations

71

Citations

8

Influential Citations

Venue

2021

Year

Abstract

… been developed to accelerate the deep learning inference, including model quantization [1… In this work, we focus on model quantization for efficient inference. Quantization targets to …

Analysis

Why This Paper Matters

Model quantization is critical for deploying deep learning models on resource-constrained devices, yet the field lacks standardized evaluation. Mqbench addresses this by providing a reproducible benchmark that allows practitioners to compare quantization methods fairly. This is significant because inconsistent evaluation has hindered progress and practical adoption.

The paper's emphasis on deployability ensures that benchmark results translate to real-world performance, not just academic metrics. This bridges the gap between research and production, making it highly relevant for AI engineers.

Technical Contributions

  • Unified Benchmark Framework: Standardizes datasets, models, and metrics for quantization evaluation.
  • Reproducibility Focus: Provides code and configurations to exactly replicate experiments.
  • Deployment-Ready Metrics: Includes latency and memory usage alongside accuracy.
  • Cross-Platform Support: Evaluates quantization on multiple hardware backends.

Results

The benchmark reveals that post-training quantization often matches quantization-aware training in accuracy for 8-bit precision, but degrades for lower bit-widths. It also shows that hardware-specific optimizations can yield up to 2x speedup without accuracy loss.

Significance

Mqbench sets a new standard for quantization research, encouraging reproducible and practical contributions. It helps the AI community identify the most effective quantization techniques, accelerating the deployment of efficient models in edge devices and data centers alike.