Classification with a Network of Partially Informative Agents: Enabling Wise Crowds from Individually Myopic Classifiers
Tong Yao, Shreyas Sundaram
TL;DR
This work tackles online distributed classification with a network of heterogeneous, partially informative agents, each observing local data and restricted to a subset of classes. It introduces a two-tier learning approach: a local posterior update that reweights each agent’s beliefs using its classifier output, and a global min-rule that fuses these beliefs across neighbors to eliminate false classes, enabling asymptotic identification of the true class $\theta^*$ for all agents. The authors prove that, under global identifiability and positive initial beliefs, false classes are rejected exponentially fast and $\mu_{i,t}(\theta^*) \to 1$ almost surely, with a convergence rate independent of network size and enhanced by including support agents. Empirical validation on CIFAR-10 with random forests and MobileNet demonstrates faster, robust learning compared to averaging or max-aggregation, illustrating the practical potential of wise crowds built from locally myopic classifiers.
Abstract
We consider the problem of classification with a (peer-to-peer) network of heterogeneous and partially informative agents, each receiving local data generated by an underlying true class, and equipped with a classifier that can only distinguish between a subset of the entire set of classes. We propose an iterative algorithm that uses the posterior probabilities of the local classifier and recursively updates each agent's local belief on all the possible classes, based on its local signals and belief information from its neighbors. We then adopt a novel distributed min-rule to update each agent's global belief and enable learning of the true class for all agents. We show that under certain assumptions, the beliefs on the true class converge to one asymptotically almost surely. We provide the asymptotic convergence rate, and demonstrate the performance of our algorithm through simulation with image data and experimented with random forest classifiers and MobileNet.
