Skip to content

For the paper "Sampling Subgraph Network with Application to Graph Classification"

Notifications You must be signed in to change notification settings

Peyton-Chen/S2GNs-master

 
 

Repository files navigation

S2GNs-master

For the paper "Sampling Subgraph Network with Application to Graph Classification" IEEE Link

Graphs are naturally used to describe the structures of various real-world systems in biology, society, computer science etc., where subgraphs or motifs as basic blocks play an important role in function expression and information processing. However, existing research focuses on the basic statistics of certain motifs, largely ignoring the connection patterns among them. Recently, a subgraph network (SGN) model is proposed to study the potential structure among motifs, and it was found that the integration of SGN can enhance a series of graph classification methods. However, SGN model lacks diversity and is of quite high time complexity, making it difficult to widely apply in practice. In this paper, we introduce sampling strategies into SGN, and design a novel sampling subgraph network model, which is scale-controllable and of higher diversity. We also present a hierarchical feature fusion framework to integrate the structural features of diverse sampling SGNs, so as to improve the performance of graph classification. Extensive experiments demonstrate that, by comparing with the SGN model, our new model indeed has much lower time complexity (reduced by two orders of magnitude) and can better enhance a series of graph classification methods (doubling the performance enhancement).

S2GN framework

S2GN

Cite

@article{wang2021sampling,
  title={Sampling subgraph network with application to graph classification},
  author={Wang, Jinhuan and Chen, Pengtao and Ma, Bin and Zhou, Jiajun and Ruan, Zhongyuan and Chen, Guanrong and Xuan, Qi},
  journal={IEEE Transactions on Network Science and Engineering},
  volume={8},
  number={4},
  pages={3478--3490},
  year={2021},
  publisher={IEEE}
}

About

For the paper "Sampling Subgraph Network with Application to Graph Classification"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%