paper-with-me

홈 › Papers

RECAPP: Crafting a More Efficient Catalyst for Convex Optimization

2022-06-17 · Yair Carmon, Arun Jambulapati, Yujia Jin, Aaron Sidford

The accelerated proximal point algorithm (APPA), also known as "Catalyst", is a well-established reduction from convex optimization to approximate proximal point computation (i.e., regularized minimization). This reduction is conceptually elegant and yields strong convergence rate guarantees. However, these rates feature an extraneous logarithmic term arising from the need to compute each proximal point to high accuracy. In this work, we propose a novel Relaxed Error Criterion for Accelerated Proximal Point (RECAPP) that eliminates the need for high accuracy subproblem solutions. We apply RECAPP to two canonical problems: finite-sum and max-structured minimization. For finite-sum problems, we match the best known complexity, previously obtained by carefully-designed problem-specific algorithms. For minimizing $\max_y f(x,y)$ where $f$ is convex in $x$ and strongly-concave in $y$, we improve on the best known (Catalyst-based) bound by a logarithmic factor.

📄 PDF Abstract BibTeX arXiv:2206.08627

Code (1)

yaircarmon/recapp 공식 구현

Similar Papers 제목 키워드 기반

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…

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 co…

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…

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…