paper-with-me

Papers

Exact Subgraph Isomorphism Network with Mixed $L_{0,2}$ Norm Constraint for Predictive Graph Mining

2025-09-25 · Taiga Kojima, Haruto Kajita, Ayato Kohara, Masayuki Karasuyama arxiv

In the graph-level prediction task (predict a label for a given graph), the information contained in subgraphs of the input graph plays a key role. In this paper, we propose Exact subgraph Isomorphism Network (EIN), which combines the exact subgraph enumeration, a neural network, and a sparse regularization by the mixed $L_{0,2}$ norm constraint. In general, building a graph-level prediction model achieving high discriminative ability along with interpretability is still a challenging problem. Our combination of the subgraph enumeration and neural network contributes to high discriminative ability about the subgraph structure of the input graph. Further, the sparse regularization in EIN enables us 1) to derive an effective pruning strategy that mitigates computational difficulty of the enumeration while maintaining the prediction performance, and 2) to identify important subgraphs that contributes to high interpretability. We empirically show that EIN has sufficiently high prediction performance compared with standard graph neural network models, and also, we show examples of post-hoc analysis based on the selected subgraphs.

📄 PDF Abstract BibTeX arXiv:2509.21699

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

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

Uncertainty-aware Efficient Subgraph Isomorphism using Graph Topology

2022-09-15 · Arpan Kusari, Wenbo Sun

Subgraph isomorphism or subgraph matching is generally considered as an NP-complete problem, made more complex in practical applications where the edge weights take real values and are subject to measurement noise and po…

Computational Efficiency

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

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