Mining Graph Pattern Association Rules

Xin Wang,Yang Xu
DOI: https://doi.org/10.1007/978-3-319-98812-2_19
2018-01-01
Abstract:We propose a general class of graph-pattern association rules (GPARs) for social network analysis, e.g., discovering underlying relationships among entities in social networks. Despite the benefits, GPARs bring us challenges: conventional support and confidence metrics no longer work for GPARs, and discovering GPARs is intractable. Nonetheless, we show that it is still feasible to discover GPARs. We first propose a metric that preserves anti-monotonic property as support metric for GPARs. We then formalize the GPARs mining problem, and decompose it into two subproblems: frequent pattern mining and GPARs generation. To tackle the issues, we first develop a parallel algorithm to construct DFS code graphs, whose nodes correspond to frequent patterns. We next provide an efficient algorithm to generate GPARs by using DFS code graphs. Using real-life and synthetic graphs, we experimentally verify the performance of the algorithms.
What problem does this paper attempt to address?