S-BDT: Distributed Differentially Private Boosted Decision Trees
Thorsten Peinemann, Moritz Kirschte, Joshua Stock, Carlos Cotrini, Esfandiar Mohammadi
TL;DR
S-BDT tackles the challenge of protecting individual training points in distributed gradient boosted decision trees without sacrificing utility. It achieves tighter privacy-utility guarantees via a combination of subsampling, leaf-balanced non-spherical Gaussian noise, and an individual Rényi filter that reuses data across training rounds, including non-IID streams, while supporting distributed collaboration. The authors derive tight, per-leaf and subsampling Rényi DP bounds and demonstrate substantial privacy budget savings (e.g., >$50\%$ on Abalone and >$30\%$ on Adult/Spambase) with comparable RMSE/AUC to state-of-the-art methods. Empirically, S-BDT also shows improvements in streaming non-IID settings and scales to distributed learning, making it a practical DP framework for privacy-preserving GBDTs in real-world, sensitive-data environments.
Abstract
We introduce S-BDT: a novel $(\varepsilon,δ)$-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 $50\%$ in terms of epsilon for $\varepsilon \le 0.5$ on the Abalone regression dataset (dataset size $\approx 4K$), saving $30\%$ in terms of epsilon for $\varepsilon \le 0.08$ for the Adult classification dataset (dataset size $\approx 50K$), and saving $30\%$ in terms of epsilon for $\varepsilon\leq0.03$ for the Spambase classification dataset (dataset size $\approx 5K$). 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.
