paper-with-me

Papers

QUOTIENT: Two-Party Secure Neural Network Training and Prediction

2019-07-08 · Nitin Agrawal, Ali Shahin Shamsabadi, Matt J. Kusner, Adrià Gascón

Recently, there has been a wealth of effort devoted to the design of secure protocols for machine learning tasks. Much of this is aimed at enabling secure prediction from highly-accurate Deep Neural Networks (DNNs). However, as DNNs are trained on data, a key question is how such models can be also trained securely. The few prior works on secure DNN training have focused either on designing custom protocols for existing training algorithms, or on developing tailored training algorithms and then applying generic secure protocols. In this work, we investigate the advantages of designing training algorithms alongside a novel secure protocol, incorporating optimizations on both fronts. We present QUOTIENT, a new method for discretized training of DNNs, along with a customized secure two-party protocol for it. QUOTIENT incorporates key components of state-of-the-art DNN training such as layer normalization and adaptive gradient methods, and improves upon the state-of-the-art in DNN training in two-party computation. Compared to prior work, we obtain an improvement of 50X in WAN time and 6% in absolute accuracy.

📄 PDF Abstract BibTeX arXiv:1907.03372

Code (0)

등록된 구현이 없습니다.

Tasks

PredictionVocal Bursts Valence Prediction

Methods 이 논문이 사용한 방법론

Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

SecureGBM: Secure Multi-Party Gradient Boosting

2019-11-27 · Zhi Fengy, Haoyi Xiong, Chuanyuan Song, Sijia Yang 외

Federated machine learning systems have been widely used to facilitate the joint data analytics across the distributed datasets owned by the different parties that do not trust each others. In this paper, we proposed a n…

Ents: An Efficient Three-party Training Framework for Decision Trees by Communication Optimization

2024-06-12 · Guopeng Lin, Weili Han, Wenqiang Ruan, Ruisheng Zhou 외

Multi-party training frameworks for decision trees based on secure multi-party computation enable multiple parties to train high-performance models on distributed private data with privacy preservation. The training proc…

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

CryptGNN: Enabling Secure Inference for Graph Neural Networks

2025-09-11 · Pritam Sen, Yao Ma, Cristian Borcea arxiv

We present CryptGNN, a secure and effective inference solution for third-party graph neural network (GNN) models in the cloud, which are accessed by clients as ML as a service (MLaaS). The main novelty of CryptGNN is its…

Graph Neural Network

Adam in Private: Secure and Fast Training of Deep Neural Networks with Adaptive Moment Estimation

2021-06-04 · Nuttapong Attrapadung, Koki Hamada, Dai Ikarashi, Ryo Kikuchi 외

Privacy-preserving machine learning (PPML) aims at enabling machine learning (ML) algorithms to be used on sensitive data. We contribute to this line of research by proposing a framework that allows efficient and secure …

Privacy Preserving