LGCRMLNov 11, 2019

Privacy-Preserving Gradient Boosting Decision Trees

arXiv:1911.04209v587 citations
Originality Incremental advance
AI Analysis

This addresses privacy-preserving machine learning for applications requiring strong differential privacy guarantees, representing an incremental improvement over existing methods.

The paper tackles the problem of significant accuracy loss in differentially private Gradient Boosting Decision Trees (GBDT) by proposing a new training algorithm with tighter sensitivity bounds and more effective privacy budget allocation across trees, achieving much better model accuracy than baselines.

The Gradient Boosting Decision Tree (GBDT) is a popular machine learning model for various tasks in recent years. In this paper, we study how to improve model accuracy of GBDT while preserving the strong guarantee of differential privacy. Sensitivity and privacy budget are two key design aspects for the effectiveness of differential private models. Existing solutions for GBDT with differential privacy suffer from the significant accuracy loss due to too loose sensitivity bounds and ineffective privacy budget allocations (especially across different trees in the GBDT model). Loose sensitivity bounds lead to more noise to obtain a fixed privacy level. Ineffective privacy budget allocations worsen the accuracy loss especially when the number of trees is large. Therefore, we propose a new GBDT training algorithm that achieves tighter sensitivity bounds and more effective noise allocations. Specifically, by investigating the property of gradient and the contribution of each tree in GBDTs, we propose to adaptively control the gradients of training data for each iteration and leaf node clipping in order to tighten the sensitivity bounds. Furthermore, we design a novel boosting framework to allocate the privacy budget between trees so that the accuracy loss can be further reduced. Our experiments show that our approach can achieve much better model accuracy than other baselines.

Code Implementations2 repos
Foundations

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

Your Notes