Multitask Online Learning: Listen to the Neighborhood Buzz
Juliette Achddou, Nicolò Cesa-Bianchi, Pierre Laforgue
TL;DR
This work addresses multitask online learning over decentralized networks by introducing MT-CO2OL, a fully decentralized algorithm built on MT-FTRL that propagates neighborhood information through fetch-and-send operations. The core contribution is a family of graph-aware regret bounds that interpolate between single-task and multitask performance, scaling with local task variance $\sigma_j^2$ and neighborhood size $N_j$ as $R_T(U) = \widetilde{O}\left(\sum_{j=1}^N \max_{i\in\mathcal{N}_j} w_{ij} \sqrt{1+\sigma_j^2(N_j-1)} \sqrt{\sum_{i\in\mathcal{N}_j} T_i}\right)$ in adversarial activations, with improved bounds under stochastic activations. A private variant, DPMT-CO2OL, achieves $\varepsilon$-DP with only polylogarithmic overhead in $T$, enabling privacy-preserving multitask collaboration on graphs. The paper also establishes lower bounds that demonstrate the tightness of the presented results on regular and structured graphs and provides experiments on synthetic networks validating the theoretical predictions. Overall, the framework offers a principled approach to personalized, communication-constrained learning with privacy guarantees in networked systems.
Abstract
We study multitask online learning in a setting where agents can only exchange information with their neighbors on an arbitrary communication network. We introduce $\texttt{MT-CO}_2\texttt{OL}$, a decentralized algorithm for this setting whose regret depends on the interplay between the task similarities and the network structure. Our analysis shows that the regret of $\texttt{MT-CO}_2\texttt{OL}$ is never worse (up to constants) than the bound obtained when agents do not share information. On the other hand, our bounds significantly improve when neighboring agents operate on similar tasks. In addition, we prove that our algorithm can be made differentially private with a negligible impact on the regret. Finally, we provide experimental support for our theory.
