InfluenceNet: AI Models for Banzhaf and Shapley Value Prediction
Benjamin Kempinski, Tal Kachman
TL;DR
Power indices quantify agent influence in cooperative games but exact computation scales poorly with coalition size, exhibiting exponential complexity $O(2^m)$ and $O(m!)$ for Banzhaf and Shapley-Shubik indices. The paper demonstrates that a simple neural network, inspired by Marginal Contribution Networks, can accurately approximate both indices for large $n$ ($n \ge 10$) while dramatically reducing computation time. It provides a comprehensive workflow—dataset generation via three strategies, Monte Carlo labeling, feedforward NN training with a three-layer architecture, and graph-based analyses—to benchmark speed and accuracy against existing tools. This approach broadens the practical applicability of power-index analysis to large-scale voting systems and complex multi-agent environments, enabling rapid assessment of influence dynamics in contexts such as corporate governance, distributed networks, and political decision-making.
Abstract
Power indices are essential in assessing the contribution and influence of individual agents in multi-agent systems, providing crucial insights into collaborative dynamics and decision-making processes. While invaluable, traditional computational methods for exact or estimated power indices values require significant time and computational constraints, especially for large $(n\ge10)$ coalitions. These constraints have historically limited researchers' ability to analyse complex multi-agent interactions comprehensively. To address this limitation, we introduce a novel Neural Networks-based approach that efficiently estimates power indices for voting games, demonstrating comparable and often superiour performance to existing tools in terms of both speed and accuracy. This method not only addresses existing computational bottlenecks, but also enables rapid analysis of large coalitions, opening new avenues for multi-agent system research by overcoming previous computational limitations and providing researchers with a more accessible, scalable analytical tool.This increased efficiency will allow for the analysis of more complex and realistic multi-agent scenarios.
