paper-with-me

홈 › Papers

Unified Stochastic Framework for Neural Network Quantization and Pruning

2024-12-24 · Haoyu Zhang, Rayan Saab

Quantization and pruning are two essential techniques for compressing neural networks, yet they are often treated independently, with limited theoretical analysis connecting them. This paper introduces a unified framework for post-training quantization and pruning using stochastic path-following algorithms. Our approach builds on the Stochastic Path Following Quantization (SPFQ) method, extending its applicability to pruning and low-bit quantization, including challenging 1-bit regimes. By incorporating a scaling parameter and generalizing the stochastic operator, the proposed method achieves robust error correction and yields rigorous theoretical error bounds for both quantization and pruning as well as their combination.

📄 PDF Abstract BibTeX arXiv:2412.18184

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

A Unified Framework of DNN Weight Pruning and Weight Clustering/Quantization Using ADMM

2018-11-05 · Shaokai Ye, Tianyun Zhang, Kaiqi Zhang, Jiayu Li 외

Many model compression techniques of Deep Neural Networks (DNNs) have been investigated, including weight pruning, weight clustering and quantization, etc. Weight pruning leverages the redundancy in the number of weights…

ClusteringModel CompressionQuantization

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

AWP: Activation-Aware Weight Pruning and Quantization with Projected Gradient Descent

2025-06-11 · Jing Liu, Toshiaki Koike-Akino, Ye Wang, Hassan Mansour 외

To address the enormous size of Large Language Models (LLMs), model compression methods, such as quantization and pruning, are often deployed, especially on edge devices. In this work, we focus on layer-wise post-trainin…

Model CompressionQuantization

Unified Data-Free Compression: Pruning and Quantization without Fine-Tuning

2023-08-14 · ICCV 2023 1 · Shipeng Bai, Jun Chen, Xintian Shen, Yixuan Qian 외

Structured pruning and quantization are promising approaches for reducing the inference time and memory footprint of neural networks. However, most existing methods require the original training dataset to fine-tune the …

image-classificationImage ClassificationQuantization

UniQL: Unified Quantization and Low-rank Compression for Adaptive Edge LLMs

2025-12-03 · Hung-Yueh Chiang, Chi-Chih Chang, Yu-Chen Lu, Chien-Yu Lin 외 arxiv

Deploying large language models (LLMs) on mobile platforms faces significant challenges due to the limited memory and shared computational resources of the device. Resource availability may be an issue as it is directly …