AIMay 10, 2025

Bi-level Mean Field: Dynamic Grouping for Large-Scale MARL

arXiv:2505.06706v2h-index: 13ECAI
Originality Incremental advance
AI Analysis

This addresses the problem of computational complexity and learning inefficiency in large-scale MARL for researchers and practitioners, though it appears incremental as it builds on existing Mean Field approaches.

The paper tackles the curse of dimensionality in large-scale Multi-Agent Reinforcement Learning (MARL) by proposing a Bi-level Mean Field (BMF) method with dynamic grouping, which yields results superior to state-of-the-art methods in experiments across various tasks.

Large-scale Multi-Agent Reinforcement Learning (MARL) often suffers from the curse of dimensionality, as the exponential growth in agent interactions significantly increases computational complexity and impedes learning efficiency. To mitigate this, existing efforts that rely on Mean Field (MF) simplify the interaction landscape by approximating neighboring agents as a single mean agent, thus reducing overall complexity to pairwise interactions. However, these MF methods inevitably fail to account for individual differences, leading to aggregation noise caused by inaccurate iterative updates during MF learning. In this paper, we propose a Bi-level Mean Field (BMF) method to capture agent diversity with dynamic grouping in large-scale MARL, which can alleviate aggregation noise via bi-level interaction. Specifically, BMF introduces a dynamic group assignment module, which employs a Variational AutoEncoder (VAE) to learn the representations of agents, facilitating their dynamic grouping over time. Furthermore, we propose a bi-level interaction module to model both inter- and intra-group interactions for effective neighboring aggregation. Experiments across various tasks demonstrate that the proposed BMF yields results superior to the state-of-the-art methods.

Foundations

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

Your Notes