English

Networked Information Aggregation for Binary Classification

Machine Learning 2026-05-05 v1 Computer Science and Game Theory Theoretical Economics

Abstract

We study networked binary classification on a directed acyclic graph (DAG) where each agent observes only a subset of the feature columns of a shared dataset. Agents act sequentially along the DAG: each receives prediction columns from its parents (if any), augments its local features with these columns, fits a logistic predictor by minimizing binary cross-entropy (BCE), and forwards its prediction column to its outgoing neighbors. We ask whether this sequential distributed training procedure achieves information aggregation, meaning that some agent attains small excess loss compared to the best logistic predictor trained with access to all feature columns. This question was studied for linear regression under squared loss by Kearns, Roth, and Ryu (SODA 2026). Extending their guarantees to classification is nontrivial because their analysis relies on quadratic structure that does not directly transfer to BCE with a logistic link. We analyze the resulting sequential logit-passing protocol and prove: (i) an excess loss upper bound of O(M/D)O(M/\sqrt{D}) on depth-DD paths under the condition that every MM contiguous subsequence of MM agents collectively observe all features, and (ii) a close lower bound showing instances with excess loss of at least Ω(k/D)\Omega(k/D) where kk is the dimension of the feature space. Together, these results identify network depth as a fundamental bottleneck for information aggregation in networked logistic regression.

Keywords

Cite

@article{arxiv.2605.01082,
  title  = {Networked Information Aggregation for Binary Classification},
  author = {MohammadHossein Bateni and Zahra Hadizadeh and MohammadTaghi Hajiaghayi and Mahdi JafariRaviz and Shayan Taherijam},
  journal= {arXiv preprint arXiv:2605.01082},
  year   = {2026}
}

Comments

Accepted to the 43rd International Conference on Machine Learning (ICML 2026)

R2 v1 2026-07-01T12:45:56.811Z