paper-with-me

Papers

Projection-free Distributed Online Convex Optimization with $O(\sqrt{T})$ Communication Complexity

2020-01-01 · ICML 2020 1 · Yuanyu Wan, Wei-Wei Tu, Lijun Zhang

To deal with complicated constraints via locally light computation in distributed online learning, recent study has presented a projection-free algorithm called distributed online conditional gradient (D-OCG), and achieved an $O(T^{3/4})$ regret bound, where $T$ is the number of prediction rounds. However, in each round, the local learners of D-OCG need to communicate with their neighbors to share the local gradients, which results in a high communication complexity of $O(T)$. In this paper, we first propose an improved variant of D-OCG, namely D-BOCG, which enjoys an $O(T^{3/4})$ regret bound with only $O(\sqrt{T})$ communication complexity. The key idea is to divide the total prediction rounds into $\sqrt{T}$ equally-sized blocks, and only update the local learners in the beginning of each block by performing iterative linear optimization steps. Furthermore, to handle the more challenging bandit setting, in which only the loss value is available, we incorporate the classical one-point gradient estimator into D-BOCG, and obtain similar theoretical guarantees.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scalable Projection-Free Optimization

2021-05-07 · Mingrui Zhang

As a projection-free algorithm, Frank-Wolfe (FW) method, also known as conditional gradient, has recently received considerable attention in the machine learning community. In this dissertation, we study several topics o…

Stochastic Optimization

Handling Delayed Feedback in Distributed Online Optimization : A Projection-Free Approach

2024-02-03 · Tuan-Anh Nguyen, Nguyen Kim Thang, Denis Trystram

Learning at the edges has become increasingly important as large quantities of data are continually generated locally. Among others, this paradigm requires algorithms that are simple (so that they can be executed by loca…

Gradient and Projection Free Distributed Online Min-Max Resource Optimization

2021-12-07 · Jingrong Wang, Ben Liang

We consider distributed online min-max resource allocation with a set of parallel agents and a parameter server. Our goal is to minimize the pointwise maximum over a set of time-varying and decreasing cost functions, wit…

Projection-Free Online Convex Optimization with Stochastic Constraints

2023-05-02 · Duksang Lee, Nam Ho-Nguyen, Dabeen Lee

This paper develops projection-free algorithms for online convex optimization with stochastic constraints. We design an online primal-dual projection-free framework that can take any projection-free algorithms developed …

Stochastic Optimization

Revisiting Projection-free Online Learning: the Strongly Convex Case

2020-10-15 · Dan Garber, Ben Kretzu

Projection-free optimization algorithms, which are mostly based on the classical Frank-Wolfe method, have gained significant interest in the machine learning community in recent years due to their ability to handle conve…