Efficient Subgraph Skyline Search Over Large Graphs.

Weiguo Zheng,Lei Zou,Xiang Lian,Liang Hong,Dongyan Zhao
DOI: https://doi.org/10.1145/2661829.2662037
2014-01-01
Abstract:Subgraph search is very useful in many real-world applications. However, users may be overwhelmed by the masses of matches. In this paper, we propose subgraph skyline search problem, denoted as S3, to support more complicated analysis over graph data. Specifically, given a large graph G and a query graph q, we want to find all the subgraphs g in G, such that g is graph isomorphic to q and not dominated by any other subgraphs. In order to improve the efficiency, we devise a hybrid feature encoding incorporating both structural and numeric features. Moreover, we present some optimizations based on partitioning strategy. We also propose a skylayer index to facilitate the dynamic subgraph skyline computation. Extensive experiments over real dataset confirm the effectiveness and efficiency of our algorithm.
What problem does this paper attempt to address?