CRDec 27, 2016

Optimizing Secure Statistical Computations with PICCO

arXiv:1612.08678v11 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the need for efficient privacy-preserving data analysis in collaborative research, though it is incremental as it builds on existing compiler tools.

The paper tackled the problem of securely computing statistical functions on private data by evaluating and optimizing the performance of common statistical programs (chi-squared and standard deviation) using the PICCO compiler, resulting in improved efficiency for secure multi-party computations.

Growth in research collaboration has caused an increased need for sharing of data. However, when this data is private, there is also an increased need for maintaining security and privacy. Secure multi-party computation enables any function to be securely evaluated over private data without revealing any unintended data. A number of tools and compilers have been recently developed to support evaluation of various functionalities over private data. PICCO is one of such compilers that transforms a general-purpose user program into its secure distributed implementation. Here we assess performance of common statistical programs using PICCO. Specifically, we focus on chi-squared and standard deviation computations and optimize user programs for them to assess performance that an informed user might expect from securely evaluating these functions using a general-purpose compiler.

Foundations

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

Your Notes