paper-with-me

Papers

Stochastic Optimization with Variance Reduction for Infinite Datasets with Finite-Sum Structure

2016-10-04 · NeurIPS 2017 · Alberto Bietti, Julien Mairal

Stochastic optimization algorithms with variance reduction have proven successful for minimizing large finite sums of functions. Unfortunately, these techniques are unable to deal with stochastic perturbations of input data, induced for example by data augmentation. In such cases, the objective is no longer a finite sum, and the main candidate for optimization is the stochastic gradient descent method (SGD). In this paper, we introduce a variance reduction approach for these settings when the objective is composite and strongly convex. The convergence rate outperforms SGD with a typically much smaller constant factor, which depends on the variance of gradient estimates only due to perturbations on a single example.

📄 PDF Abstract BibTeX arXiv:1610.00970

Code (1)

albietz/stochs 공식 구현

Tasks

Data AugmentationStochastic Optimization

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Stochastic Optimization with Variance Reduction for Infinite Datasets with Finite Sum Structure

2017-12-01 · NeurIPS 2017 12 · Alberto Bietti, Julien Mairal

Stochastic optimization algorithms with variance reduction have proven successful for minimizing large finite sums of functions. Unfortunately, these techniques are unable to deal with stochastic perturbations of input d…

Data AugmentationStochastic Optimization

Lightweight Stochastic Optimization for Minimizing Finite Sums with Infinite Data

2018-06-08 · ICML 2018 7 · Shuai Zheng, James T. Kwok

Variance reduction has been commonly used in stochastic optimization. It relies crucially on the assumption that the data set is finite. However, when the data are imputed with random noise as in data augmentation, the p…

Data AugmentationStochastic Optimization

Accelerated Zeroth-order Method for Non-Smooth Stochastic Convex Optimization Problem with Infinite Variance

2023-09-21 · NeurIPS 2023 11

In this paper, we consider non-smooth stochastic convex optimization with two function evaluations per round under infinite noise variance. In the classical setting when noise has finite variance, an optimal algorithm, b…

Cyclic Block Coordinate Descent With Variance Reduction for Composite Nonconvex Optimization

2022-12-09 · Xufeng Cai, Chaobing Song, Stephen J. Wright, Jelena Diakonikolas

Nonconvex optimization is central in solving many machine learning problems, in which block-wise structure is commonly encountered. In this work, we propose cyclic block coordinate methods for nonconvex optimization prob…

Variance Reduction in Stochastic Particle-Optimization Sampling

2018-11-20 · ICML 2020 1 · Jianyi Zhang, Yang Zhao, Changyou Chen

Stochastic particle-optimization sampling (SPOS) is a recently-developed scalable Bayesian sampling framework that unifies stochastic gradient MCMC (SG-MCMC) and Stein variational gradient descent (SVGD) algorithms based…

POS