Search papers, labs, and topics across Lattice.
This paper identifies significant privacy vulnerabilities in k-nearest neighbor queries (kNNQ) through two novel attacks: the geometric intersection location inference attack (GI-LIA) and the zero-order optimization location inference attack (ZO-LIA). To address these vulnerabilities, the authors introduce DPRS, a differential privacy framework that utilizes a rejection sampling mechanism within a constrained perturbation interval, effectively balancing privacy and query utility. Experimental results on real-world spatial datasets show that DPRS outperforms existing privacy-preserving methods, providing stronger protection without sacrificing performance.
Location-based services are vulnerable to privacy breaches, but a new differential privacy framework can safeguard kNN queries without losing utility.
The k-nearest neighbor query (kNNQ) is a core component of modern location-based services (LBS) and has been widely adopted in popular features such as ``people nearby''. However, its potential privacy risks have long been overlooked. In this work, we present the first two attacks against kNNQ, namely the geometric intersection location inference attack (GI-LIA) and the zero-order optimization location inference attack (ZO-LIA), revealing the inherent location privacy risks posed by kNNQ. To mitigate these privacy risks, we further propose DPRS, a differential privacy framework for kNNQ protection. The core idea of DPRS is to incorporate a rejection sampling mechanism within a constrained perturbation interval, thereby mitigating the distance distortion caused by excessive noise injection. In addition, we design a private interval construction algorithm to construct the perturbation interval, enabling the rejection sampling mechanism to achieve a more favorable trade-off between privacy protection and query utility in kNNQ. Extensive experiments on real-world spatial datasets demonstrate that DPRS outperforms existing methods in both privacy protection and query utility. Our code is available at https://github.com/reanatom/DPRS.