paper-with-me

Papers

Position-based Scaled Gradient for Model Quantization and Pruning

2020-05-22 · NeurIPS 2020 12 · Jangho Kim, KiYoon Yoo, Nojun Kwak

We propose the position-based scaled gradient (PSG) that scales the gradient depending on the position of a weight vector to make it more compression-friendly. First, we theoretically show that applying PSG to the standard gradient descent (GD), which is called PSGD, is equivalent to the GD in the warped weight space, a space made by warping the original weight space via an appropriately designed invertible function. Second, we empirically show that PSG acting as a regularizer to a weight vector is favorable for model compression domains such as quantization and pruning. PSG reduces the gap between the weight distributions of a full-precision model and its compressed counterpart. This enables the versatile deployment of a model either as an uncompressed mode or as a compressed mode depending on the availability of resources. The experimental results on CIFAR-10/100 and ImageNet datasets show the effectiveness of the proposed PSG in both domains of pruning and quantization even for extremely low bits. The code is released in Github.

📄 PDF Abstract BibTeX arXiv:2005.11035

Code (1)

Jangho-Kim/PSG-pytorch 공식 구현 pytorch

Tasks

Model CompressionPositionQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

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

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

Same, Same But Different - Recovering Neural Network Quantization Error Through Weight Factorization

2019-02-05 · Eldad Meller, Alexander Finkelstein, Uri Almog, Mark Grobman

Quantization of neural networks has become common practice, driven by the need for efficient implementations of deep neural networks on embedded devices. In this paper, we exploit an oft-overlooked degree of freedom in m…

Network PruningQuantization

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

Automatic Joint Structured Pruning and Quantization for Efficient Neural Network Training and Compression

2025-02-23 · CVPR 2025 1 · Xiaoyi Qu, David Aponte, Colby Banbury, Daniel P. Robinson 외

Structured pruning and quantization are fundamental techniques used to reduce the size of deep neural networks (DNNs) and typically are applied independently. Applying these techniques jointly via co-optimization has the…

Efficient Neural NetworkQuantization