paper-with-me

Papers

QGNN: Value Function Factorisation with Graph Neural Networks

2022-05-25 · Ryan Kortvelesy, Amanda Prorok

In multi-agent reinforcement learning, the use of a global objective is a powerful tool for incentivising cooperation. Unfortunately, it is not sample-efficient to train individual agents with a global reward, because it does not necessarily correlate with an agent's individual actions. This problem can be solved by factorising the global value function into local value functions. Early work in this domain performed factorisation by conditioning local value functions purely on local information. Recently, it has been shown that providing both local information and an encoding of the global state can promote cooperative behaviour. In this paper we propose QGNN, the first value factorisation method to use a graph neural network (GNN) based model. The multi-layer message passing architecture of QGNN provides more representational complexity than models in prior work, allowing it to produce a more effective factorisation. QGNN also introduces a permutation invariant mixer which is able to match the performance of other methods, even with significantly fewer parameters. We evaluate our method against several baselines, including QMIX-Att, GraphMIX, QMIX, VDN, and hybrid architectures. Our experiments include Starcraft, the standard benchmark for credit assignment; Estimate Game, a custom environment that explicitly models inter-agent dependencies; and Coalition Structure Generation, a foundational problem with real-world applications. The results show that QGNN outperforms state-of-the-art value factorisation baselines consistently.

📄 PDF Abstract BibTeX arXiv:2205.13005

Code (1)

Acciorocketships/pymarl2 공식 구현 pytorch

Tasks

Graph Neural NetworkMulti-agent Reinforcement LearningStarcraft

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

UQGNN: Uncertainty Quantification of Graph Neural Networks for Multivariate Spatiotemporal Prediction

2025-08-12 · Dahai Yu, Dingyi Zhuang, Lin Jiang, Rongchao Xu 외 arxiv

Spatiotemporal prediction plays a critical role in numerous real-world applications such as urban planning, transportation optimization, disaster response, and pandemic control. In recent years, researchers have made sig…

Graph Neural Network

Financial Fraud Detection using Quantum Graph Neural Networks

2023-09-03 · Nouhaila Innan, Abhishek Sawaika, Ashim Dhor, Siddhant Dutta 외

Financial fraud detection is essential for preventing significant financial losses and maintaining the reputation of financial institutions. However, conventional methods of detecting financial fraud have limited effecti…

Fraud Detection

Quaternion Graph Neural Networks

2020-08-12 · Dai Quoc Nguyen, Tu Dinh Nguyen, Dinh Phung

Recently, graph neural networks (GNNs) have become an important and active research direction in deep learning. It is worth noting that most of the existing GNN-based methods learn graph representations within the Euclid…

General ClassificationGraph ClassificationGraph EmbeddingKnowledge Graph Completion+4

Node Co-occurrence based Graph Neural Networks for Knowledge Graph Link Prediction

2021-04-15 · Dai Quoc Nguyen, Vinh Tong, Dinh Phung, Dat Quoc Nguyen

We introduce a novel embedding model, named NoGE, which aims to integrate co-occurrence among entities and relations into graph neural networks to improve knowledge graph completion (i.e., link prediction). Given a knowl…

Knowledge Graph CompletionLink Prediction

From Graphs to Qubits: A Critical Review of Quantum Graph Neural Networks

2024-08-12 · Andrea Ceschini, Francesco Mauro, Francesca De Falco, Alessandro Sebastianelli 외

Quantum Graph Neural Networks (QGNNs) represent a novel fusion of quantum computing and Graph Neural Networks (GNNs), aimed at overcoming the computational and scalability challenges inherent in classical GNNs that are p…