paper-with-me

Papers

Representation Learning for Frequent Subgraph Mining

2024-02-22 · Rex Ying, Tianyu Fu, Andrew Wang, Jiaxuan You, Yu Wang, Jure Leskovec

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 only due to its NP-hard subroutine of subgraph counting, but also the exponential growth of the number of possible subgraphs patterns. Here we present Subgraph Pattern Miner (SPMiner), a novel neural approach for approximately finding frequent subgraphs in a large target graph. SPMiner combines graph neural networks, order embedding space, and an efficient search strategy to identify network subgraph patterns that appear most frequently in the target graph. SPMiner first decomposes the target graph into many overlapping subgraphs and then encodes each subgraph into an order embedding space. SPMiner then uses a monotonic walk in the order embedding space to identify frequent motifs. Compared to existing approaches and possible neural alternatives, SPMiner is more accurate, faster, and more scalable. For 5- and 6-node motifs, we show that SPMiner can almost perfectly identify the most frequent motifs while being 100x faster than exact enumeration methods. In addition, SPMiner can also reliably identify frequent 10-node motifs, which is well beyond the size limit of exact enumeration approaches. And last, we show that SPMiner can find large up to 20 node motifs with 10-100x higher frequency than those found by current approximate methods.

📄 PDF Abstract BibTeX arXiv:2402.14367

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningSubgraph Counting

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 …

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…

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 외

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…

Graph LearningGraph Neural NetworkNode Classification

Frequent subgraph-based persistent homology for graph classification

2025-12-31 · Xinyang Chen, Amaël Broustet, Guanyuan Zeng, Cheng He 외 arxiv

Persistent homology (PH) has recently emerged as a powerful tool for extracting topological features. Integrating PH into machine learning and deep learning models enhances topology awareness and interpretability. Howeve…

Graph Representation LearningGraph Classification