paper-with-me

홈 › Papers

Confounding Tradeoffs for Neural Network Quantization

2021-02-12 · Sahaj Garg, Anirudh Jain, Joe Lou, Mitchell Nahmias

Many neural network quantization techniques have been developed to decrease the computational and memory footprint of deep learning. However, these methods are evaluated subject to confounding tradeoffs that may affect inference acceleration or resource complexity in exchange for higher accuracy. In this work, we articulate a variety of tradeoffs whose impact is often overlooked and empirically analyze their impact on uniform and mixed-precision post-training quantization, finding that these confounding tradeoffs may have a larger impact on quantized network accuracy than the actual quantization methods themselves. Because these tradeoffs constrain the attainable hardware acceleration for different use-cases, we encourage researchers to explicitly report these design choices through the structure of "quantization cards." We expect quantization cards to help researchers compare methods more effectively and engineers determine the applicability of quantization techniques for their hardware.

📄 PDF Abstract BibTeX arXiv:2102.06366

Code (1)

sahajgarg/low_precision_nn 공식 구현 pytorch

Tasks

Quantization

Similar Papers 제목 키워드 기반

Modeling Image Quantization Tradeoffs for Optimal Compression

2021-12-14 · Johnathan Chiu

All Lossy compression algorithms employ similar compression schemes -- frequency domain transform followed by quantization and lossless encoding schemes. They target tradeoffs by quantizating high frequency data to incre…

Quantization

Tradeoffs of Linear Mixed Models in Genome-wide Association Studies

2021-11-05 · Haohan Wang, Bryon Aragam, Eric Xing

Motivated by empirical arguments that are well-known from the genome-wide association studies (GWAS) literature, we study the statistical properties of linear mixed models (LMMs) applied to GWAS. First, we study the sens…

Combining Compressions for Multiplicative Size Scaling on Natural Language Tasks

2022-08-20 · COLING 2022 10 · Rajiv Movva, Jinhao Lei, Shayne Longpre, Ajay Gupta 외

Quantization, knowledge distillation, and magnitude pruning are among the most popular methods for neural network compression in NLP. Independently, these methods reduce model size and can accelerate inference, but their…

Knowledge DistillationNeural Network CompressionQuantization

Systematic Characterization of LLM Quantization: A Performance, Energy, and Quality Perspective

2025-08-22 · Tianyao Shi, Yi Ding arxiv

Large language models (LLMs) have demonstrated remarkable capabilities across diverse domains, but their heavy resource demands make quantization-reducing precision to lower-bit formats-critical for efficient serving. Wh…

DQ-SGD: Dynamic Quantization in SGD for Communication-Efficient Distributed Learning

2021-07-30 · Guangfeng Yan, Shao-Lun Huang, Tian Lan, Linqi Song

Gradient quantization is an emerging technique in reducing communication costs in distributed learning. Existing gradient quantization algorithms often rely on engineering heuristics or empirical observations, lacking a …

Quantization