CliquePH: Higher-Order Information for Graph Neural Networks through Persistent Homology on Clique Graphs
Davide Buffelli, Farzin Soleymani, Bastian Rieck

TL;DR
CliquePH introduces a novel approach leveraging persistent homology on clique graphs to efficiently capture higher-order topological features in graphs, significantly improving graph neural network performance.
Contribution
It presents a new method that efficiently extracts higher-order topological information using persistent homology on clique graphs, overcoming scalability issues.
Findings
Up to 31% improvement in test accuracy on benchmark datasets.
Efficiently captures higher-order structures beyond pairwise interactions.
Scales better than traditional persistent homology methods for higher dimensions.
Abstract
Graph neural networks have become the default choice by practitioners for graph learning tasks such as graph classification and node classification. Nevertheless, popular graph neural network models still struggle to capture higher-order information, i.e., information that goes \emph{beyond} pairwise interactions. Recent work has shown that persistent homology, a tool from topological data analysis, can enrich graph neural networks with topological information that they otherwise could not capture. Calculating such features is efficient for dimension 0 (connected components) and dimension 1 (cycles). However, when it comes to higher-order structures, it does not scale well, with a complexity of , where is the number of nodes and is the order of the structures. In this work, we introduce a novel method that extracts information about higher-order structures in the graph…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopological and Geometric Data Analysis · Advanced Graph Neural Networks · Face and Expression Recognition
MethodsGraph Neural Network
