paper-with-me

Papers

secureTF: A Secure TensorFlow Framework

2021-01-20 · Do Le Quoc, Franz Gregor, Sergei Arnautov, Roland Kunkel, Pramod Bhatotia, Christof Fetzer

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 these applications rely on applying machine learning algorithms on large datasets which may contain private and sensitive information. To tackle this challenge, we designed secureTF, a distributed secure machine learning framework based on Tensorflow for the untrusted cloud infrastructure. secureTF is a generic platform to support unmodified TensorFlow applications, while providing end-to-end security for the input data, ML model, and application code. secureTF is built from ground-up based on the security properties provided by Trusted Execution Environments (TEEs). However, it extends the trust of a volatile memory region (or secure enclave) provided by the single node TEE to secure a distributed infrastructure required for supporting unmodified stateful machine learning applications running in the cloud. The paper reports on our experiences about the system design choices and the system deployment in production use-cases. We conclude with the lessons learned based on the limitations of our commercially available platform, and discuss open research problems for the future work.

📄 PDF Abstract BibTeX arXiv:2101.08204

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningCloud Computing

Similar Papers 제목 키워드 기반

Private Machine Learning in TensorFlow using Secure Computation

2018-10-18 · Morten Dahl, Jason Mancuso, Yann Dupis, Ben Decoste 외

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

BIG-bench Machine Learning

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

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 Evaluation of Quantized Neural Networks

2019-10-28 · Anders Dalskov, Daniel Escudero, Marcel Keller

We investigate two questions in this paper: First, we ask to what extent "MPC friendly" models are already supported by major Machine Learning frameworks such as TensorFlow or PyTorch. Prior works provide protocols that …

Image ClassificationQuantization

Python Fuzzing for Trustworthy Machine Learning Frameworks

2024-03-19 · Ilya Yegorov, Eli Kobrin, Darya Parygina, Alexey Vishnyakov 외

Ensuring the security and reliability of machine learning frameworks is crucial for building trustworthy AI-based systems. Fuzzing, a popular technique in secure software development lifecycle (SSDLC), can be used to dev…