S-BDT: Distributed Differentially Private Boosted Decision Trees
arXiv:2309.12041
Abstract
We introduce S-BDT: a novel -differentially private distributed gradient boosted decision tree (GBDT) learner that improves the protection of single training data points (privacy) while achieving meaningful learning goals, such as accuracy or regression error (utility). S-BDT uses less noise by relying on non-spherical multivariate Gaussian noise, for which we show tight subsampling bounds for privacy amplification and incorporate that into a Rényi filter for individual privacy accounting. We experimentally reach the same utility while saving in terms of epsilon for on the Abalone regression dataset (dataset size ), saving in terms of epsilon for for the Adult classification dataset (dataset size ), and saving in terms of epsilon for for the Spambase classification dataset (dataset size ). Moreover, we show that for situations where a GBDT is learning a stream of data that originates from different subpopulations (non-IID), S-BDT improves the saving of epsilon even further.
The first two authors equally contributed to this work