Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GalateaWang/SGNs-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SGNs-master

github watchers Github stars

This is a project for a TKDE 2019 paper "Subgraph Networks With Application to Structural Feature Space Expansion". Please stay tuned for future updates!

Update: This paper has been published in IEEE TKDE, Volume: 33, Issue: 6, June 1 2021. PaperLink

Real-world networks exhibit prominent hierarchical and modular structures, with various subgraphs as building blocks. Most existing studies simply consider distinct subgraphs as motifs and use only their numbers to characterize the underlying network. Although such statistics can be used to describe a network model, or even to design some network algorithms, the role of subgraphs in such applications can be further explored so as to improve the results. In this article, the concept of subgraph network (SGN) is introduced and then applied to network models, with algorithms designed for constructing the 1st-order and 2nd-order SGNs, which can be easily extended to build higher-order ones. Furthermore, these SGNs are used to expand the structural feature space of the underlying network, beneficial for network classification. Numerical experiments demonstrate that the network classification model based on the structural features of the original network together with the 1st-order and 2nd-order SGNs always performs the best as compared to the models based only on one or two of such networks. In other words, the structural features of SGNs can complement that of the original network for better network classification, regardless of the feature extraction method used, such as the handcrafted, network embedding and kernel-based methods.

SGN model

SGN

Cite

Please cite our paper if you use this code in your own work:

@ARTICLE{8924759,
  author={Xuan, Qi and Wang, Jinhuan and Zhao, Minghao and Yuan, Junkun and Fu, Chenbo and Ruan, Zhongyuan and Chen, Guanrong},
  journal={IEEE Transactions on Knowledge and Data Engineering}, 
  title={Subgraph Networks With Application to Structural Feature Space Expansion}, 
  year={2021},
  volume={33},
  number={6},
  pages={2776-2789},
  doi={10.1109/TKDE.2019.2957755}}

About

This is a project for a TKDE 2019 paper. Please stay tuned for future updates!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages