paper-with-me

Papers

Towards Secure and Practical Machine Learning via Secret Sharing and Random Permutation

2021-08-17 · Fei Zheng, Chaochao Chen, Xiaolin Zheng, Mingjie Zhu

With the increasing demands for privacy protection, privacy-preserving machine learning has been drawing much attention in both academia and industry. However, most existing methods have their limitations in practical applications. On the one hand, although most cryptographic methods are provable secure, they bring heavy computation and communication. On the other hand, the security of many relatively efficient private methods (e.g., federated learning and split learning) is being questioned, since they are non-provable secure. Inspired by previous work on privacy-preserving machine learning, we build a privacy-preserving machine learning framework by combining random permutation and arithmetic secret sharing via our compute-after-permutation technique. Since our method reduces the cost for element-wise function computation, it is more efficient than existing cryptographic methods. Moreover, by adopting distance correlation as a metric for privacy leakage, we demonstrate that our method is more secure than previous non-provable secure methods. Overall, our proposal achieves a good balance between security and efficiency. Experimental results show that our method not only is up to 6x faster and reduces up to 85% network traffic compared with state-of-the-art cryptographic methods, but also leaks less privacy during the training process compared with non-provable secure methods.

📄 PDF Abstract BibTeX arXiv:2108.07463

Code (1)

zfscgy/Amber 공식 구현 tf

Tasks

BIG-bench Machine LearningPrivacy PreservingPrivacy Preserving Deep Learning

Similar Papers 제목 키워드 기반

Secure PAC Bayesian Regression via Real Shamir Secret Sharing

2021-09-23 · Jaron Skovsted Gundersen, Bulut Kuskonmaz, Rafael Wisniewski

A common approach of system identification and machine learning is to generate a model by using training data to predict the test data instances as accurate as possible. Nonetheless, concerns about data privacy are incre…

regression

ByzSecAgg: A Byzantine-Resistant Secure Aggregation Scheme for Federated Learning Based on Coded Computing and Vector Commitment

2023-02-20 · Tayyebeh Jahani-Nezhad, Mohammad Ali Maddah-Ali, Giuseppe Caire

In this paper, we propose ByzSecAgg, an efficient secure aggregation scheme for federated learning that is resistant to Byzantine attacks and privacy leakages. Processing individual updates to manage adversarial behavior…

Federated LearningOutlier Detection

Multi-party computation enables secure polynomial control based solely on secret-sharing

2021-03-30 · Sebastian Schlor, Michael Hertneck, Stefan Wildhagen, Frank Allgöwer

Encrypted control systems allow to evaluate feedback laws on external servers without revealing private information about state and input data, the control law, or the plant. While there are a number of encrypted control…

Obscure: Information-Theoretically Secure, Oblivious, and Verifiable Aggregation Queries on Secret-Shared Outsourced Data -- Full Version

2020-04-27 · Peeyush Gupta, Yin Li, Sharad Mehrotra, Nisha Panwar 외

Despite exciting progress on cryptography, secure and efficient query processing over outsourced data remains an open challenge. We develop a communication-efficient and information-theoretically secure system, entitled …

Privacy Preserving

Chameleon: A Hybrid Secure Computation Framework for Machine Learning Applications

2018-01-10 · M. Sadegh Riazi, Christian Weinert, Oleksandr Tkachenko, Ebrahim. M. Songhori 외

We present Chameleon, a novel hybrid (mixed-protocol) framework for secure function evaluation (SFE) which enables two parties to jointly compute a function without disclosing their private inputs. Chameleon combines the…

BIG-bench Machine Learning