Similarity Search with Graph Index on Bayesian Network Embedding

Zhiwei Qi,Kun Yue,Liang Duan,Zhihong Liang
DOI: https://doi.org/10.1109/gcce56475.2022.10014331
2022-01-01
Abstract:Similarity search on directed social networks (DSNs) could help users find the K nearest neighbors (KNNs). The graph index based similarity search does not have to compare query node against every node in DSNs, since the neighbor relationship of the nodes is captured by the edges. Nevertheless, the performance of similarity search is still unsatisfactory, such as not supporting the end-to-end search or taking unnecessary detours, etc. In this paper, we propose the method of Graph Index on Directed Social Network Embedding (GI-DSNE) to facilitate the approximate KNN search on DSNs. First, the DSNE is proposed to embed the DSN into a low-dimensional vector space to achieve the embeddings for efficient calculation of similarities on the search path. Then, the nearest neighbor descent algorithm is adopted to calculate the KNN graph. Subsequently, to construct the graph index efficiently, the direction guided strategy for edge selection, maximum out-degree of GI-DSNE and the depth-first-search tree for guaranteeing the connectivity of GI-DSNE are proposed. Experimental results show that our proposed method outperforms the state-of-the-art competitors on both execution time and precision.
What problem does this paper attempt to address?