Algorithms for Subgraph Isomorphism in Graph Pattern Mining

DONG An-Guo,GAO Lin,ZHAO Jian-bang
2011-01-01
Abstract:Graph pattern mining has a wide range of applications in different domains,such as web mining,bioinformatics,and social relationship,which involved subgraph searching and isomorphism.Both problems all have high complexity.The existing approaches to subgraph isomorphism are almost based on minimum coding.The efficiency of the approaches is lower in unlabeled graphs,especially in undirected unlabeled graphs.Therefore,subgraph isomorphism is the bottle-neck in graph pattern mining.In this paper,for unlabeled graph, we present two novel algorithms for subgraph isomorphism of directed and undirected graph. The algorithms are based on algebra theory by making use of degree sequence of a vertex and eigenvalue of adjacency matrix.We experimentally evaluate the performance of our algorithms using two real networks.The simulation results show that our algorithm is effective compared with the existing algorithm.
What problem does this paper attempt to address?