A genetic algorithm evolves tree structures on a server, clients fit thresholds and labels locally, producing personalized federated trees that outperform local-only and DP-based baselines.
Scalable and Provably Accurate Algorithms for Differentially Private Distributed Decision Tree Learning
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
This paper introduces the first provably accurate algorithms for differentially private, top-down decision tree learning in the distributed setting (Balcan et al., 2012). We propose DP-TopDown, a general privacy preserving decision tree learning algorithm, and present two distributed implementations. Our first method NoisyCounts naturally extends the single machine algorithm by using the Laplace mechanism. Our second method LocalRNM significantly reduces communication and added noise by performing local optimization at each data holder. We provide the first utility guarantees for differentially private top-down decision tree learning in both the single machine and distributed settings. These guarantees show that the error of the privately-learned decision tree quickly goes to zero provided that the dataset is sufficiently large. Our extensive experiments on real datasets illustrate the trade-offs of privacy, accuracy and generalization when learning private decision trees in the distributed setting.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
FedGA-Tree: Federated Decision Tree using Genetic Algorithm
A genetic algorithm evolves tree structures on a server, clients fit thresholds and labels locally, producing personalized federated trees that outperform local-only and DP-based baselines.