LGMLJan 23, 2019

Cooperative Online Learning: Keeping your Neighbors Updated

arXiv:1901.08082v436 citations
AI Analysis

This addresses cooperative learning in distributed systems, providing theoretical guarantees for regret in networked environments, but it is incremental as it builds on existing online learning frameworks.

The paper tackles the problem of asynchronous online learning in a network of agents, showing that with stochastic activations, optimal regret scales with the square root of the independence number times the horizon, while adversarial activations require network knowledge to achieve sublinear regret.

We study an asynchronous online learning setting with a network of agents. At each time step, some of the agents are activated, requested to make a prediction, and pay the corresponding loss. The loss function is then revealed to these agents and also to their neighbors in the network. Our results characterize how much knowing the network structure affects the regret as a function of the model of agent activations. When activations are stochastic, the optimal regret (up to constant factors) is shown to be of order $\sqrt{αT}$, where $T$ is the horizon and $α$ is the independence number of the network. We prove that the upper bound is achieved even when agents have no information about the network structure. When activations are adversarial the situation changes dramatically: if agents ignore the network structure, a $Ω(T)$ lower bound on the regret can be proven, showing that learning is impossible. However, when agents can choose to ignore some of their neighbors based on the knowledge of the network structure, we prove a $O(\sqrt{\overlineχ T})$ sublinear regret bound, where $\overlineχ \ge α$ is the clique-covering number of the network.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes