paper-with-me

Papers

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 a distributed summation problem. Standard Secure Multiparty Computation (SMC) protocols for this problem are susceptible to poisoning attacks, where a client may have a large influence on the sum, without being detected. In this work, we propose a poisoning-robust private summation protocol in the multiple-server setting, recently studied in PRIO. We present a protocol for vector summation that verifies that the Euclidean norm of each contribution is approximately bounded. We show that by relaxing the security constraint in SMC to a differential privacy like guarantee, one can improve over PRIO in terms of communication requirements as well as the client-side computation. Unlike SMC algorithms that inevitably cast integers to elements of a large finite field, our algorithms work over integers/reals, which may allow for additional efficiencies.

📄 PDF Abstract BibTeX arXiv:2202.10618

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Distributed Differentially-Private Algorithms for Matrix and Tensor Factorization

2018-04-26 · Hafiz Imtiaz, Anand D. Sarwate

In many signal processing and machine learning applications, datasets containing private information are held at different locations, requiring the development of distributed privacy-preserving algorithms. Tensor and mat…

Privacy PreservingTensor Decomposition

Differentially Private Linear Bandits with Partial Distributed Feedback

2022-07-12 · Fengjiao Li, Xingyu Zhou, Bo Ji

In this paper, we study the problem of global reward maximization with only partial distributed feedback. This problem is motivated by several real-world applications (e.g., cellular network configuration, dynamic pricin…

Differentially Private ADMM for Distributed Medical Machine Learning

2019-01-07 · Jiahao Ding, Xiaoqi Qin, Wenjun Xu, Yanmin Gong 외

Due to massive amounts of data distributed across multiple locations, distributed machine learning has attracted a lot of research interests. Alternating Direction Method of Multipliers (ADMM) is a powerful method of des…

BIG-bench Machine Learning

DP-ADMM: ADMM-based Distributed Learning with Differential Privacy

2018-08-30 · Zonghao Huang, Rui Hu, Yuanxiong Guo, Eric Chan-Tin 외

Alternating Direction Method of Multipliers (ADMM) is a widely used tool for machine learning in distributed settings, where a machine learning model is trained over distributed data sources through an interactive proces…

BIG-bench Machine Learning

Scalable and Provably Accurate Algorithms for Differentially Private Distributed Decision Tree Learning

2020-12-19 · Kaiwen Wang, Travis Dick, Maria-Florina Balcan

This paper introduces the first provably accurate algorithms for differentially private, top-down decision tree learning in the distributed setting (Balcan et al., 2012). We propose DP-TopDown, a general privacy preservi…

Privacy Preserving