paper-with-me

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 reducing memory footprint and inference latency, most existing PTQ approaches optimize quantization errors on a per-layer basis, overlooking how errors accumulate and propagate through the network, often resulting in suboptimal solutions. Traditional pipelines also tend to apply pruning and quantization in isolation or sequentially, further compounding sub-optimality. We introduce a novel end-to-end framework that addresses these limitations in two key ways. First, we propose a novel mixed-precision PTQ strategy that directly minimizes global error propagation across the entire model, rather than isolating layer-wise errors. Building on this, we develop a novel joint optimization approach that simultaneously learns structural pruning decisions and mixed-precision quantization policies within a unified search space. Extensive experiments show that, at ultra-low precisions (1-3 bits), our quantization method reduces WikiText perplexity by up to 21% compared to state-of-the-art (SoTA) weight-activation quantization baselines. Against leading weight-only quantization methods, it achieves up to 59% and 85% lower perplexity on WikiText and C4, respectively. Compared to the SoTA joint pruning-and-quantization techniques, our proposed method delivers superior perplexity and reasoning performance at ultra-low bits.

📄 PDF Abstract BibTeX arXiv:2606.07819

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Automated Model Compression by Jointly Applied Pruning and Quantization

2020-11-12 · Wenting Tang, Xingxing Wei, Bo Li

In the traditional deep compression framework, iteratively performing network pruning and quantization can reduce the model size and computation cost to meet the deployment requirements. However, such a step-wise applica…

AutoMLModel CompressionNetwork Pruningobject-detection+2

CoDeQ: End-to-End Joint Model Compression with Dead-Zone Quantizer for High-Sparsity and Low-Precision Networks

2025-12-15 · Jonathan Wenshøj, Tong Chen, Bob Pepin, Raghavendra Selvan arxiv

While joint pruning--quantization is theoretically superior to sequential application, current joint methods rely on auxiliary procedures outside the training loop for finding compression parameters. This reliance adds e…

Model Compression

Bayesian Bits: Unifying Quantization and Pruning

2020-05-14 · NeurIPS 2020 12 · Mart van Baalen, Christos Louizos, Markus Nagel, Rana Ali Amjad 외

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

Quantization

Towards Optimal Compression: Joint Pruning and Quantization

2023-02-15 · Ben Zandonati, Glenn Bucagu, Adrian Alan Pol, Maurizio Pierini 외

Model compression is instrumental in optimizing deep neural network inference on resource-constrained hardware. The prevailing methods for network compression, namely quantization and pruning, have been shown to enhance …

Model CompressionNeural Architecture SearchQuantization

Differentiable Joint Pruning and Quantization for Hardware Efficiency

2020-07-20 · ECCV 2020 8 · Ying Wang, Yadong Lu, Tijmen Blankevoort

We present a differentiable joint pruning and quantization (DJPQ) scheme. We frame neural network compression as a joint gradient-based optimization problem, trading off between model pruning and quantization automatical…

Neural Network CompressionQuantization