paper-with-me

홈 › Papers

Graph-SND: Sparse Aggregation for Behavioral Diversity in Multi-Agent Reinforcement Learning

2026-05-06 · Shawn Ray arxiv

System Neural Diversity (SND) measures behavioral heterogeneity in multi-agent reinforcement learning by averaging pairwise distances over all $\binom{n}{2}$ agent pairs, making each call quadratic in team size. We introduce Graph-SND, which replaces this complete-graph average with a weighted average over the edges of an arbitrary graph $G$. Three regimes follow: $G=K_n$ recovers SND exactly; a fixed sparse $G$ defines a localized diversity measure at $O(|E|)$ cost; and random edge samples yield an unbiased Horvitz-Thompson estimator and a normalized sample mean with $O(1/\sqrt{m})$ concentration in the sampled edge count $m$. For fixed sparse graphs we prove forwarding-index distortion bounds for expanders and a spectral refinement under low-rank distance structure; for random $d$-regular graphs we prove an unconditional probabilistic $\widetilde{\mathcal{O}}(D_{\max}/\sqrt{n})$ bound. On VMAS we verify recovery, unbiasedness, concentration, and wall-clock scaling, with a PettingZoo TVD panel checking non-Gaussian transfer. In a 500-iteration $n=100$ PPO run, Bernoulli-$0.1$ Graph-SND tracks full SND while reducing per-call metric time by about $10\times$, and frozen-policy GPU timing up to $n=500$ follows the predicted $\binom{n}{2}/|E|$ speedup. Random $d$-regular expanders empirically achieve $\mathrm{SND}_{G}^{\mathrm{u}}/\mathrm{SND} \in [0.9987, 1.0013]$ at $Θ(n \log n)$ edges. In DiCo diversity control at $n=50$, Bernoulli-$0.1$ Graph-SND preserves set-point tracking with paired reward differences indistinguishable from zero across nine matched cells while cutting per-call metric cost by ${\sim}9.5\times$. Together, these results show that the SND aggregation bottleneck can be removed without changing the metric's semantics, yielding a drop-in sparse alternative that scales beyond complete-graph SND and supports both passive measurement and closed-loop diversity control.

📄 PDF Abstract BibTeX arXiv:2605.05020

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement LearningPoint Tracking

Similar Papers 제목 키워드 기반

The impact of behavioral diversity in multi-agent reinforcement learning

2024-12-19 · Matteo Bettini, Ryan Kortvelesy, Amanda Prorok

Many of the world's most pressing issues, such as climate change and global peace, require complex collective problem-solving skills. Recent studies indicate that diversity in individuals' behaviors is key to developing …

DiversityMulti-agent Reinforcement Learning

The Essence of Balance for Self-Improving Agents in Vision-and-Language Navigation

2026-04-21 · Zhen Liu, Yuhan Liu, Jinjun Wang, Jianyi Liu 외 arxiv

In vision-and-language navigation (VLN), self-improvement from policy-induced experience, using only standard VLN action supervision, critically depends on balancing behavioral diversity and learning stability, which gov…

CORE: Code-based Inverse Self-Training Framework with Graph Expansion for Virtual Agents

2026-01-05 · Keyu Wang, Bingchen Miao, Wendong Bu, Yu Wu 외 arxiv

The development of Multimodal Virtual Agents has made significant progress through the integration of Multimodal Large Language Models. However, mainstream training paradigms face key challenges: Behavior Cloning is simp…

Reinforcement Learning

Detecting Political Opinions in Tweets through Bipartite Graph Analysis: A Skip Aggregation Graph Convolution Approach

2023-04-22 · Xingyu Peng, Zhenkun Zhou, Chong Zhang, Ke Xu

Public opinion is a crucial factor in shaping political decision-making. Nowadays, social media has become an essential platform for individuals to engage in political discussions and express their political views, prese…

Decision MakingGraph Neural NetworkNode Classification

Towards Powerful Graph Neural Networks: Diversity Matters

2021-01-01 · Xu Bingbing, HuaWei Shen, Qi Cao, YuanHao Liu 외

Graph neural networks (GNNs) offer us an effective framework for graph representation learning via layer-wise neighborhood aggregation. Their success is attributed to their expressive power at learning representation of …

DiversityGraph Representation LearningNode ClassificationRepresentation Learning