paper-with-me

Papers

Catalyst Acceleration for First-order Convex Optimization: from Theory to Practice

2017-12-15 · Hongzhou Lin, Julien Mairal, Zaid Harchaoui

We introduce a generic scheme for accelerating gradient-based optimization methods in the sense of Nesterov. The approach, called Catalyst, builds upon the inexact accelerated proximal point algorithm for minimizing a convex objective function, and consists of approximately solving a sequence of well-chosen auxiliary problems, leading to faster convergence. One of the keys to achieve acceleration in theory and in practice is to solve these sub-problems with appropriate accuracy by using the right stopping criterion and the right warm-start strategy. We give practical guidelines to use Catalyst and present a comprehensive analysis of its global complexity. We show that Catalyst applies to a large class of algorithms, including gradient descent, block coordinate descent, incremental algorithms such as SAG, SAGA, SDCA, SVRG, MISO/Finito, and their proximal variants. For all of these methods, we establish faster rates using the Catalyst acceleration, for strongly convex and non-strongly convex objectives. We conclude with extensive experiments showing that acceleration is useful in practice, especially for ill-conditioned problems.

📄 PDF Abstract BibTeX arXiv:1712.05654

Code (1)

hongzhoulin89/Catalyst-QNing 공식 구현

Methods 이 논문이 사용한 방법론

SAGA SAGA is a method in the spirit of SAG, SDCA, MISO and SVRG, a set of recently proposed incremental gradient algorithms with fast linear convergence rates. SAGA improves on the…

Similar Papers 제목 키워드 기반

A Generic Acceleration Framework for Stochastic Composite Optimization

2019-06-03 · NeurIPS 2019 12 · Andrei Kulunchakov, Julien Mairal

In this paper, we introduce various mechanisms to obtain accelerated first-order stochastic optimization algorithms when the objective function is convex or strongly convex. Specifically, we extend the Catalyst approach …

Stochastic Optimization

Catalyst Acceleration for Gradient-Based Non-Convex Optimization

2017-03-31 · Courtney Paquette, Hongzhou Lin, Dmitriy Drusvyatskiy, Julien Mairal 외

We introduce a generic scheme to solve nonconvex optimization problems using gradient-based algorithms originally designed for minimizing convex functions. Even though these methods may originally require convexity to op…

DCatalyst: A Unified Accelerated Framework for Decentralized Optimization

2025-01-30 · Tianyu Cao, Xiaokai Chen, Gesualdo Scutari

We study decentralized optimization over a network of agents, modeled as graphs, with no central server. The goal is to minimize $f+r$, where $f$ represents a (strongly) convex function averaging the local agents' losses…

Acceleration Methods

2021-01-23 · Alexandre d'Aspremont, Damien Scieur, Adrien Taylor

This monograph covers some recent advances in a range of acceleration techniques frequently used in convex optimization. We first use quadratic optimization problems to introduce two key families of methods, namely momen…

A Catalyst Framework for Minimax Optimization

2020-12-01 · NeurIPS 2020 12 · Junchi Yang, Siqi Zhang, Negar Kiyavash, Niao He

We introduce a generic \emph{two-loop} scheme for smooth minimax optimization with strongly-convex-concave objectives. Our approach applies the accelerated proximal point framework (or Catalyst) to the associated \emph{d…