Robust Sequential Learning in Random Order Networks
William Guo, Edward Xiong, Jie Gao
TL;DR
The paper studies sequential Bayesian learning on networks under uniformly random decision orders and proves that random-order learning is robust to adversarial graph modifications, unlike fragile strategic-order learning. It establishes a monotonicity-based bound showing that a vertex with learning rate $1-\varepsilon$ maintains at least $1-(k+1)\varepsilon$ learning after $k$ modifications, implying near-optimal tolerance $o(1/\varepsilon)$ to perturbations. It then builds practical network constructions that realize random-order learning, including boosting a complete graph with guinea pigs and embedding learning structures, and introduces a polynomial-time BoostGraph-MonteCarlo algorithm with submodular optimization guarantees to modify arbitrary networks toward random-order learning. The work connects topology to learnability, provides algorithmic tools for robust network design, and discusses computational challenges related to learning-oracle computations and potential hardness results for random-order learning rate estimation.
Abstract
In the sequential learning problem, agents in a network attempt to predict a binary ground truth, informed by both a noisy private signal and the predictions of neighboring agents before them. It is well known that social learning in this setting can be highly fragile: small changes to the action ordering, network topology, or even the strength of the agents' private signals can prevent a network from converging to the truth. We study networks that achieve random-order asymptotic truth learning, in which almost all agents learn the ground truth when the decision ordering is selected uniformly at random. We analyze the robustness of these networks, showing that those achieving random-order asymptotic truth learning are resilient to a bounded number of adversarial modifications. We characterize necessary conditions for such networks to succeed in this setting and introduce several graph constructions that learn through different mechanisms. Finally, we present a randomized polynomial-time algorithm that transforms an arbitrary network into one achieving random-order learning using minimal edge or vertex modifications, with provable approximation guarantees. Our results reveal structural properties of networks that achieve random-order learning and provide algorithmic tools for designing robust social networks.
