Skip to content

Commit 8d4ad09

Browse files
committed
bnpool
1 parent 6e11c5e commit 8d4ad09

File tree

6 files changed

+38
-4
lines changed

6 files changed

+38
-4
lines changed

_data/publications.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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."
6+
github: "https://github.com/NGMLGroup/Bayesian-Nonparametric-Graph-Pooling"
7+
arxiv: "https://arxiv.org/abs/2501.09821"
8+
bibtex: |
9+
@misc{castellana2025bnpool,
10+
title={BN-Pool: a Bayesian Nonparametric Approach to Graph Pooling},
11+
author={Daniele Castellana and Filippo Maria Bianchi},
12+
year={2025},
13+
eprint={2501.09821},
14+
archivePrefix={arXiv},
15+
primaryClass={cs.LG},
16+
url={https://arxiv.org/abs/2501.09821},
17+
}
18+
119
- title: "Interpreting Temporal Graph Neural Networks with Koopman Theory"
220
authors: "Michele Guerra, Simone Scardapane, Filippo Maria Bianchi"
321
figure: "figs/publications/koopman.gif"

_news/preprint_bnpool.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "New preprint"
3+
layout: post
4+
date: 2025-01-20
5+
published: true
6+
---
7+
8+
"*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).

figs/publications/bnpool.gif

2.05 MB
Loading

news.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: base
33
title: Events
44
---
55

6-
## Events
6+
## 📆 Events
77

88
<ul>
99
{% assign sorted_events = site.events | sort: 'date' | reverse %}
@@ -14,7 +14,7 @@ title: Events
1414
{% endfor %}
1515
</ul>
1616

17-
## Past News
17+
## 🗞️ Past News
1818

1919
<ul>
2020
{% assign sorted_news = site.news | sort: 'date' | reverse %}

people.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
---
55

66
<div class="people-page">
7-
<h1>Meet our team!</h1>
7+
<h1>🤝 Meet our team!</h1>
88

99
<!-- Faculty Members -->
1010
<section class="faculty">

publications.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
---
55

66
<div class="publications-page">
7-
<h1>Publications</h1>
7+
<h1>📚 Publications</h1>
88

99
<section class="publications">
1010
{% for publication in site.data.publications %}

0 commit comments

Comments
 (0)