MLLGNov 7, 2022

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

arXiv:2211.03741v24 citationsh-index: 68
Originality Incremental advance
AI Analysis

This addresses efficient training of quantized neural networks for deployment on resource-constrained devices, representing an incremental improvement over existing methods.

The paper tackles training deep neural networks with quantized weights by proposing AskewSGD, an annealed interval-constrained optimization method, which performs better than or on par with state-of-the-art methods in benchmarks.

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 smoothed sequence of interval-constrained optimization problems. Then, we propose a new first-order stochastic method, AskewSGD, to solve each constrained optimization subproblem. Unlike algorithms with active sets and feasible directions, AskewSGD avoids projections or optimization under the entire feasible set and allows iterates that are infeasible. The numerical complexity of AskewSGD is comparable to existing approaches for training QNNs, such as the straight-through gradient estimator used in BinaryConnect, or other state of the art methods (ProxQuant, LUQ). We establish convergence guarantees for AskewSGD (under general assumptions for the objective function). Experimental results show that the AskewSGD algorithm performs better than or on par with state of the art methods in classical benchmarks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes