Better Locally Private Sparse Estimation Given Multiple Samples Per User
Yuheng Ma, Ke Jia, Hanfang Yang
TL;DR
The paper analyzes sparse linear regression under user-level local differential privacy (ULDP) and shows that multiple samples per user enable error rates that can eliminate the ambient dimension $d$ from the rate, achieving $\mathcal{O}(s^{*2}/(nm\varepsilon^2))$ versus the LDP rate $\mathcal{O}(d s^{*}/(nm\varepsilon^2))$. It introduces a two-stage framework: first, private candidate-variable selection via heavy hitters to identify a support of size $s^*$, then estimation in the reduced $s$-dimensional space. Two estimation protocols are developed—a multi-round ULDP stochastic convex optimization method and a faster two-round protocol using ULDP mean estimation—yielding tight upper bounds that scale with $s^*$ and $m,n$ but with limited dependence on $d$. Theoretical lower bounds show ULDP can outperform LDP in sparse settings, and experiments on synthetic and real data validate the advantage of leveraging multiple local samples per user under ULDP. Overall, the work provides a general, scalable ULDP framework for sparse estimation with strong theoretical guarantees and practical efficiency.
Abstract
Previous studies yielded discouraging results for item-level locally differentially private linear regression with $s^*$-sparsity assumption, where the minimax rate for $nm$ samples is $\mathcal{O}(s^{*}d / nm\varepsilon^2)$. This can be challenging for high-dimensional data, where the dimension $d$ is extremely large. In this work, we investigate user-level locally differentially private sparse linear regression. We show that with $n$ users each contributing $m$ samples, the linear dependency of dimension $d$ can be eliminated, yielding an error upper bound of $\mathcal{O}(s^{*2} / nm\varepsilon^2)$. We propose a framework that first selects candidate variables and then conducts estimation in the narrowed low-dimensional space, which is extendable to general sparse estimation problems with tight error bounds. Experiments on both synthetic and real datasets demonstrate the superiority of the proposed methods. Both the theoretical and empirical results suggest that, with the same number of samples, locally private sparse estimation is better conducted when multiple samples per user are available.
