CRLGSep 21, 2023

S-BDT: Distributed Differentially Private Boosted Decision Trees

arXiv:2309.12041v33 citationsh-index: 3Has Code
Originality Incremental advance
AI Analysis

This work addresses privacy concerns in distributed machine learning for applications like healthcare or finance, though it is incremental as it builds on existing differential privacy techniques.

The paper tackles the problem of balancing privacy and utility in distributed gradient boosted decision trees by introducing S-BDT, a differentially private method that reduces noise and saves epsilon by 30-50% on datasets like Abalone and Adult while maintaining similar accuracy.

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.

Code Implementations1 repo
Foundations

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

Your Notes