paper-with-me

Papers

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 can be securely distributed across multiple servers using simple and efficient secure multiparty computation techniques. The linear-transformation model serves as an intermediate model between the highly expressive central model and the minimal local model. In the central model, clients have access to a trusted platform capable of applying any function to their inputs. However, this expressiveness comes at a cost, as it is often prohibitively expensive to distribute such computations, leading to the central model typically being implemented by a single trusted server. In contrast, the local model assumes no trusted platform, which forces clients to add significant noise to their data. The linear-transformation model avoids the single point of failure for privacy present in the central model, while also mitigating the high noise required in the local model. We demonstrate that linear transformations are very useful for differential privacy, allowing for the computation of linear sketches of input data. These sketches largely preserve utility for tasks such as private low-rank approximation and private ridge regression, while introducing only minimal error, critically independent of the number of clients.

📄 PDF Abstract BibTeX arXiv:2412.00497

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Scalable and Differentially Private Distributed Aggregation in the Shuffled Model

2019-06-19 · Badih Ghazi, Rasmus Pagh, Ameya Velingker

Federated learning promises to make machine learning feasible on distributed, private datasets by implementing gradient descent using secure aggregation methods. The idea is to compute a global weight update without reve…

Federated LearningPrivacy Preserving

Towards Sparse Federated Analytics: Location Heatmaps under Distributed Differential Privacy with Secure Aggregation

2021-11-03 · Eugene Bagdasaryan, Peter Kairouz, Stefan Mellem, Adrià Gascón 외

We design a scalable algorithm to privately generate location heatmaps over decentralized data from millions of user devices. It aims to ensure differential privacy before data becomes visible to a service provider while…

Secure and Differentially Private Bayesian Learning on Distributed Data

2020-05-22 · Yeongjae Gil, Xiaoqian Jiang, Miran Kim, Junghye Lee

Data integration and sharing maximally enhance the potential for novel and meaningful discoveries. However, it is a non-trivial task as integrating data from multiple sources can put sensitive information of study partic…

Data IntegrationPrivacy PreservingregressionSurvival Analysis

Differential Secrecy for Distributed Data and Applications to Robust Differentially Secure Vector Summation

2022-02-22 · Kunal Talwar

Computing the noisy sum of real-valued vectors is an important primitive in differentially private learning and statistics. In private federated learning applications, these vectors are held by client devices, leading to…

Federated Learning

Dopamine: Differentially Private Federated Learning on Medical Data

2021-01-27 · Mohammad Malekzadeh, Burak Hasircioglu, Nitish Mital, Kunal Katarya 외

While rich medical datasets are hosted in hospitals distributed across the world, concerns on patients' privacy is a barrier against using such data to train deep neural networks (DNNs) for medical diagnostics. We propos…

Federated Learning