Secure Multi-party Knn Search in Large-scale Spatial Data Federation

Yuanyuan Zhang,Yexuan Shi,Nan Zhou,Yi Xu,Ke Xu
DOI: https://doi.org/10.1109/bigdata55660.2022.10020254
2022-01-01
Abstract:kNN is a fundamental query in various location based services such as POI recommendation and ride planning. There is an increasing demand to scale such services by querying over a data federation, where the entire dataset is distributedly held by multiple data providers (a.k.a., silos), and each silo keeps its data partition private. However, it is challenging to provide secure kNN queries over a large-scale data federation. Prior secure kNN queries can be are highly inefficient if performed cross silos because they involve excessive secure distance operations, which can be two or three orders of magnitude slower than the corresponding plaintext operations. In this work, we propose a novel threshold based framework for efficient kNN queries over a spatial data federation. The key idea is to rewrite excessive secure distance computations as light-weight secure operations. We further propose an adaptive threshold algorithm to reduce the secure communication rounds and accelerate the query processing. Extensive evaluations on both synthetic and real-world datasets show that compared with the state-of-the-art secure kNN querying methods, our solutions reduce the time cost by up to 104.1 times and communication cost by three orders of magnitude.
What problem does this paper attempt to address?