MAAIGTLGSep 8, 2022

Learning Sparse Graphon Mean Field Games

arXiv:2209.03880v322 citationsh-index: 29
Originality Highly original
AI Analysis

This provides a scalable machine learning approach for otherwise intractable problems in fields like network analysis, though it is incremental by extending graphon mean field games to sparse networks.

The paper tackles the challenge of solving multi-agent reinforcement learning problems on sparse networks, such as power law graphs, by introducing LPGMFGs, a novel formulation using $L^p$ graphons, and demonstrates its accuracy with empirical examples for systems with many agents.

Although the field of multi-agent reinforcement learning (MARL) has made considerable progress in the last years, solving systems with a large number of agents remains a hard challenge. Graphon mean field games (GMFGs) enable the scalable analysis of MARL problems that are otherwise intractable. By the mathematical structure of graphons, this approach is limited to dense graphs which are insufficient to describe many real-world networks such as power law graphs. Our paper introduces a novel formulation of GMFGs, called LPGMFGs, which leverages the graph theoretical concept of $L^p$ graphons and provides a machine learning tool to efficiently and accurately approximate solutions for sparse network problems. This especially includes power law networks which are empirically observed in various application areas and cannot be captured by standard graphons. We derive theoretical existence and convergence guarantees and give empirical examples that demonstrate the accuracy of our learning approach for systems with many agents. Furthermore, we extend the Online Mirror Descent (OMD) learning algorithm to our setup to accelerate learning speed, empirically show its capabilities, and conduct a theoretical analysis using the novel concept of smoothed step graphons. In general, we provide a scalable, mathematically well-founded machine learning approach to a large class of otherwise intractable problems of great relevance in numerous research fields.

Code Implementations1 repo
Foundations

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

Your Notes