Gradient Descent Methods for Regularized Optimization
Filip Nikolovski, Irena Stojkovska, Katerina Hadzi-Velkova Saneva and, Zoran Hadzi-Velkov

TL;DR
This paper reviews gradient descent and proximal gradient descent methods for regularized optimization, introduces a variable step size algorithm based on local Lipschitz estimates, and demonstrates improved efficiency through experiments.
Contribution
It proposes a novel proximal gradient descent algorithm with adaptive step size estimation based on local Lipschitz constants, enhancing convergence speed.
Findings
The proposed method reduces the number of iterations needed for convergence.
It improves computational efficiency in synthetic and real-data experiments.
The adaptive step size outperforms fixed step size in proximal gradient descent.
Abstract
Regularization is a widely recognized technique in mathematical optimization. It can be used to smooth out objective functions, refine the feasible solution set, or prevent overfitting in machine learning models. Due to its simplicity and robustness, the gradient descent (GD) method is one of the primary methods used for numerical optimization of differentiable objective functions. However, GD is not well-suited for solving regularized optimization problems since these problems are non-differentiable at zero, causing iteration updates to oscillate or fail to converge. Instead, a more effective version of GD, called the proximal gradient descent employs a technique known as soft-thresholding to shrink the iteration updates toward zero, thus enabling sparsity in the solution. Motivated by the widespread applications of proximal GD in sparse and low-rank recovery across various…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNumerical methods in inverse problems
