paper-with-me

Papers

Secure multiparty computations in floating-point arithmetic

2020-01-09 · Chuan Guo, Awni Hannun, Brian Knott, Laurens van der Maaten, Mark Tygert, Ruiyu Zhu

Secure multiparty computations enable the distribution of so-called shares of sensitive data to multiple parties such that the multiple parties can effectively process the data while being unable to glean much information about the data (at least not without collusion among all parties to put back together all the shares). Thus, the parties may conspire to send all their processed results to a trusted third party (perhaps the data provider) at the conclusion of the computations, with only the trusted third party being able to view the final results. Secure multiparty computations for privacy-preserving machine-learning turn out to be possible using solely standard floating-point arithmetic, at least with a carefully controlled leakage of information less than the loss of accuracy due to roundoff, all backed by rigorous mathematical proofs of worst-case bounds on information loss and numerical stability in finite-precision arithmetic. Numerical examples illustrate the high performance attained on commodity off-the-shelf hardware for generalized linear models, including ordinary linear least-squares regression, binary and multinomial logistic regression, probit regression, and Poisson regression.

📄 PDF Abstract BibTeX arXiv:2001.03192

Code (0)

등록된 구현이 없습니다.

Tasks

AllMathematical ProofsPrivacy Preservingregression

Similar Papers 제목 키워드 기반

Perfectly-Private Analog Secure Aggregation in Federated Learning

2025-09-10 · Delio Jaramillo-Velez, Charul Rajput, Ragnar Freij-Hollanti, Camilla Hollanti 외 arxiv

In federated learning, multiple parties train models locally and share their parameters with a central server, which aggregates them to update a global model. To address the risk of exposing sensitive data through local …

Federated Learning

Exploiting Binary Floating-Point Representations for Constraint Propagation: The Complete Unabridged Version

2013-08-18 · Roberto Bagnara, Matthieu Carlier, Roberta Gori, Arnaud Gotlieb

Floating-point computations are quickly finding their way in the design of safety- and mission-critical systems, despite the fact that designing floating-point algorithms is significantly more difficult than designing in…

Customizing Number Representation and Precision

2022-12-08 · Olivier Sentieys, Daniel Menard

There is a growing interest in the use of reduced-precision arithmetic, exacerbated by the recent interest in artificial intelligence, especially with deep learning. Most architectures already provide reduced-precision c…

An Efficient Summation Algorithm for the Accuracy, Convergence and Reproducibility of Parallel Numerical Methods

2022-05-11 · Farah Benmouhoub, Pierre-Loïc Garoche, Matthieu Martel

Nowadays, parallel computing is ubiquitous in several application fields, both in engineering and science. The computations rely on the floating-point arithmetic specified by the IEEE754 Standard. In this context, an ele…

Quantum-secure multiparty deep learning

2024-08-10 · Kfir Sulimany, Sri Krishna Vadlamani, Ryan Hamerly, Prahlad Iyengar 외

Secure multiparty computation enables the joint evaluation of multivariate functions across distributed users while ensuring the privacy of their local inputs. This field has become increasingly urgent due to the explodi…

Cloud ComputingDeep LearningQuantization