paper-with-me

홈 › Papers

RAPID: Rapidly Accelerated Proximal Gradient Algorithms for Convex Minimization

2014-06-13 · Ziming Zhang, Venkatesh Saligrama

In this paper, we propose a new algorithm to speed-up the convergence of accelerated proximal gradient (APG) methods. In order to minimize a convex function $f(\mathbf{x})$, our algorithm introduces a simple line search step after each proximal gradient step in APG so that a biconvex function $f(\theta\mathbf{x})$ is minimized over scalar variable $\theta>0$ while fixing variable $\mathbf{x}$. We propose two new ways of constructing the auxiliary variables in APG based on the intermediate solutions of the proximal gradient and the line search steps. We prove that at arbitrary iteration step $t (t\geq1)$, our algorithm can achieve a smaller upper-bound for the gap between the current and optimal objective values than those in the traditional APG methods such as FISTA, making it converge faster in practice. In fact, our algorithm can be potentially applied to many important convex optimization problems, such as sparse linear regression and kernel SVMs. Our experimental results clearly demonstrate that our algorithm converges faster than APG in all of the applications above, even comparable to some sophisticated solvers.

📄 PDF Abstract BibTeX arXiv:1406.4445

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Inexact Proximal Gradient Methods for Non-convex and Non-smooth Optimization

2016-12-18 · Bin Gu, De Wang, Zhouyuan Huo, Heng Huang

In machine learning research, the proximal gradient methods are popular for solving various optimization problems with non-smooth regularization. Inexact proximal gradient methods are extremely important when exactly sol…

BIG-bench Machine Learning

Ptychographic phase-retrieval by proximal algorithms

2019-09-13

We derive a set of ptychography phase-retrieval iterative engines based on proximal algorithms originally developed in convex optimization theory, and discuss their connections with existing ones. The use of proximal ope…

Retrieval

First-Order Methods for Convex Optimization

2021-01-04 · Pavel Dvurechensky, Mathias Staudigl, Shimrit Shtern

First-order methods for solving convex optimization problems have been at the forefront of mathematical optimization in the last 20 years. The rapid development of this important class of algorithms is motivated by the s…

Survey

Proximal Gradient Algorithm with Momentum and Flexible Parameter Restart for Nonconvex Optimization

2020-02-26 · Yi Zhou, Zhe Wang, Kaiyi Ji, Yingbin Liang 외

Various types of parameter restart schemes have been proposed for accelerated gradient algorithms to facilitate their practical convergence in convex optimization. However, the convergence properties of accelerated gradi…

Proximal Gradient Temporal Difference Learning: Stable Reinforcement Learning with Polynomial Sample Complexity

2020-06-06 · Bo Liu, Ian Gemp, Mohammad Ghavamzadeh, Ji Liu 외

In this paper, we introduce proximal gradient temporal difference learning, which provides a principled way of designing and analyzing true stochastic gradient temporal difference learning algorithms. We show how gradien…

reinforcement-learningReinforcement Learning (RL)