paper-with-me

홈 › Papers

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 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.

📄 PDF Abstract BibTeX arXiv:2211.03741

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

A Contraction-constrained Model Predictive Control for Multi-timescale Nonlinear Processes

2022-05-09 · Ryan Mccloy, Lai Wei, Jie Bao

Many chemical processes exhibit diverse timescale dynamics with a strong coupling between timescale sensitive variables. Model predictive control with a non-uniformly spaced optimisation horizon is an effective approach …

Model Predictive ControlPrediction

Direct Interval Propagation Methods using Neural-Network Surrogates for Uncertainty Quantification in Physical Systems Surrogate Model

2026-03-22 · Ghifari Adam Faza, Jolan Wauters, Fabio Cuzzolin, Hans Hallez 외 arxiv

In engineering, uncertainty propagation aims to characterise system outputs under uncertain inputs. For interval uncertainty, the goal is to determine output bounds given interval-valued inputs, which is critical for rob…

Computational Efficiency

Winner of CVPR2026 NTIRE Challenge on Image Shadow Removal: Semantic and Geometric Guidance for Shadow Removal via Cascaded Refinement

2026-04-17 · Lorenzo Beltrame, Jules Salzinger, Filip Svoboda, Jasmin Lampert 외 arxiv

We present a three-stage progressive shadow-removal pipeline for the CVPR2026 NTIRE WSRD+ challenge. Built on OmniSR, our method treats deshadowing as iterative direct refinement, where later stages correct residual arte…

Image Shadow Removal

Generalized Decision Focused Learning under Imprecise Uncertainty--Theoretical Study

2025-02-25 · Keivan Shariatmadar, Neil Yorke-Smith, Ahmad Osman, Fabio Cuzzolin 외

Decision Focused Learning has emerged as a critical paradigm for integrating machine learning with downstream optimisation. Despite its promise, existing methodologies predominantly rely on probabilistic models and focus…

Decision Making

A Feature-Based Comparison of Evolutionary Computing Techniques for Constrained Continuous Optimisation

2015-09-23 · Shayan Poursoltan, Frank Neumann

Evolutionary algorithms have been frequently applied to constrained continuous optimisation problems. We carry out feature based comparisons of different types of evolutionary algorithms such as evolution strategies, dif…

Evolutionary Algorithms