paper-with-me

홈 › Papers

ProxQuant: Quantized Neural Networks via Proximal Operators

2018-10-01 · ICLR 2019 5 · Yu Bai, Yu-Xiang Wang, Edo Liberty

To make deep neural networks feasible in resource-constrained environments (such as mobile devices), it is beneficial to quantize models by using low-precision weights. One common technique for quantizing neural networks is the straight-through gradient method, which enables back-propagation through the quantization mapping. Despite its empirical success, little is understood about why the straight-through gradient method works. Building upon a novel observation that the straight-through gradient method is in fact identical to the well-known Nesterov's dual-averaging algorithm on a quantization constrained optimization problem, we propose a more principled alternative approach, called ProxQuant, that formulates quantized network training as a regularized learning problem instead and optimizes it via the prox-gradient method. ProxQuant does back-propagation on the underlying full-precision vector and applies an efficient prox-operator in between stochastic gradient steps to encourage quantizedness. For quantizing ResNets and LSTMs, ProxQuant outperforms state-of-the-art results on binary quantization and is on par with state-of-the-art on multi-bit quantization. For binary quantization, our analysis shows both theoretically and experimentally that ProxQuant is more stable than the straight-through gradient method (i.e. BinaryConnect), challenging the indispensability of the straight-through gradient method and providing a powerful alternative.

📄 PDF Abstract BibTeX arXiv:1810.00861

Code (1)

allenbai01/ProxQuant 공식 구현 pytorch

Tasks

Quantization

Similar Papers 제목 키워드 기반

A General Family of Stochastic Proximal Gradient Methods for Deep Learning

2020-07-15 · Jihun Yun, Aurelie C. Lozano, Eunho Yang

We study the training of regularized neural networks where the regularizer can be non-smooth and non-convex. We propose a unified framework for stochastic proximal gradient descent, which we term ProxGen, that allows for…

Quantization

AskewSGD : An Annealed interval-constrained Optimisation method to train Quantized Neural Networks

2022-11-07 · Louis Leconte, Sholom Schechtman, Eric Moulines

In this paper, we develop a new algorithm, Annealed Skewed SGD - AskewSGD - for training deep neural networks (DNNs) with quantized weights. First, we formulate the training of quantized neural networks (QNNs) as a smoot…

Adaptive Proximal Gradient Methods for Structured Neural Networks

2021-12-01 · NeurIPS 2021 12 · Jihun Yun, Aurelie C. Lozano, Eunho Yang

We consider the training of structured neural networks where the regularizer can be non-smooth and possibly non-convex. While popular machine learning libraries have resorted to stochastic (adaptive) subgradient approach…

Quantization

Learning Affine-Equivariant Proximal Operators

2026-04-16 · Oriel Savir, Zhenghan Fang, Jeremias Sulam arxiv

Proximal operators are fundamental across many applications in signal processing and machine learning, including solving ill-posed inverse problems. Recent work has introduced Learned Proximal Networks (LPNs), providing …

What's in a Prior? Learned Proximal Networks for Inverse Problems

2023-10-22 · Zhenghan Fang, Sam Buchanan, Jeremias Sulam

Proximal operators are ubiquitous in inverse problems, commonly appearing as part of algorithmic strategies to regularize problems that are otherwise ill-posed. Modern deep learning models have been brought to bear for t…