paper-with-me

Papers

Solving Stochastic Compositional Optimization is Nearly as Easy as Solving Stochastic Optimization

2020-08-25 · Tianyi Chen, Yuejiao Sun, Wotao Yin

Stochastic compositional optimization generalizes classic (non-compositional) stochastic optimization to the minimization of compositions of functions. Each composition may introduce an additional expectation. The series of expectations may be nested. Stochastic compositional optimization is gaining popularity in applications such as reinforcement learning and meta learning. This paper presents a new Stochastically Corrected Stochastic Compositional gradient method (SCSC). SCSC runs in a single-time scale with a single loop, uses a fixed batch size, and guarantees to converge at the same rate as the stochastic gradient descent (SGD) method for non-compositional stochastic optimization. This is achieved by making a careful improvement to a popular stochastic compositional gradient method. It is easy to apply SGD-improvement techniques to accelerate SCSC. This helps SCSC achieve state-of-the-art performance for stochastic compositional optimization. In particular, we apply Adam to SCSC, and the exhibited rate of convergence matches that of the original Adam on non-compositional stochastic optimization. We test SCSC using the portfolio management and model-agnostic meta-learning tasks.

📄 PDF Abstract BibTeX arXiv:2008.10847

Code (0)

등록된 구현이 없습니다.

Tasks

ManagementMeta-LearningStochastic Optimization

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Nearly Optimal Robust Method for Convex Compositional Problems with Heavy-Tailed Noise

2020-06-17 · Yan Yan, Xin Man, Tianbao Yang

In this paper, we propose robust stochastic algorithms for solving convex compositional problems of the form $f(\E_\xi g(\cdot; \xi)) + r(\cdot)$ by establishing {\bf sub-Gaussian confidence bounds} under weak assumption…

Katyusha Acceleration for Convex Finite-Sum Compositional Optimization

2019-10-24 · Yibo Xu, Yangyang Xu

Structured problems arise in many applications. To solve these problems, it is important to leverage the structure information. This paper focuses on convex problems with a finite-sum compositional structure. Finite-sum …

Stochastic Optimization

Multi-block-Single-probe Variance Reduced Estimator for Coupled Compositional Optimization

2022-07-18 · Wei Jiang, Gang Li, Yibo Wang, Lijun Zhang 외

Variance reduction techniques such as SPIDER/SARAH/STORM have been extensively studied to improve the convergence rates of stochastic non-convex optimization, which usually maintain and update a sequence of estimators fo…

Stochastic Gauss-Newton Algorithms for Nonconvex Compositional Optimization

2020-02-17 · ICML 2020 1 · Quoc Tran-Dinh, Nhan H. Pham, Lam M. Nguyen

We develop two new stochastic Gauss-Newton algorithms for solving a class of non-convex stochastic compositional optimization problems frequently arising in practice. We consider both the expectation and finite-sum setti…

Efficient Smooth Non-Convex Stochastic Compositional Optimization via Stochastic Recursive Gradient Descent

2019-12-01 · NeurIPS 2019 12 · Huizhuo Yuan, Xiangru Lian, Chris Junchi Li, Ji Liu 외

Stochastic compositional optimization arises in many important machine learning tasks such as reinforcement learning and portfolio management. The objective function is the composition of two expectations of stochastic f…

ManagementReinforcement LearningStochastic Optimization