paper-with-me

홈 › Papers

GraDE: A Graph Diffusion Estimator for Frequent Subgraph Discovery in Neural Architectures

2026-02-03 · Yikang Yang, Zhengxin Yang, Minghao Luo, Luzhou Peng, Hongxiao Li, Wanling Gao, Lei Wang, Jianfeng Zhan arxiv

Finding frequently occurring subgraph patterns or network motifs in neural architectures is crucial for optimizing efficiency, accelerating design, and uncovering structural insights. However, as the subgraph size increases, enumeration-based methods are perfectly accurate but computationally prohibitive, while sampling-based methods are computationally tractable but suffer from a severe decline in discovery capability. To address these challenges, this paper proposes GraDE, a diffusion-guided search framework that ensures both computational feasibility and discovery capability. The key innovation is the Graph Diffusion Estimator (GraDE), which is the first to introduce graph diffusion models to identify frequent subgraphs by scoring their typicality within the learned distribution. Comprehensive experiments demonstrate that the estimator achieves superior ranking accuracy, with up to 114\% improvement compared to sampling-based baselines. Benefiting from this, the proposed framework successfully discovers large-scale frequent patterns, achieving up to 30$\times$ higher median frequency than sampling-based methods.

📄 PDF Abstract BibTeX arXiv:2602.03257

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Graph Learning over Partially Observed Diffusion Networks: Role of Degree Concentration

2019-04-05 · Vincenzo Matta, Augusto Santos, Ali H. Sayed

This work examines the problem of graph learning over a diffusion network when data can be collected from a limited portion of the network (partial observability). The main question is to establish technical guarantees o…

ClusteringGraph Learning

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 …

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