CRDec 10, 2021

Differential Privacy in Aggregated Mobility Networks: Balancing Privacy and Utility

arXiv:2112.08487v23 citations
Originality Incremental advance
AI Analysis

This addresses privacy risks in location data sharing for users and data analysts, but it is incremental as it builds on existing differential privacy techniques.

The paper tackles the problem of protecting user privacy in aggregated mobility datasets by proposing a differential privacy model that injects Planar Laplace noise into GPS points, achieving query responses with a maximum 9% deviation from raw data in network length.

Location data is collected from users continuously to understand their mobility patterns. Releasing the user trajectories may compromise user privacy. Therefore, the general practice is to release aggregated location datasets. However, private information may still be inferred from an aggregated version of location trajectories. Differential privacy (DP) protects the query output against inference attacks regardless of background knowledge. This paper presents a differential privacy-based privacy model that protects the user's origins and destinations from being inferred from aggregated mobility datasets. This is achieved by injecting Planar Laplace noise to the user origin and destination GPS points. The noisy GPS points are then transformed into a link representation using a link-matching algorithm. Finally, the link trajectories form an aggregated mobility network. The injected noise level is selected using the Sparse Vector Mechanism. This DP selection mechanism considers the link density of the location and the functional category of the localized links. Compared to the different baseline models, including a k-anonymity method, our differential privacy-based aggregation model offers query responses that are close to the raw data in terms of aggregate statistics at both the network and trajectory-levels with maximum 9% deviation from the baseline in terms of network length.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes