MALGSep 20, 2025

Bayesian Ego-graph inference for Networked Multi-Agent Reinforcement Learning

arXiv:2509.16606v24 citationsh-index: 20
Originality Incremental advance
AI Analysis

This addresses the challenge of adaptability in decentralized networked multi-agent systems, such as traffic control, by enabling agents to learn dynamic interaction topologies without centralized infrastructure, representing an incremental improvement over existing methods.

The paper tackled the problem of decentralized agents in networked multi-agent reinforcement learning needing to adapt to dynamic environments under local observability and constrained communication, by proposing BayesG, a decentralized actor-framework that learns sparse, context-aware interaction structures via Bayesian variational inference, which outperformed strong MARL baselines on large-scale traffic control tasks with up to 167 agents.

In networked multi-agent reinforcement learning (Networked-MARL), decentralized agents must act under local observability and constrained communication over fixed physical graphs. Existing methods often assume static neighborhoods, limiting adaptability to dynamic or heterogeneous environments. While centralized frameworks can learn dynamic graphs, their reliance on global state access and centralized infrastructure is impractical in real-world decentralized systems. We propose a stochastic graph-based policy for Networked-MARL, where each agent conditions its decision on a sampled subgraph over its local physical neighborhood. Building on this formulation, we introduce BayesG, a decentralized actor-framework that learns sparse, context-aware interaction structures via Bayesian variational inference. Each agent operates over an ego-graph and samples a latent communication mask to guide message passing and policy computation. The variational distribution is trained end-to-end alongside the policy using an evidence lower bound (ELBO) objective, enabling agents to jointly learn both interaction topology and decision-making strategies. BayesG outperforms strong MARL baselines on large-scale traffic control tasks with up to 167 agents, demonstrating superior scalability, efficiency, and performance.

Foundations

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

Your Notes