CRLGJun 26, 2023

Practical Privacy-Preserving Gaussian Process Regression via Secret Sharing

arXiv:2306.14498v110 citationsh-index: 46
Originality Incremental advance
AI Analysis

This work addresses privacy concerns in domains like healthcare and finance by enabling secure multi-party computation for Gaussian process regression, though it is incremental as it builds on existing secret sharing techniques.

The paper tackled the problem of applying Gaussian process regression to sensitive data from multiple owners by proposing a privacy-preserving method using secret sharing, achieving reasonable accuracy and efficiency while protecting both inputs and outputs.

Gaussian process regression (GPR) is a non-parametric model that has been used in many real-world applications that involve sensitive personal data (e.g., healthcare, finance, etc.) from multiple data owners. To fully and securely exploit the value of different data sources, this paper proposes a privacy-preserving GPR method based on secret sharing (SS), a secure multi-party computation (SMPC) technique. In contrast to existing studies that protect the data privacy of GPR via homomorphic encryption, differential privacy, or federated learning, our proposed method is more practical and can be used to preserve the data privacy of both the model inputs and outputs for various data-sharing scenarios (e.g., horizontally/vertically-partitioned data). However, it is non-trivial to directly apply SS on the conventional GPR algorithm, as it includes some operations whose accuracy and/or efficiency have not been well-enhanced in the current SMPC protocol. To address this issue, we derive a new SS-based exponentiation operation through the idea of 'confusion-correction' and construct an SS-based matrix inversion algorithm based on Cholesky decomposition. More importantly, we theoretically analyze the communication cost and the security of the proposed SS-based operations. Empirical results show that our proposed method can achieve reasonable accuracy and efficiency under the premise of preserving data privacy.

Foundations

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

Your Notes