paper-with-me

Papers

Differentially Private Sketches for Jaccard Similarity Estimation

2020-08-18 · Martin Aumüller, Anders Bourgeat, Jana Schmurr

This paper describes two locally-differential private algorithms for releasing user vectors such that the Jaccard similarity between these vectors can be efficiently estimated. The basic building block is the well known MinHash method. To achieve a privacy-utility trade-off, MinHash is extended in two ways using variants of Generalized Randomized Response and the Laplace Mechanism. A theoretical analysis provides bounds on the absolute error and experiments show the utility-privacy trade-off on synthetic and real-world data. The paper ends with a critical discussion of related work.

📄 PDF Abstract BibTeX arXiv:2008.08134

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Private Sketches for Linear Regression

2025-11-10 · Shrutimoy Das, Debanuj Nayak, Anirban Dasgupta arxiv

Linear regression is frequently applied in a variety of domains, some of which might contain sensitive information. This necessitates that the application of these methods does not reveal private information. Differentia…

Computational Efficiency

Private and Communication-Efficient Federated Learning based on Differentially Private Sketches

2024-10-08 · Meifan Zhang, Zhanhong Xie, Lihua Yin

Federated learning (FL) faces two primary challenges: the risk of privacy leakage due to parameter sharing and communication inefficiencies. To address these challenges, we propose DPSFL, a federated learning method that…

Federated Learning

Decision Tree for Locally Private Estimation with Public Data

2023-09-21 · NeurIPS 2023 11

We propose conducting locally differentially private (LDP) estimation with the aid of a small amount of public data to enhance the performance of private estimation. Specifically, we introduce an efficient algorithm call…

Sampling-Based Estimation of Jaccard Containment and Similarity

2025-07-14 · Pranav Joshi arxiv

This paper addresses the problem of estimating the containment and similarity between two sets using only random samples from each set, without relying on sketches of full sets. The study introduces a binomial model for …

Distributed Differentially Private Data Analytics via Secure Sketching

2024-11-30 · Jakob Burkhardt, Hannah Keller, Claudio Orlandi, Chris Schwiegelshohn

We introduce the linear-transformation model, a distributed model of differentially private data analysis. Clients have access to a trusted platform capable of applying a public matrix to their inputs. Such computations …

Computational Efficiency