# Locally Differentially Private Minimum Finding

**Authors:** Kazuto Fukuchi, Chia-Mu Yu, Arashi Haishima, Jun Sakuma

arXiv: 1905.11067 · 2019-05-28

## TL;DR

This paper introduces a differentially private mechanism for estimating the minimum value among users' data under local privacy constraints, with error bounds that adapt to data distribution characteristics.

## Contribution

The authors propose an adaptive private mechanism that achieves near-optimal error rates depending on the data distribution's tail fatness, without prior knowledge of this parameter.

## Key findings

- Mechanism achieves $O((	ext{ln}^6 N / \epsilon^2 N)^{1/2	extalpha})$ error.
- Error rate is near-optimal with $	extOmega((1/\epsilon^2 N)^{1/2	extalpha})$ lower bound.
- Empirical results show improved performance on synthetic and real datasets.

## Abstract

We investigate a problem of finding the minimum, in which each user has a real value and we want to estimate the minimum of these values under the local differential privacy constraint. We reveal that this problem is fundamentally difficult, and we cannot construct a mechanism that is consistent in the worst case. Instead of considering the worst case, we aim to construct a private mechanism whose error rate is adaptive to the easiness of estimation of the minimum. As a measure of easiness, we introduce a parameter $\alpha$ that characterizes the fatness of the minimum-side tail of the user data distribution. As a result, we reveal that the mechanism can achieve $O((\ln^6N/\epsilon^2N)^{1/2\alpha})$ error without knowledge of $\alpha$ and the error rate is near-optimal in the sense that any mechanism incurs $\Omega((1/\epsilon^2N)^{1/2\alpha})$ error. Furthermore, we demonstrate that our mechanism outperforms a naive mechanism by empirical evaluations on synthetic datasets. Also, we conducted experiments on the MovieLens dataset and a purchase history dataset and demonstrate that our algorithm achieves $\tilde{O}((1/N)^{1/2\alpha})$ error adaptively to $\alpha$.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.11067/full.md

## Figures

53 figures with captions in the complete paper: https://tomesphere.com/paper/1905.11067/full.md

## References

18 references — full list in the complete paper: https://tomesphere.com/paper/1905.11067/full.md

---
Source: https://tomesphere.com/paper/1905.11067