Skip to content

Commit 6b42443

Browse files
committed
added neurips 2025 papers
1 parent c94a4b6 commit 6b42443

2 files changed

Lines changed: 26 additions & 3 deletions

File tree

_data/news.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- date: 2025/06
2+
text: 'Our papers <a href="https://arxiv.org/abs/2506.15507">Over-squashing in Spatiotemporal Graph Neural Networks</a> (Marisca et al.) and <a href="#">Equilibrium Policy Generalization: A Reinforcement Learning Framework for Cross-Graph Zero-Shot Generalization in Pursuit-Evasion Games</a> (Lu et al.) have been accepted at <strong><a href="https://neurips.cc">NeurIPS 2025</a></strong>!'
13
- date: 2025/06
24
text: >
35
Two new preprints about our latest research!

_data/publications.yaml

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
---
2+
- title: "Equilibrium Policy Generalization: A Reinforcement Learning Framework for Cross-Graph Zero-Shot Generalization in Pursuit-Evasion Games"
3+
venue: To appear in Advances in Neural Information Processing Systems
4+
year: 2025
5+
authors:
6+
- R Lu
7+
- P Zhang
8+
- R Shi
9+
- Y Zhu
10+
- D Zhao
11+
- D Wang
12+
- id:calippi
13+
keywords:
14+
- reinforcement learning
15+
abstract: Decentralized Multi-Agent Reinforcement Learning (MARL) methods allow for learning scalable multi-agent policies, but suffer from partial observability and induced non-stationarity. These challenges can be addressed by introducing mechanisms that facilitate coordination and high-level planning. Specifically, coordination and temporal abstraction can be achieved through communication (e.g., message passing) and Hierarchical Reinforcement Learning (HRL) approaches to decision-making. However, optimization issues limit the applicability of hierarchical policies to multi-agent systems. As such, the combination of these approaches has not been fully explored. To fill this void, we propose a novel and effective methodology for learning multi-agent hierarchies of message-passing policies. We adopt the feudal HRL framework and rely on a hierarchical graph structure for planning and coordination among agents. Agents at lower levels in the hierarchy receive goals from the upper levels and exchange messages with neighboring agents at the same level. To learn hierarchical multi-agent policies, we design a novel reward-assignment method based on training the lower-level policies to maximize the advantage function associated with the upper levels. Results on relevant benchmarks show that our method performs favorably compared to the state of the art.
16+
bibtex: >
17+
@misc{lu2025equilibrium,
18+
title={Equilibrium Policy Generalization: A Reinforcement Learning Framework for Cross-Graph Zero-Shot Generalization in Pursuit-Evasion Games},
19+
author={Renyun Lu, Peng Zhang, Ruochan Shi, Yuanheng Zhu, Dongbin Zhao, Dong Wang, Cesare Alippi},
20+
year={2025}
21+
}
222
- title: Hierarchical Message-Passing Policies for Multi-Agent Reinforcement Learning
323
links:
424
paper: https://arxiv.org/abs/2507.23604
@@ -23,7 +43,7 @@
2343
- title: "Over-squashing in Spatiotemporal Graph Neural Networks"
2444
links:
2545
paper: https://arxiv.org/abs/2506.15507
26-
venue: Preprint
46+
venue: To appear in Advances in Neural Information Processing Systems
2747
year: 2025
2848
authors:
2949
- id:imarisca
@@ -50,6 +70,7 @@
5070
paper: https://arxiv.org/abs/2506.13652
5171
dataset: https://huggingface.co/datasets/MeteoSwiss/PeakWeather
5272
code: https://github.com/Graph-Machine-Learning-Group/peakweather-wind-forecasting
73+
website: https://peakweather.readthedocs.io/
5374
venue: Preprint
5475
year: 2025
5576
authors:
@@ -107,7 +128,7 @@
107128
links:
108129
paper: https://arxiv.org/abs/2405.19933
109130
github: https://github.com/allemanenti/Learning-Calibrated-Structures
110-
venue: To appear in International Conference on Machine Learning
131+
venue: International Conference on Machine Learning
111132
year: 2025
112133
authors:
113134
- id:amanenti
@@ -123,7 +144,7 @@
123144
title = {Learning {{Latent Graph Structures}} and Their {{Uncertainty}}},
124145
author = {Manenti, Alessandro and Zambon, Daniele and Alippi, Cesare},
125146
year = {2025},
126-
booktitle={To appear in Proceedings of the Forty-Second International Conference on Machine Learning (ICML)},
147+
booktitle={Proceedings of the Forty-Second International Conference on Machine Learning (ICML)},
127148
}
128149
- title: 'Temporal Graph ODEs for Irregularly-Sampled Time Series'
129150
links:

0 commit comments

Comments
 (0)