paper-with-me

Papers

Stochastically Controlled Stochastic Gradient for the Convex and Non-convex Composition problem

2018-09-06 · Liu Liu, Ji Liu, Cho-Jui Hsieh, DaCheng Tao

In this paper, we consider the convex and non-convex composition problem with the structure $\frac{1}{n}\sum\nolimits_{i = 1}^n {{F_i}( {G( x )} )}$, where $G( x )=\frac{1}{n}\sum\nolimits_{j = 1}^n {{G_j}( x )} $ is the inner function, and $F_i(\cdot)$ is the outer function. We explore the variance reduction based method to solve the composition optimization. Due to the fact that when the number of inner function and outer function are large, it is not reasonable to estimate them directly, thus we apply the stochastically controlled stochastic gradient (SCSG) method to estimate the gradient of the composition function and the value of the inner function. The query complexity of our proposed method for the convex and non-convex problem is equal to or better than the current method for the composition problem. Furthermore, we also present the mini-batch version of the proposed method, which has the improved the query complexity with related to the size of the mini-batch.

📄 PDF Abstract BibTeX arXiv:1809.02505

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stochastically Controlled Compositional Gradient for the Composition problem

2019-09-25 · Liu Liu, Ji Liu, Cho-Jui Hsieh, DaCheng Tao

We consider composition problems of the form $\frac{1}{n}\sum\nolimits_{i= 1}^n F_i(\frac{1}{n}\sum\nolimits_{j = 1}^n G_j(x))$. Composition optimization arises in many important machine learning applications: reinforc…

Escaping Saddle Points with Stochastically Controlled Stochastic Gradient Methods

2021-03-07 · Guannan Liang, Qianqian Tong, Chunjiang Zhu, Jinbo Bi

Stochastically controlled stochastic gradient (SCSG) methods have been proved to converge efficiently to first-order stationary points which, however, can be saddle points in nonconvex optimization. It has been observed …

How To Make the Gradients Small Stochastically: Even Faster Convex and Nonconvex SGD

2018-01-08 · NeurIPS 2018 12 · Zeyuan Allen-Zhu

Stochastic gradient descent (SGD) gives an optimal convergence rate when minimizing convex stochastic objectives $f(x)$. However, in terms of making the gradients small, the original SGD does not give an optimal rate, ev…

On the Adaptivity of Stochastic Gradient-Based Optimization

2019-04-09 · Lihua Lei, Michael. I. Jordan

Stochastic-gradient-based optimization has been a core enabling methodology in applications to large-scale problems in machine learning and related areas. Despite the progress, the gap between theory and practice remains…

Conditional gradient methods for stochastically constrained convex minimization

2020-07-07 · ICML 2020 1 · Maria-Luiza Vladarean, Ahmet Alacaoglu, Ya-Ping Hsieh, Volkan Cevher

We propose two novel conditional gradient-based methods for solving structured stochastic convex optimization problems with a large number of linear constraints. Instances of this template naturally arise from SDP-relaxa…