Search papers, labs, and topics across Lattice.
This paper introduces an adaptive framework for Local Differential Privacy (LDP) that dynamically estimates the data domain without prior knowledge, addressing the critical challenge of balancing information loss and noise in data collection. By having users send both perturbed numerical data and a privatized signal indicating potential clipping, the Adaptive Bounding of Clipping regions (ABC) method iteratively adjusts the domain to align with the actual data distribution. Empirical results demonstrate significant improvements in data quality across various datasets, confirming the robustness and effectiveness of the proposed approach.
Clipping too narrowly can lead to data loss, but our adaptive LDP framework ensures optimal domain estimation without prior knowledge, enhancing data quality significantly.
Local Differential Privacy (LDP) provides strong privacy guarantees for collecting numerical data. A fundamental challenge, however, is that existing LDP mechanisms require a predefined data domain, which is often unknown in practice. This lack of prior knowledge creates a critical dilemma for the data collector: if the chosen domain is too narrow, values outside the range are clipped, leading to information loss. Conversely, if the domain is too wide, excessive noise is added during the privatization process, which degrades the quality of collected data. This highlights the need for methods that can dynamically estimate the data domain. In this work, we propose an adaptive LDP framework that addresses this problem. In our method, each user sends two pieces of information: their perturbed numerical data, and a privatized signal indicating if their original value was clipped by the current domain. By aggregating these signals, our proposed method, Adaptive Bounding of Clipping regions (ABC) method, iteratively adjusts the domain to fit the underlying data distribution without prior knowledge. Our theoretical analysis shows that the estimated data domain converges to an appropriate range. In the empirical evaluation, the results demonstrate that our framework significantly improves the quality of numerical data collection across various datasets and underlying LDP mechanisms. We also show that the estimated range successfully converges in practice and our approach is robust to its hyperparameters through comprehensive ablation studies.