Asymmetric Private Set Intersection with Applications to Contact Tracing
and Private Vertical Federated Machine Learning
- URL: http://arxiv.org/abs/2011.09350v1
- Date: Wed, 18 Nov 2020 15:38:59 GMT
- Title: Asymmetric Private Set Intersection with Applications to Contact Tracing
and Private Vertical Federated Machine Learning
- Authors: Nick Angelou, Ayoub Benaissa, Bogdan Cebere, William Clark, Adam James
Hall, Michael A. Hoeh, Daniel Liu, Pavlos Papadopoulos, Robin Roehm, Robert
Sandmann, Phillipp Schoppmann, Tom Titcombe
- Abstract summary: We present a cross-platform library for asymmetric private set intersection (PSI) and PSI-Cardinality (PSI-C)
Our protocol combines traditional DDH-based PSI and PSI-C protocols with compression based on Bloom filters that helps reduce communication in the asymmetric setting.
Our library supports C++, C, Go, WebAssembly, JavaScript, Python, and Rust, and runs on both traditional hardware (x86) and browser targets.
- Score: 7.443117783492293
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: We present a multi-language, cross-platform, open-source library for
asymmetric private set intersection (PSI) and PSI-Cardinality (PSI-C). Our
protocol combines traditional DDH-based PSI and PSI-C protocols with
compression based on Bloom filters that helps reduce communication in the
asymmetric setting. Currently, our library supports C++, C, Go, WebAssembly,
JavaScript, Python, and Rust, and runs on both traditional hardware (x86) and
browser targets. We further apply our library to two use cases: (i) a
privacy-preserving contact tracing protocol that is compatible with existing
approaches, but improves their privacy guarantees, and (ii) privacy-preserving
machine learning on vertically partitioned data.
Related papers
- Labeled Delegated PSI and its Applications in the Public Sector [16.0115432790131]
(Multi-party) delegated private set intersection (D-PSI) is a privacy-enhancing technology to link data across multiple data providers using a data collector.<n>This paper is the result of a collaboration with a governmental organization responsible for collecting, linking, and pseudonymizing data.<n>Based on their requirements, we design a new D-PSI protocol with composable output functions, including encrypted payload and pseudonymized identifiers.
arXiv Detail & Related papers (2025-12-09T12:59:00Z) - Can One Safety Loop Guard Them All? Agentic Guard Rails for Federated Computing [0.0]
We propose Guardian-FC, a novel framework for privacy preserving federated computing.<n>It unifies safety enforcement across diverse privacy preserving mechanisms.<n>We present qualitative scenarios illustrating backend-agnostic safety and a formal model foundation for verification.
arXiv Detail & Related papers (2025-06-24T20:39:49Z) - IDCloak: A Practical Secure Multi-party Dataset Join Framework for Vertical Privacy-preserving Machine Learning [7.765213701941396]
This paper proposes IDCloak, the first practical secure multi-party dataset join framework for vPPML.<n>We show that IDCloak demonstrates higher efficiency in the two-party setting and comparable performance when the party number increases.<n>Our proposed cmPSI protocol provides a stronger security guarantee (dishonest majority) while improving efficiency by up to $7.78times$ in time and $8.73times$ in communication sizes.
arXiv Detail & Related papers (2025-06-01T16:20:39Z) - Communication-Efficient and Privacy-Adaptable Mechanism for Federated Learning [54.20871516148981]
We introduce the Communication-Efficient and Privacy-Adaptable Mechanism (CEPAM)<n>CEPAM achieves communication efficiency and privacy protection simultaneously.<n>We theoretically analyze the privacy guarantee of CEPAM and investigate the trade-offs among user privacy and accuracy of CEPAM.
arXiv Detail & Related papers (2025-01-21T11:16:05Z) - Secure Aggregation is Not Private Against Membership Inference Attacks [66.59892736942953]
We investigate the privacy implications of SecAgg in federated learning.
We show that SecAgg offers weak privacy against membership inference attacks even in a single training round.
Our findings underscore the imperative for additional privacy-enhancing mechanisms, such as noise injection.
arXiv Detail & Related papers (2024-03-26T15:07:58Z) - Provable Privacy with Non-Private Pre-Processing [56.770023668379615]
We propose a general framework to evaluate the additional privacy cost incurred by non-private data-dependent pre-processing algorithms.
Our framework establishes upper bounds on the overall privacy guarantees by utilising two new technical notions.
arXiv Detail & Related papers (2024-03-19T17:54:49Z) - PEPSI: Practically Efficient Private Set Intersection in the Unbalanced Setting [27.625750404980597]
Two parties with private data sets can find shared elements using a Private Set Intersection (PSI) protocol without revealing any information beyond the intersection.
Existing protocols are either computationally inefficient or require extensive server-client communication on the order of the larger set.
We introduce Practically Efficient PSI or PEPSI, a non-interactive solution where only the client sends its encrypted data.
arXiv Detail & Related papers (2023-10-23T04:44:13Z) - Secure and Scalable Circuit-based Protocol for Multi-Party Private Set Intersection [4.946124980718068]
Circuit-based approach has advantages over using custom protocols to achieve this task.
By using secure computation between two parties, our protocol sidesteps the complexities associated with multi-party interactions.
In order to mitigate the high overhead associated with circuit-based constructions, we have further enhanced our protocol by utilizing simple hashing scheme and permutation-based hash functions.
arXiv Detail & Related papers (2023-09-14T03:20:33Z) - Breaking the Communication-Privacy-Accuracy Tradeoff with
$f$-Differential Privacy [51.11280118806893]
We consider a federated data analytics problem in which a server coordinates the collaborative data analysis of multiple users with privacy concerns and limited communication capability.
We study the local differential privacy guarantees of discrete-valued mechanisms with finite output space through the lens of $f$-differential privacy (DP)
More specifically, we advance the existing literature by deriving tight $f$-DP guarantees for a variety of discrete-valued mechanisms.
arXiv Detail & Related papers (2023-02-19T16:58:53Z) - Federated Boosted Decision Trees with Differential Privacy [24.66980518231163]
We propose a general framework that captures and extends existing approaches for differentially private decision trees.
We show that with a careful choice of techniques it is possible to achieve very high utility while maintaining strong levels of privacy.
arXiv Detail & Related papers (2022-10-06T13:28:29Z) - Is Vertical Logistic Regression Privacy-Preserving? A Comprehensive
Privacy Analysis and Beyond [57.10914865054868]
We consider vertical logistic regression (VLR) trained with mini-batch descent gradient.
We provide a comprehensive and rigorous privacy analysis of VLR in a class of open-source Federated Learning frameworks.
arXiv Detail & Related papers (2022-07-19T05:47:30Z) - SoteriaFL: A Unified Framework for Private Federated Learning with
Communication Compression [40.646108010388986]
We propose a unified framework that enhances the communication efficiency of private federated learning with communication compression.
We provide a comprehensive characterization of its performance trade-offs in terms of privacy, utility, and communication complexity.
arXiv Detail & Related papers (2022-06-20T16:47:58Z) - Byzantine-Robust Federated Learning with Optimal Statistical Rates and
Privacy Guarantees [123.0401978870009]
We propose Byzantine-robust federated learning protocols with nearly optimal statistical rates.
We benchmark against competing protocols and show the empirical superiority of the proposed protocols.
Our protocols with bucketing can be naturally combined with privacy-guaranteeing procedures to introduce security against a semi-honest server.
arXiv Detail & Related papers (2022-05-24T04:03:07Z) - Privacy-Aware Compression for Federated Data Analysis [31.970815289473965]
Federated data analytics is a framework for distributed data analysis where a server compiles noisy responses from a group of low-bandwidth user devices to estimate aggregate statistics.
Two major challenges in this framework are privacy, since user data is often sensitive, and compression, since the user devices have low network bandwidth.
We take a holistic look at the problem and design a family of privacy-aware compression mechanisms that work for any given communication budget.
arXiv Detail & Related papers (2022-03-15T17:57:13Z) - Private Reinforcement Learning with PAC and Regret Guarantees [69.4202374491817]
We design privacy preserving exploration policies for episodic reinforcement learning (RL)
We first provide a meaningful privacy formulation using the notion of joint differential privacy (JDP)
We then develop a private optimism-based learning algorithm that simultaneously achieves strong PAC and regret bounds, and enjoys a JDP guarantee.
arXiv Detail & Related papers (2020-09-18T20:18:35Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.