CRAIJan 10, 2018

Chameleon: A Hybrid Secure Computation Framework for Machine Learning Applications

arXiv:1801.03239v1548 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient and scalable secure computation in machine learning applications, such as encrypted data mining and classification, though it builds incrementally on prior frameworks like ABY.

The paper tackles the problem of secure function evaluation for machine learning by introducing Chameleon, a hybrid framework that combines additive secret sharing with garbled circuits or GMW protocols, enabling two-party computation with offline preprocessing. The result is a 133x speedup over Microsoft CryptoNets and 4.2x over MiniONN in evaluations on a convolutional neural network.

We present Chameleon, a novel hybrid (mixed-protocol) framework for secure function evaluation (SFE) which enables two parties to jointly compute a function without disclosing their private inputs. Chameleon combines the best aspects of generic SFE protocols with the ones that are based upon additive secret sharing. In particular, the framework performs linear operations in the ring $\mathbb{Z}_{2^l}$ using additively secret shared values and nonlinear operations using Yao's Garbled Circuits or the Goldreich-Micali-Wigderson protocol. Chameleon departs from the common assumption of additive or linear secret sharing models where three or more parties need to communicate in the online phase: the framework allows two parties with private inputs to communicate in the online phase under the assumption of a third node generating correlated randomness in an offline phase. Almost all of the heavy cryptographic operations are precomputed in an offline phase which substantially reduces the communication overhead. Chameleon is both scalable and significantly more efficient than the ABY framework (NDSS'15) it is based on. Our framework supports signed fixed-point numbers. In particular, Chameleon's vector dot product of signed fixed-point numbers improves the efficiency of mining and classification of encrypted data for algorithms based upon heavy matrix multiplications. Our evaluation of Chameleon on a 5 layer convolutional deep neural network shows 133x and 4.2x faster executions than Microsoft CryptoNets (ICML'16) and MiniONN (CCS'17), respectively.

Foundations

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

Your Notes