paper-with-me

Papers

Private Machine Learning in TensorFlow using Secure Computation

2018-10-18 · Morten Dahl, Jason Mancuso, Yann Dupis, Ben Decoste, Morgan Giraud, Ian Livingstone, Justin Patriquin, Gavin Uhma

We present a framework for experimenting with secure multi-party computation directly in TensorFlow. By doing so we benefit from several properties valuable to both researchers and practitioners, including tight integration with ordinary machine learning processes, existing optimizations for distributed computation in TensorFlow, high-level abstractions for expressing complex algorithms and protocols, and an expanded set of familiar tooling. We give an open source implementation of a state-of-the-art protocol and report on concrete benchmarks using typical models from private machine learning.

📄 PDF Abstract BibTeX arXiv:1810.08130

Code (2)

anoushkrit/Knowledge pytorch
tf-encrypted/tf-encrypted tf

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

TensorSCONE: A Secure TensorFlow Framework using Intel SGX

2019-02-12 · Roland Kunkel, Do Le Quoc, Franz Gregor, Sergei Arnautov 외

Machine learning has become a critical component of modern data-driven online services. Typically, the training phase of machine learning techniques requires to process large-scale datasets which may contain private and …

BIG-bench Machine LearningCloud Computing

secureTF: A Secure TensorFlow Framework

2021-01-20 · Do Le Quoc, Franz Gregor, Sergei Arnautov, Roland Kunkel 외

Data-driven intelligent applications in modern online services have become ubiquitous. These applications are usually hosted in the untrusted cloud computing infrastructure. This poses significant security risks since th…

BIG-bench Machine LearningCloud Computing

CrypTen: Secure Multi-Party Computation Meets Machine Learning

2021-09-02 · NeurIPS 2021 12 · Brian Knott, Shobha Venkataraman, Awni Hannun, Shubho Sengupta 외

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 machi…

BIG-bench Machine LearningGPUimage-classificationImage Classification+4

CrypTFlow: Secure TensorFlow Inference

2019-09-16 · Nishant Kumar, Mayank Rathee, Nishanth Chandran, Divya Gupta 외

We present CrypTFlow, a first of its kind system that converts TensorFlow inference code into Secure Multi-party Computation (MPC) protocols at the push of a button. To do this, we build three components. Our first compo…

Secure Approximation Guarantee for Cryptographically Private Empirical Risk Minimization

2016-02-15 · Toshiyuki Takada, Hiroyuki Hanada, Yoshiji Yamada, Jun Sakuma 외

Privacy concern has been increasingly important in many machine learning (ML) problems. We study empirical risk minimization (ERM) problems under secure multi-party computation (MPC) frameworks. Main technical tools for …

Privacy Preserving