CRMay 24, 2017

DeepSecure: Scalable Provably-Secure Deep Learning

arXiv:1705.08963v1450 citations
Originality Highly original
AI Analysis

It addresses privacy concerns for distributed clients and cloud servers in deep learning applications, representing a novel method for a known bottleneck.

This paper tackles the problem of executing deep learning models in a privacy-preserving setting where neither model parameters nor client data are revealed, achieving over 58-fold higher throughput per sample and up to two orders-of-magnitude runtime improvement compared to prior solutions.

This paper proposes DeepSecure, a novel framework that enables scalable execution of the state-of-the-art Deep Learning (DL) models in a privacy-preserving setting. DeepSecure targets scenarios in which neither of the involved parties including the cloud servers that hold the DL model parameters or the delegating clients who own the data is willing to reveal their information. Our framework is the first to empower accurate and scalable DL analysis of data generated by distributed clients without sacrificing the security to maintain efficiency. The secure DL computation in DeepSecure is performed using Yao's Garbled Circuit (GC) protocol. We devise GC-optimized realization of various components used in DL. Our optimized implementation achieves more than 58-fold higher throughput per sample compared with the best-known prior solution. In addition to our optimized GC realization, we introduce a set of novel low-overhead pre-processing techniques which further reduce the GC overall runtime in the context of deep learning. Extensive evaluations of various DL applications demonstrate up to two orders-of-magnitude additional runtime improvement achieved as a result of our pre-processing methodology. This paper also provides mechanisms to securely delegate GC computations to a third party in constrained embedded settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes