paper-with-me

Papers

Bayesian Bits: Unifying Quantization and Pruning

2020-05-14 · NeurIPS 2020 12 · Mart van Baalen, Christos Louizos, Markus Nagel, Rana Ali Amjad, Ying Wang, Tijmen Blankevoort, Max Welling

We introduce Bayesian Bits, a practical method for joint mixed precision quantization and pruning through gradient based optimization. Bayesian Bits employs a novel decomposition of the quantization operation, which sequentially considers doubling the bit width. At each new bit width, the residual error between the full precision value and the previously rounded value is quantized. We then decide whether or not to add this quantized residual error for a higher effective bit width and lower quantization noise. By starting with a power-of-two bit width, this decomposition will always produce hardware-friendly configurations, and through an additional 0-bit option, serves as a unified view of pruning and quantization. Bayesian Bits then introduces learnable stochastic gates, which collectively control the bit width of the given tensor. As a result, we can obtain low bit solutions by performing approximate inference over the gates, with prior distributions that encourage most of them to be switched off. We experimentally validate our proposed method on several benchmark datasets and show that we can learn pruned, mixed precision networks that provide a better trade-off between accuracy and efficiency than their static bit width equivalents.

📄 PDF Abstract BibTeX arXiv:2005.07093

Code (1)

Qualcomm-AI-research/BayesianBits pytorch

Tasks

Quantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Joint Structural Pruning and Mixed-Precision Quantization for LLM Compression

2026-06-05 · Hoang-Loc La, Truong-Thanh Le, Amir Taherkordi, Phuong Hoai Ha arxiv

Recently, the efficiency of Large Language Models (LLMs) deployment has become a critical concern in practical applications. While post-training quantization (PTQ) and structural pruning are established techniques for re…

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 외

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 consumpti…

Bayesian OptimizationComputational EfficiencyNeural Architecture SearchQuantization

BitsMoE: Efficient Spectral Energy-Guided Bit Allocation for MoE LLM Quantization

2026-05-22 · Jiayu Zhao, Zihan Teng, Minhao Fan, Tianrui Ma 외 arxiv

Mixture-of-Experts (MoE) large language models reduce per-token computation through sparse expert activation, but their deployment remains memory-intensive because all expert weights must be kept resident in memory. Exis…

Automatic Pruning for Quantized Neural Networks

2020-02-03 · Luis Guerra, Bohan Zhuang, Ian Reid, Tom Drummond

Neural network quantization and pruning are two techniques commonly used to reduce the computational complexity and memory footprint of these models for deployment. However, most existing pruning strategies operate on fu…

Bayesian OptimizationQuantization

QPruner: Probabilistic Decision Quantization for Structured Pruning in Large Language Models

2024-12-16 · Changhai Zhou, Yuhua Zhou, Shijie Han, Qian Qiao 외

The rise of large language models (LLMs) has significantly advanced various natural language processing (NLP) tasks. However, the resource demands of these models pose substantial challenges. Structured pruning is an eff…

Bayesian OptimizationQuantization