Prune-Quantize-Distill: An Ordered Pipeline for Efficient Neural Network Compression
Longsheng Zhou, Yu Shen

TL;DR
This paper presents an ordered pipeline combining pruning, quantization-aware training, and knowledge distillation to optimize neural network deployment, focusing on measured latency rather than proxy metrics.
Contribution
It introduces a practical, ordered approach that effectively balances accuracy, size, and latency, outperforming individual techniques in neural network compression.
Findings
INT8 QAT provides the main runtime benefit.
Pruning improves robustness of low-precision optimization.
The proposed pipeline achieves lower latency with competitive accuracy.
Abstract
Modern deployment often requires trading accuracy for efficiency under tight CPU and memory constraints, yet common compression proxies such as parameter count or FLOPs do not reliably predict wall-clock inference time. In particular, unstructured sparsity can reduce model storage while failing to accelerate (and sometimes slightly slowing down) standard CPU execution due to irregular memory access and sparse kernel overhead. Motivated by this gap between compression and acceleration, we study a practical, ordered pipeline that targets measured latency by combining three widely used techniques: unstructured pruning, INT8 quantization-aware training (QAT), and knowledge distillation (KD). Empirically, INT8 QAT provides the dominant runtime benefit, while pruning mainly acts as a capacity-reduction pre-conditioner that improves the robustness of subsequent low-precision optimization; KD,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
