paper-with-me

Papers

COCO Denoiser: Using Co-Coercivity for Variance Reduction in Stochastic Convex Optimization

2021-09-07 · Manuel Madeira, Renato Negrinho, João Xavier, Pedro M. Q. Aguiar

First-order methods for stochastic optimization have undeniable relevance, in part due to their pivotal role in machine learning. Variance reduction for these algorithms has become an important research topic. In contrast to common approaches, which rarely leverage global models of the objective function, we exploit convexity and L-smoothness to improve the noisy estimates outputted by the stochastic gradient oracle. Our method, named COCO denoiser, is the joint maximum likelihood estimator of multiple function gradients from their noisy observations, subject to co-coercivity constraints between them. The resulting estimate is the solution of a convex Quadratically Constrained Quadratic Problem. Although this problem is expensive to solve by interior point methods, we exploit its structure to apply an accelerated first-order algorithm, the Fast Dual Proximal Gradient method. Besides analytically characterizing the proposed estimator, we show empirically that increasing the number and proximity of the queried points leads to better gradient estimates. We also apply COCO in stochastic settings by plugging it in existing algorithms, such as SGD, Adam or STRSAGA, outperforming their vanilla versions, even in scenarios where our modelling assumptions are mismatched.

📄 PDF Abstract BibTeX arXiv:2109.03207

Code (1)

manuelmlmadeira/coco-denoiser 공식 구현

Tasks

Stochastic Optimization

Methods 이 논문이 사용한 방법론

Adam 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Cocoercivity, Smoothness and Bias in Variance-Reduced Stochastic Gradient Methods

2019-03-21 · Martin Morin, Pontus Giselsson

With the purpose of examining biased updates in variance-reduced stochastic gradient methods, we introduce SVAG, a SAG/SAGA-like method with adjustable bias. SVAG is analyzed in a cocoercive root-finding setting, a setti…

Single-Forward-Step Projective Splitting: Exploiting Cocoercivity

2019-02-24 · Patrick R. Johnstone, Jonathan Eckstein

This work describes a new variant of projective splitting for solving maximal monotone inclusions and complicated convex optimization problems. In the new version, cocoercive operators can be processed with a single forw…

Sifting through the noise: Universal first-order methods for stochastic variational inequalities

2021-12-01 · NeurIPS 2021 12 · Kimon Antonakopoulos, Thomas Pethick, Ali Kavis, Panayotis Mertikopoulos 외

We examine a flexible algorithmic framework for solving monotone variational inequalities in the presence of randomness and uncertainty. The proposed template encompasses a wide range of popular first-order methods, incl…

SARAH-based Variance-reduced Algorithm for Stochastic Finite-sum Cocoercive Variational Inequalities

2022-10-12 · Aleksandr Beznosikov, Alexander Gasnikov

Variational inequalities are a broad formalism that encompasses a vast number of applications. Motivated by applications in machine learning and beyond, stochastic methods are of great importance. In this paper we consid…

Stochastic Gradient Descent-Ascent and Consensus Optimization for Smooth Games: Convergence Analysis under Expected Co-coercivity

2021-06-30 · NeurIPS 2021 12 · Nicolas Loizou, Hugo Berard, Gauthier Gidel, Ioannis Mitliagkas 외

Two of the most prominent algorithms for solving unconstrained smooth games are the classical stochastic gradient descent-ascent (SGDA) and the recently introduced stochastic consensus optimization (SCO) [Mescheder et al…