paper-with-me

Papers

Optimal Algorithms for Stochastic Multi-Level Compositional Optimization

2022-02-15 · Wei Jiang, Bokun Wang, Yibo Wang, Lijun Zhang, Tianbao Yang

In this paper, we investigate the problem of stochastic multi-level compositional optimization, where the objective function is a composition of multiple smooth but possibly non-convex functions. Existing methods for solving this problem either suffer from sub-optimal sample complexities or need a huge batch size. To address these limitations, we propose a Stochastic Multi-level Variance Reduction method (SMVR), which achieves the optimal sample complexity of $\mathcal{O}\left(1 / \epsilon^{3}\right)$ to find an $\epsilon$-stationary point for non-convex objectives. Furthermore, when the objective function satisfies the convexity or Polyak-{\L}ojasiewicz (PL) condition, we propose a stage-wise variant of SMVR and improve the sample complexity to $\mathcal{O}\left(1 / \epsilon^{2}\right)$ for convex functions or $\mathcal{O}\left(1 /\left(\mu\epsilon\right)\right)$ for non-convex functions satisfying the $\mu$-PL condition. The latter result implies the same complexity for $\mu$-strongly convex functions. To make use of adaptive learning rates, we also develop Adaptive SMVR, which achieves the same complexities but converges faster in practice. All our complexities match the lower bounds not only in terms of $\epsilon$ but also in terms of $\mu$ (for PL or strongly convex functions), without using a large batch size in each iteration.

📄 PDF Abstract BibTeX arXiv:2202.07530

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stochastic Compositional Optimization with Compositional Constraints

2022-09-09 · Shuoguang Yang, Wei You, Zhe Zhang, Ethan X. Fang

Stochastic compositional optimization (SCO) has attracted considerable attention because of its broad applicability to important real-world problems. However, existing works on SCO assume that the projection within a sol…

Management

Decentralized Multi-Level Compositional Optimization Algorithms with Level-Independent Convergence Rate

2023-06-06 · Hongchang Gao

Stochastic multi-level compositional optimization problems cover many new machine learning paradigms, e.g., multi-step model-agnostic meta-learning, which require efficient optimization algorithms for large-scale data. T…

Meta-Learning

Improved Sample Complexity for Stochastic Compositional Variance Reduced Gradient

2018-06-01 · Tianyi Lin, Chenyou Fan, Mengdi Wang, Michael. I. Jordan

Convex composition optimization is an emerging topic that covers a wide range of applications arising from stochastic optimal control, reinforcement learning and multi-stage stochastic programming. Existing algorithms su…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

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…

Projection-Free Variance Reduction Methods for Stochastic Constrained Multi-Level Compositional Optimization

2024-06-06 · Wei Jiang, Sifan Yang, Wenhao Yang, Yibo Wang 외

This paper investigates projection-free algorithms for stochastic constrained multi-level optimization. In this context, the objective function is a nested composition of several smooth functions, and the decision set is…