Partition-Aware Graph Pattern Based Node Matching With UpdatesDownload PDFOpen Website

Published: 01 Jan 2023, Last Modified: 11 May 2023IEEE Trans. Knowl. Data Eng. 2023Readers: Everyone
Abstract: i>Graph Pattern based Node Matching</i> (GPNM) is to find all the matches of the nodes in a data graph <inline-formula><tex-math notation="LaTeX">$G_D$</tex-math></inline-formula> based on a given pattern graph <inline-formula><tex-math notation="LaTeX">$G_P$</tex-math></inline-formula> . GPNM has become increasingly important in many applications, e.g., group finding and expert recommendation. In real scenarios, both <inline-formula><tex-math notation="LaTeX">$G_P$</tex-math></inline-formula> and <inline-formula><tex-math notation="LaTeX">$G_D$</tex-math></inline-formula> are updated frequently. However, the existing GPNM methods either need to perform a new GPNM procedure from scratch to deliver the node matching results based on the updated <inline-formula><tex-math notation="LaTeX">$G_P$</tex-math></inline-formula> and <inline-formula><tex-math notation="LaTeX">$G_D$</tex-math></inline-formula> or incrementally perform the GPNM procedure for each of the updates, leading to low efficiency. Although the elimination relations between updates and partitions of data graphs are considered in the state-of-the-art method, it still suffers from low efficiency as only the labels of nodes are considered in the partitions. Therefore, there is a pressing need for a new method to efficiently deliver the node matching results on the updated graphs. In this paper, we propose a new Partition-aware GPNM algorithm, called P-GPNM, where we propose two new partition methods, i.e., <i>connection-based partition</i> and <i>density-based partition</i> . In these two methods, P-GPNM considers the dense connections between partitions and the inner connections inside a single partition, respectively. The experimental results on five real-world social graphs demonstrate that our proposed P-GPNM is much more efficient than the state-of-the-art GPNM methods.
0 Replies

Loading