LGMar 25, 2023

Topological Pooling on Graphs

arXiv:2303.14543v122 citationsh-index: 32
Originality Highly original
AI Analysis

This work addresses a key limitation in graph neural networks for researchers and practitioners in graph learning, offering a novel method to improve performance in tasks like graph classification.

The paper tackles the problem of insufficient encoding of topological structures and node attributes in graph neural networks by proposing a novel topological pooling layer and witness complex-based embedding mechanism, resulting in Wit-TopoPool significantly outperforming 18 baseline models across 11 benchmark datasets in graph classification tasks.

Graph neural networks (GNNs) have demonstrated a significant success in various graph learning tasks, from graph classification to anomaly detection. There recently has emerged a number of approaches adopting a graph pooling operation within GNNs, with a goal to preserve graph attributive and structural features during the graph representation learning. However, most existing graph pooling operations suffer from the limitations of relying on node-wise neighbor weighting and embedding, which leads to insufficient encoding of rich topological structures and node attributes exhibited by real-world networks. By invoking the machinery of persistent homology and the concept of landmarks, we propose a novel topological pooling layer and witness complex-based topological embedding mechanism that allow us to systematically integrate hidden topological information at both local and global levels. Specifically, we design new learnable local and global topological representations Wit-TopoPool which allow us to simultaneously extract rich discriminative topological information from graphs. Experiments on 11 diverse benchmark datasets against 18 baseline models in conjunction with graph classification tasks indicate that Wit-TopoPool significantly outperforms all competitors across all datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes