paper-with-me

Papers

Towards Subgraph Isomorphism Counting with Graph Kernels

2024-05-13 · Xin Liu, Weiqi Wang, Jiaxin Bai, Yangqiu Song

Subgraph isomorphism counting is known as #P-complete and requires exponential time to find the accurate solution. Utilizing representation learning has been shown as a promising direction to represent substructures and approximate the solution. Graph kernels that implicitly capture the correlations among substructures in diverse graphs have exhibited great discriminative power in graph classification, so we pioneeringly investigate their potential in counting subgraph isomorphisms and further explore the augmentation of kernel capability through various variants, including polynomial and Gaussian kernels. Through comprehensive analysis, we enhance the graph kernels by incorporating neighborhood information. Finally, we present the results of extensive experiments to demonstrate the effectiveness of the enhanced graph kernels and discuss promising directions for future research.

📄 PDF Abstract BibTeX arXiv:2405.07497

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

Neural Subgraph Isomorphism Counting

2019-12-25 · Xin Liu, Haojie Pan, Mutian He, Yangqiu Song 외

In this paper, we study a new graph learning problem: learning to count subgraph isomorphisms. Different from other traditional graph learning problems such as node classification and link prediction, subgraph isomorphis…

Domain AdaptationGraph LearningLink PredictionNode Classification+2

Graph Convolutional Networks with Dual Message Passing for Subgraph Isomorphism Counting and Matching

2021-12-16 · Xin Liu, Yangqiu Song

Graph neural networks (GNNs) and message passing neural networks (MPNNs) have been proven to be expressive for subgraph structures in many applications. Some applications in heterogeneous graphs require explicit edge mod…

Node ClassificationRepresentation Learning

Count-GNN: Graph Neural Networks for Subgraph Isomorphism Counting

2021-09-29 · Xingtong Yu, Zemin Liu, Yuan Fang, Xinming Zhang

The prevalence of graph structures has attracted a surge of research interest in graph data. As many graph-based tasks exploit recurring subgraph patterns on graphs, subgraph isomorphism counting becomes an important pro…

Navigate

Learning to Count Isomorphisms with Graph Neural Networks

2023-02-07 · Xingtong Yu, Zemin Liu, Yuan Fang, Xinming Zhang

Subgraph isomorphism counting is an important problem on graphs, as many graph-based tasks exploit recurring subgraph patterns. Classical methods usually boil down to a backtracking framework that needs to navigate a hug…

Navigate

On the Power of the Weisfeiler-Leman Test for Graph Motif Parameters

2023-09-29 · Matthias Lanzinger, Pablo Barceló

Seminal research in the field of graph neural networks (GNNs) has revealed a direct correspondence between the expressive capabilities of GNNs and the $k$-dimensional Weisfeiler-Leman ($k$WL) test, a widely-recognized me…

Subgraph Counting