Structure-Preserving Graph Coarsening for Graph Neural Networks
aidos.group·11h·
Discuss: Hacker News
Flag this post

Published 2025-11-10 by

In the lead-up to our presentation at NeurIPS 2025, we are excited to share our newest work on geometry-guided graph pooling. This work is the result of an ongoing collaboration with Guy Wolf and Lydia Mezrag at MILA and Université de Montréal.

As a general starting point, let’s consider the following motivating question: How can we reduce a graph while retaining its most important properties?

What is graph pooling and why do we care?

Graph pooling describes a range of methods that are used to coarsen i.e. compress graphs during GNN training. Global graph pooling layers reduce each graph to a single vector representation and are often used as part of a final readout operation. In contrast, hierarchical graph pooling layers reduce the number of nodes…

Similar Posts

Loading similar posts...