lower bound and optimal algorithm
Lower Bounds and Optimal Algorithms for Personalized Federated Learning
In this work, we consider the optimization formulation of personalized federated learning recently introduced by Hanzely & Richtarik (2020) which was shown to give an alternative explanation to the workings of local SGD methods. Our first contribution is establishing the first lower bounds for this formulation, for both the communication complexity and the local oracle complexity. Our second contribution is the design of several optimal methods matching these lower bounds in almost all regimes. These are the first provably optimal methods for personalized federated learning. Our optimal methods include an accelerated variant of FedProx, and an accelerated variance-reduced version of FedAvg/Local SGD. We demonstrate the practical superiority of our methods through extensive numerical experiments.
Lower Bounds and Optimal Algorithms for Non-Smooth Convex Decentralized Optimization over Time-Varying Networks
We consider the task of minimizing the sum of convex functions stored in a decentralized manner across the nodes of a communication network. This problem is relatively well-studied in the scenario when the objective functions are smooth, or the links of the network are fixed in time, or both. In particular, lower bounds on the number of decentralized communications and (sub)gradient computations required to solve the problem have been established, along with matching optimal algorithms. However, the remaining and most challenging setting of non-smooth decentralized optimization over time-varying networks is largely underexplored, as neither lower bounds nor optimal algorithms are known in the literature. We resolve this fundamental gap with the following contributions: (i) we establish the first lower bounds on the communication and subgradient computation complexities of solving non-smooth convex decentralized optimization problems over time-varying networks; (ii) we develop the first optimal algorithm that matches these lower bounds and offers substantially improved theoretical performance compared to the existing state of the art.
Review for NeurIPS paper: Lower Bounds and Optimal Algorithms for Personalized Federated Learning
The example derived for the lower bound and its idea behind are quite similar to that of Nesterov in [36]. And I have some questions about the example for the lower bound. In line 432, I didn't figure out why the expression of M is matrix dependent on the parity of n. Is there something wrong with my understanding? What's more, there are two identity matrices without specifying its dimension, making it hard to understand. Besides, 2. It seems that AL2SGD works well empirically.
Review for NeurIPS paper: Lower Bounds and Optimal Algorithms for Personalized Federated Learning
The lower bounds established consider the number of oracle calls and the communication complexity. Also it is proven that there exists a method matching the lower bound. The rates are new and the paper is well-written. Interesting avenues for further research are a dependency on the number of clients. For a final version of the paper, besides the clarifications pointed out by reviewers discussing the range of parameters \lambda and \mu needs to be addressed, a discussion on how the number of clients affects convergence (i.e. in which constants the of the complexity estimates the nr. of clients has an influence) would further improve the paper.
Lower Bounds and Optimal Algorithms for Personalized Federated Learning
In this work, we consider the optimization formulation of personalized federated learning recently introduced by Hanzely & Richtarik (2020) which was shown to give an alternative explanation to the workings of local SGD methods. Our first contribution is establishing the first lower bounds for this formulation, for both the communication complexity and the local oracle complexity. Our second contribution is the design of several optimal methods matching these lower bounds in almost all regimes. These are the first provably optimal methods for personalized federated learning. Our optimal methods include an accelerated variant of FedProx, and an accelerated variance-reduced version of FedAvg/Local SGD.
Regret Lower Bound and Optimal Algorithm in Dueling Bandit Problem
Komiyama, Junpei, Honda, Junya, Kashima, Hisashi, Nakagawa, Hiroshi
We study the $K$-armed dueling bandit problem, a variation of the standard stochastic bandit problem where the feedback is limited to relative comparisons of a pair of arms. We introduce a tight asymptotic regret lower bound that is based on the information divergence. An algorithm that is inspired by the Deterministic Minimum Empirical Divergence algorithm (Honda and Takemura, 2010) is proposed, and its regret is analyzed. The proposed algorithm is found to be the first one with a regret upper bound that matches the lower bound. Experimental comparisons of dueling bandit algorithms show that the proposed algorithm significantly outperforms existing ones.