CRFeb 7, 2022

Scalable Multi-Party Privacy-Preserving Gradient Tree Boosting over Vertically Partitioned Dataset with Outsourced Computations

arXiv:2202.03245v1
Originality Incremental advance
AI Analysis

This work addresses privacy concerns for machine learning practitioners handling vertically partitioned data, though it is incremental as it builds on existing multi-party gradient tree boosting methods.

The paper tackles the problem of privacy-preserving gradient tree boosting on vertically partitioned datasets by proposing SSXGB, a scalable and secure framework using additive homomorphic encryption, which achieves competitive accuracy with real-world datasets while maintaining security.

Due to privacy concerns, multi-party gradient tree boosting algorithms have become widely popular amongst machine learning researchers and practitioners. However, limited existing works have focused on vertically partitioned datasets, and the few existing works are either not scalable or tend to leak information. Thus, in this work, we propose SSXGB which is a scalable and secure multi-party gradient tree boosting framework for vertically partitioned datasets with partially outsourced computations. Specifically, we employ an additive homomorphic encryption (HE) scheme for security. We design two sub-protocols based on the HE scheme to perform non-linear operations associated with gradient tree boosting algorithms. Next, we propose a secure training and a secure prediction algorithms under the SSXGB framework. Then we provide theoretical security and communication analysis for the proposed framework. Finally, we evaluate the performance of the framework with experiments using two real-world datasets.

Foundations

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

Your Notes