Graph indexing for large networks: A neighborhood tree-based approach

作者:

Highlights:

摘要

Graphs are used to model complex data objects and their relationships in the real world. Finding occurrences of graph patterns in large graphs is one of the fundamental graph analysis tools used to discover underlying characteristics from these complex networks. In this paper, we propose a new tree-based approach for improving subgraph-matching performance. First, we introduce a new graph indexing mechanism known as Neighborhood Trees (NTree), which records the neighborhood relationships of each vertex in the large graph to filter negative vertices. Second, we decompose a query graph into a set of neighborhood trees and only a subset of candidate trees, which can properly recover the original query graph. In this way, the tree-at-a-time method is used to obtain the matched graphs. Third, we employ a graph query optimizer to determine the neighborhood tree selection order on the basis of the cost evaluation of tree join operations. Experiments on both real and synthetic databases demonstrate that our approach is more efficient than other state-of-the-art indexing methods.

论文关键词:Graph querying,Graph matching,Neighborhood tree,Indexing,Social network

论文评审过程:Received 17 March 2014, Revised 4 August 2014, Accepted 29 August 2014, Available online 16 September 2014.

论文官网地址:https://doi.org/10.1016/j.knosys.2014.08.025