paper-with-me

홈 › Papers

Ps and Qs: Quantization-aware pruning for efficient low latency neural network inference

2021-02-22 · Benjamin Hawks, Javier Duarte, Nicholas J. Fraser, Alessandro Pappalardo, Nhan Tran, Yaman Umuroglu

Efficient machine learning implementations optimized for inference in hardware have wide-ranging benefits, depending on the application, from lower inference latency to higher data throughput and reduced energy consumption. Two popular techniques for reducing computation in neural networks are pruning, removing insignificant synapses, and quantization, reducing the precision of the calculations. In this work, we explore the interplay between pruning and quantization during the training of neural networks for ultra low latency applications targeting high energy physics use cases. Techniques developed for this study have potential applications across many other domains. We study various configurations of pruning during quantization-aware training, which we term quantization-aware pruning, and the effect of techniques like regularization, batch normalization, and different pruning schemes on performance, computational complexity, and information content metrics. We find that quantization-aware pruning yields more computationally efficient models than either pruning or quantization alone for our task. Further, quantization-aware pruning typically performs similar to or better in terms of computational efficiency compared to other neural architecture search techniques like Bayesian optimization. Surprisingly, while networks with different training configurations can have similar performance for the benchmark application, the information content in the network can vary significantly, affecting its generalizability.

📄 PDF Abstract BibTeX arXiv:2102.11289

Code (1)

ben-hawks/pytorch-jet-classify 공식 구현 pytorch

Tasks

Bayesian OptimizationComputational EfficiencyNeural Architecture SearchQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

HQP: Sensitivity-Aware Hybrid Quantization and Pruning for Ultra-Low-Latency Edge AI Inference

2026-02-02 · Dinesh Gopalan, Ratul Ali arxiv

The escalating demand for high-fidelity, real-time inference in distributed edge-cloud environments necessitates aggressive model optimization to counteract severe latency and energy constraints. This paper introduces th…

Deep Microcompression: Structured Pruning and Bit-packed Quantization for Microcontrollers

2026-09-04 · Opegbemi Matthias Busoye, Tolulope Matthew Busoye, Eghonghon-aye Eigbe arxiv

This paper introduces Deep Microcompression (DMC), a hardware-aware pipeline for deep learning inference on bare-metal microcontrollers. DMC integrates structured pruning, quantization-aware training, and fixed-length bi…

Spatio-Temporal Pruning and Quantization for Low-latency Spiking Neural Networks

2021-04-26 · Sayeed Shafayet Chowdhury, Isha Garg, Kaushik Roy

Spiking Neural Networks (SNNs) are a promising alternative to traditional deep learning methods since they perform event-driven information processing. However, a major drawback of SNNs is high inference latency. The eff…

Model CompressionQuantization

EAC-MoE: Expert-Selection Aware Compressor for Mixture-of-Experts Large Language Models

2025-08-03 · Yuanteng Chen, Yuantian Shao, Peisong Wang, Jian Cheng arxiv

Mixture-of-Experts (MoE) has demonstrated promising potential in scaling LLMs. However, it is hindered by two critical challenges: (1) substantial GPU memory consumption to load all experts; (2) low activated parameters …

One-Shot Sensitivity-Aware Mixed Sparsity Pruning for Large Language Models

2023-10-14 · Hang Shao, Bei Liu, Bo Xiao, Ke Zeng 외

Various Large Language Models~(LLMs) from the Generative Pretrained Transformer(GPT) family have achieved outstanding performances in a wide range of text generation tasks. However, the enormous model sizes have hindered…

QuantizationSensitivityText Generation