paper-with-me

Papers

Theoretically Improving Graph Neural Networks via Anonymous Walk Graph Kernels

2021-04-07 · Qingqing Long, Yilun Jin, Yi Wu, Guojie Song

Graph neural networks (GNNs) have achieved tremendous success in graph mining. However, the inability of GNNs to model substructures in graphs remains a significant drawback. Specifically, message-passing GNNs (MPGNNs), as the prevailing type of GNNs, have been theoretically shown unable to distinguish, detect or count many graph substructures. While efforts have been paid to complement the inability, existing works either rely on pre-defined substructure sets, thus being less flexible, or are lacking in theoretical insights. In this paper, we propose GSKN, a GNN model with a theoretically stronger ability to distinguish graph structures. Specifically, we design GSKN based on anonymous walks (AWs), flexible substructure units, and derive it upon feature mappings of graph kernels (GKs). We theoretically show that GSKN provably extends the 1-WL test, and hence the maximally powerful MPGNNs from both graph-level and node-level viewpoints. Correspondingly, various experiments are leveraged to evaluate GSKN, where GSKN outperforms a wide range of baselines, endorsing the analysis.

📄 PDF Abstract BibTeX arXiv:2104.02995

Code (1)

yimiachack/gskn pytorch

Tasks

Graph Mining

Similar Papers 제목 키워드 기반

Halting in Random Walk Kernels

2015-12-01 · NeurIPS 2015 12 · Mahito Sugiyama, Karsten Borgwardt

Random walk kernels measure graph similarity by counting matching walks in two graphs. In their most popular form of geometric random walk kernels, longer walks of length $k$ are downweighted by a factor of $\lambda^k$ (…

General ClassificationGraph ClassificationGraph SimilarityLink Prediction

Anonymous Walk Embeddings

2018-05-30 · ICML 2018 7 · Sergey Ivanov, Evgeny Burnaev

The task of representing entire graphs has seen a surge of prominent results, mainly due to learning convolutional neural networks (CNNs) on graph-structured data. While CNNs demonstrate state-of-the-art performance in g…

General ClassificationGraph Classification

QESK: Quantum-based Entropic Subtree Kernels for Graph Classification

2022-12-10 · Lu Bai, Lixin Cui, Edwin R. Hancock

In this paper, we propose a novel graph kernel, namely the Quantum-based Entropic Subtree Kernel (QESK), for Graph Classification. To this end, we commence by computing the Average Mixing Matrix (AMM) of the Continuous-t…

ClassificationGraph Classification

Weisfeiler and Leman Go Walking: Random Walk Kernels Revisited

2022-05-22 · Nils M. Kriege

Random walk kernels have been introduced in seminal work on graph learning and were later largely superseded by kernels based on the Weisfeiler-Leman test for graph isomorphism. We give a unified view on both classes of …

Graph Learning

Non-convolutional Graph Neural Networks

2024-07-31 · Yuanqing Wang, Kyunghyun Cho

Rethink convolution-based graph neural networks (GNN) -- they characteristically suffer from limited expressiveness, over-smoothing, and over-squashing, and require specialized sparse kernels for efficient computation. H…

Graph Learning