You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/publications.yml
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
- title: "BN-Pool: a Bayesian Nonparametric Approach to Graph Pooling"
2
+
authors: "Daniele Castellana, Filippo Maria Bianchi"
3
+
figure: "figs/publications/bnpool.gif"
4
+
abstract: "We introduce BN-Pool, the first clustering-based pooling method for GNNs that adaptively determines the number of supernodes in the pooled graph.
5
+
This is done by partitioning the graph nodes into an unbounded number of clusters using a generative model based on a Bayesian non-parametric framework."
"*BN-Pool: a Bayesian Nonparametric Approach to Graph Pooling*"
9
+
10
+
By **Daniele Castellana** & **Filippo Maria Bianchi**.
11
+
12
+
<!--more-->
13
+
14
+
We introduce BN-Pool, the first clustering-based pooling method for GNNs that adaptively determines the number of supernodes in the pooled graph.
15
+
16
+
The preprint is available on [Arxiv](https://arxiv.org/abs/2501.09821) and the code on [Github](https://github.com/NGMLGroup/Bayesian-Nonparametric-Graph-Pooling).
0 commit comments