paper-with-me

Papers

Iterative Graph Neural Network Enhancement via Frequent Subgraph Mining of Explanations

2024-03-12 · Harish G. Naik, Jan Polster, Raj Shekhar, Tamás Horváth, György Turán

We formulate an XAI-based model improvement approach for Graph Neural Networks (GNNs) for node classification, called Explanation Enhanced Graph Learning (EEGL). The goal is to improve predictive performance of GNN using explanations. EEGL is an iterative self-improving algorithm, which starts with a learned "vanilla" GNN, and repeatedly uses frequent subgraph mining to find relevant patterns in explanation subgraphs. These patterns are then filtered further to obtain application-dependent features corresponding to the presence of certain subgraphs in the node neighborhoods. Giving an application-dependent algorithm for such a subgraph-based extension of the Weisfeiler-Leman (1-WL) algorithm has previously been posed as an open problem. We present experimental evidence, with synthetic and real-world data, which show that EEGL outperforms related approaches in predictive performance and that it has a node-distinguishing power beyond that of vanilla GNNs. We also analyze EEGL's training dynamics.

📄 PDF Abstract BibTeX arXiv:2403.07849

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningGraph Neural NetworkNode Classification

Similar Papers 제목 키워드 기반

cgSpan: Closed Graph-Based Substructure Pattern Mining

2021-12-17 · Zevin Shaul, Sheikh Naaz

gSpan is a popular algorithm for mining frequent subgraphs. cgSpan (closed graph-based substructure pattern mining) is a gSpan extension that only mines closed subgraphs. A subgraph g is closed in the graphs database if …

Representation Learning for Frequent Subgraph Mining

2024-02-22 · Rex Ying, Tianyu Fu, Andrew Wang, Jiaxuan You 외

Identifying frequent subgraphs, also called network motifs, is crucial in analyzing and predicting properties of real-world networks. However, finding large commonly-occurring motifs remains a challenging problem not onl…

Representation LearningSubgraph Counting

DS-Span: Single-Phase Discriminative Subgraph Mining for Efficient Graph Embeddings

2025-11-21 · Yeamin Kaiser, Muhammed Tasnim Bin Anwar, Bholanath Das arxiv

Graph representation learning seeks to transform complex, high-dimensional graph structures into compact vector spaces that preserve both topology and semantics. Among the various strategies, subgraph-based methods provi…

Graph Representation LearningGraph Embedding

BigCarl: Mining frequent subnets from a single large Petri net

2021-03-21 · Ruqian Lu, Shuhan Zhang

While there have been lots of work studying frequent subgraph mining, very rare publications have discussed frequent subnet mining from more complicated data structures such as Petri nets. This paper studies frequent sub…

NoSPaM Manual - A Tool for Node-Specific Triad Pattern Mining

2015-09-04 · Marco Winkler

The detection of triadic subgraph motifs is a common methodology in complex-networks research. The procedure usually applied in order to detect motifs evaluates whether a certain subgraph pattern is overrepresented in a …