paper-with-me

Papers

Gradient Descent Methods for Regularized Optimization

2024-12-28 · Filip Nikolovski, Irena Stojkovska, Katerina Hadzi-Velkova Saneva, Zoran Hadzi-Velkov

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 $\ell^1$ 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 engineering disciplines, we provide an overview of the GD and proximal GD methods for solving regularized optimization problems. Furthermore, this paper proposes a novel algorithm for the proximal GD method that incorporates a variable step size. Unlike conventional proximal GD, which uses a fixed step size based on the global Lipschitz constant, our method estimates the Lipschitz constant locally at each iteration and uses its reciprocal as the step size. This eliminates the need for a global Lipschitz constant, which can be impractical to compute. Numerical experiments we performed on synthetic and real-data sets show notable performance improvement of the proposed method compared to the conventional proximal GD with constant step size, both in terms of number of iterations and in time requirements.

📄 PDF Abstract BibTeX arXiv:2412.20115

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SOFIM: Stochastic Optimization Using Regularized Fisher Information Matrix

2024-03-05 · Mrinmay Sen, A. K. Qin, Gayathri C, Raghu Kishore N 외

This paper introduces a new stochastic optimization method based on the regularized Fisher information matrix (FIM), named SOFIM, which can efficiently utilize the FIM to approximate the Hessian matrix for finding Newton…

image-classificationImage ClassificationStochastic Optimization

Never Go Full Batch (in Stochastic Convex Optimization)

2021-06-29 · NeurIPS 2021 12 · Idan Amir, Yair Carmon, Tomer Koren, Roi Livni

We study the generalization performance of $\text{full-batch}$ optimization algorithms for stochastic convex optimization: these are first-order methods that only access the exact gradient of the empirical risk (rather t…

Regularized Gradient Descent Ascent for Two-Player Zero-Sum Markov Games

2022-05-27 · Sihan Zeng, Thinh T. Doan, Justin Romberg

We study the problem of finding the Nash equilibrium in a two-player zero-sum Markov game. Due to its formulation as a minimax optimization program, a natural approach to solve the problem is to perform gradient descent/…

Vocal Bursts Valence Prediction

Entropy annealing for policy mirror descent in continuous time and space

2024-05-30 · Deven Sethi, David Šiška, Yufei Zhang

Entropy regularization has been widely used in policy optimization algorithms to enhance exploration and the robustness of the optimal control; however it also introduces an additional regularization bias. This work quan…

Policy Gradient Methods

Connecting Optimization and Regularization Paths

2018-12-01 · NeurIPS 2018 12 · Arun Suggala, Adarsh Prasad, Pradeep K. Ravikumar

We study the implicit regularization properties of optimization techniques by explicitly connecting their optimization paths to the regularization paths of ``corresponding'' regularized problems. This surprising connecti…