paper-with-me

Papers

CrypTen: Secure Multi-Party Computation Meets Machine Learning

2021-09-02 · NeurIPS 2021 12 · Brian Knott, Shobha Venkataraman, Awni Hannun, Shubho Sengupta, Mark Ibrahim, Laurens van der Maaten

Secure multi-party computation (MPC) allows parties to perform computations on data while keeping that data private. This capability has great potential for machine-learning applications: it facilitates training of machine-learning models on private data sets owned by different parties, evaluation of one party's private model using another party's private data, etc. Although a range of studies implement machine-learning models via secure MPC, such implementations are not yet mainstream. Adoption of secure MPC is hampered by the absence of flexible software frameworks that "speak the language" of machine-learning researchers and engineers. To foster adoption of secure MPC in machine learning, we present CrypTen: a software framework that exposes popular secure MPC primitives via abstractions that are common in modern machine-learning frameworks, such as tensor computations, automatic differentiation, and modular neural networks. This paper describes the design of CrypTen and measure its performance on state-of-the-art models for text classification, speech recognition, and image classification. Our benchmarks show that CrypTen's GPU support and high-performance communication between (an arbitrary number of) parties allows it to perform efficient private evaluation of modern machine-learning models under a semi-honest threat model. For example, two parties using CrypTen can securely predict phonemes in speech recordings using Wav2Letter faster than real-time. We hope that CrypTen will spur adoption of secure MPC in the machine-learning community.

📄 PDF Abstract BibTeX arXiv:2109.00984

Code (1)

facebookresearch/CrypTen pytorch

Tasks

BIG-bench Machine LearningGPUimage-classificationImage Classificationspeech-recognitionSpeech Recognitiontext-classificationText Classification

Similar Papers 제목 키워드 기반

A Systematic Comparison of Encrypted Machine Learning Solutions for Image Classification

2020-11-10 · Veneta Haralampieva, Daniel Rueckert, Jonathan Passerat-Palmbach

This work provides a comprehensive review of existing frameworks based on secure computing techniques in the context of private image classification. The in-depth analysis of these approaches is followed by careful exami…

BIG-bench Machine LearningGeneral Classificationimage-classificationImage Classification+1

WW-FL: Secure and Private Large-Scale Federated Learning

2023-02-20 · Felix Marx, Thomas Schneider, Ajith Suresh, Tobias Wehrle 외

Federated learning (FL) is an efficient approach for large-scale distributed machine learning that promises data privacy by keeping training data on client devices. However, recent research has uncovered vulnerabilities …

Data PoisoningFederated LearningModel Poisoning

MPC-Pipe: an Efficient Pipeline Scheme for Secure Multi-party Machine Learning Inference

2022-09-27 · Yongqin Wang, Rachit Rajat, Murali Annavaram

Multi-party computing (MPC) has been gaining popularity as a secure computing model over the past few years. However, prior works have demonstrated that MPC protocols still pay substantial performance penalties compared …

Private Text Classification with Convolutional Neural Networks

2021-06-01 · NAACL (PrivateNLP) 2021 6 · Samuel Adams, David Melanson, Martine De Cock

Text classifiers are regularly applied to personal texts, leaving users of these classifiers vulnerable to privacy breaches. We propose a solution for privacy-preserving text classification that is based on Convolutional…

ClassificationPrivacy Preservingtext-classificationText Classification

EVA-S2PLoR: A Secure Element-wise Multiplication Meets Logistic Regression on Heterogeneous Database

2025-01-09 · Tianle Tao, Shizhao Peng, Tianyu Mei, Shoumo Li 외

Accurate nonlinear computation is a key challenge in privacy-preserving machine learning (PPML). Most existing frameworks approximate it through linear operations, resulting in significant precision loss. This paper prop…

Anomaly DetectionPrivacy Preservingregression