Graph similarity search with edit distance constraint in large graph databases

  • Authors:
  • Weiguo Zheng;Lei Zou;Xiang Lian;Dong Wang;Dongyan Zhao

  • Affiliations:
  • Peking University, Beijing, China;Peking University, Beijing, China;University of Texas - Pan American, Edinburg, USA;Peking University, Beijing, China;Peking University, Beijing, China

  • Venue:
  • Proceedings of the 22nd ACM international conference on Conference on information & knowledge management
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Due to many real applications of graph databases, it has become increasingly important to retrieve graphs g (in graph database D) that approximately match with query graph q, rather than exact subgraph matches. In this paper, we study the problem of graph similarity search, which retrieves graphs that are similar to a given query graph under the constraint of the minimum edit distance. Specifically, we derive a lower bound, branch-based bound, which can greatly reduce the search space of the graph similarity search. We also propose a tree index structure, namely b-tree, to facilitate effective pruning and efficient query processing. Extensive experiments confirm that our proposed approach outperforms the existing approaches by orders of magnitude, in terms of both pruning power and query response time.