paper-with-me

홈 › Papers

CliquePH: Higher-Order Information for Graph Neural Networks through Persistent Homology on Clique Graphs

2024-09-12 · Davide Buffelli, Farzin Soleymani, Bastian Rieck

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 $O(n^d)$, where $n$ is the number of nodes and $d$ is the order of the structures. In this work, we introduce a novel method that extracts information about higher-order structures in the graph while still using the efficient low-dimensional persistent homology algorithm. On standard benchmark datasets, we show that our method can lead to up to $31\%$ improvements in test accuracy.

📄 PDF Abstract BibTeX arXiv:2409.08217

Code (1)

DavideBuffelli/CliquePH 공식 구현 pytorch

Tasks

Graph ClassificationGraph LearningGraph Neural NetworkNode ClassificationTopological Data Analysis

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Higher-order Weighted Graph Convolutional Networks

2019-11-11 · Songtao Liu, Lingwei Chen, Hanze Dong, ZiHao Wang 외

Graph Convolution Network (GCN) has been recognized as one of the most effective graph models for semi-supervised learning, but it extracts merely the first-order or few-order neighborhood information through information…

Node Classification

Nonlinear Higher-Order Label Spreading

2020-06-08 · Francesco Tudisco, Austin R. Benson, Konstantin Prokopchik

Label spreading is a general technique for semi-supervised learning with point cloud or network data, which can be interpreted as a diffusion of labels on a graph. While there are many variants of label spreading, nearly…

The Human Brain as a Combinatorial Complex

2025-11-22 · Valentina Sánchez, Çiçek Güven, Koen Haak, Theodore Papamarkou 외 arxiv

We propose a framework for constructing combinatorial complexes (CCs) from fMRI time series data that captures both pairwise and higher-order neural interactions through information-theoretic measures, bridging topologic…

Neuralizing Efficient Higher-order Belief Propagation

2020-10-19 · Mohammed Haroon Dupty, Wee Sun Lee

Graph neural network models have been extensively used to learn node representations for graph structured data in an end-to-end setting. These models often rely on localized first order approximations of spectral graph c…

Graph Neural NetworkInductive Bias

Product Graph-based Higher Order Contextual Similarities for Inexact Subgraph Matching

2017-02-01 · Anjan Dutta, Josep Lladós, Horst Bunke, Umapada Pal

Many algorithms formulate graph matching as an optimization of an objective function of pairwise quantification of nodes and edges of two graphs to be matched. Pairwise measurements usually consider local attributes but …

Graph Matching