A K-Nn Query Method over Encrypted Data

Zhiqiang Zhang,Lijie Xin,Xiaoqin Xie,Haiwei Pan
DOI: https://doi.org/10.1109/cscwd.2018.8465239
2018-01-01
Abstract:In this paper, we mainly study the problem of computing the k nearest neighbor over the encrypted data. We solve this question from two aspects. Firstly, we focus on the query efficiency. It is necessary to improve the user experience and save computing resources through reducing query time. We propose a k nearest neighbor query algorithm based on hierarchical Clustering. This algorithm uses the pruning rules to exclude most of the non-nearest neighbor data and improve query efficiency. Secondly, considered from data's security, we use the SSED algorithm which can safely compute distance between two encrypted data by using the properties of homomorphic encryption algorithm. Then the SSED algorithm is combined with the hierarchical clustering algorithm to realize the computation of k nearest neighbors over the ciphertext. The experiments show that the algorithm proposed in this paper has high query efficiency.
What problem does this paper attempt to address?