paper-with-me

Papers

Federated Boosted Decision Trees with Differential Privacy

2022-10-06 · Samuel Maddock, Graham Cormode, Tianhao Wang, Carsten Maple, Somesh Jha

There is great demand for scalable, secure, and efficient privacy-preserving machine learning models that can be trained over distributed data. While deep learning models typically achieve the best results in a centralized non-secure setting, different models can excel when privacy and communication constraints are imposed. Instead, tree-based approaches such as XGBoost have attracted much attention for their high performance and ease of use; in particular, they often achieve state-of-the-art results on tabular data. Consequently, several recent works have focused on translating Gradient Boosted Decision Tree (GBDT) models like XGBoost into federated settings, via cryptographic mechanisms such as Homomorphic Encryption (HE) and Secure Multi-Party Computation (MPC). However, these do not always provide formal privacy guarantees, or consider the full range of hyperparameters and implementation settings. In this work, we implement the GBDT model under Differential Privacy (DP). We propose a general framework that captures and extends existing approaches for differentially private decision trees. Our framework of methods is tailored to the federated setting, and we show that with a careful choice of techniques it is possible to achieve very high utility while maintaining strong levels of privacy.

📄 PDF Abstract BibTeX arXiv:2210.02910

Code (2)

samuel-maddock/federated-boosted-dp-trees 공식 구현 tf
kirschte/sbdt

Tasks

Privacy Preserving

Similar Papers 제목 키워드 기반

Private Boosted Decision Trees via Smooth Re-Weighting

2022-01-29 · Vahid R. Asadi, Marco L. Carmosino, Mohammadmahdi Jahanara, Akbar Rafiey 외

Protecting the privacy of people whose data is used by machine learning algorithms is important. Differential Privacy is the appropriate mathematical framework for formal guarantees of privacy, and boosted decision trees…

BIG-bench Machine Learning

FedGA-Tree: Federated Decision Tree using Genetic Algorithm

2025-06-09 · Anh V Nguyen, Diego Klabjan

In recent years, with rising concerns for data privacy, Federated Learning has gained prominence, as it enables collaborative training without the aggregation of raw data from participating clients. However, much of the …

Federated Learning

Adaptive Histogram-Based Gradient Boosted Trees for Federated Learning

2020-12-11 · Yuya Jeremy Ong, Yi Zhou, Nathalie Baracaldo, Heiko Ludwig

Federated Learning (FL) is an approach to collaboratively train a model across multiple parties without sharing data between parties or an aggregator. It is used both in the consumer domain to protect personal data as we…

Federated Learning

Boosted and Differentially Private Ensembles of Decision Trees

2020-01-26 · Richard Nock, Wilko Henecka

Boosted ensemble of decision tree (DT) classifiers are extremely popular in international competitions, yet to our knowledge nothing is formally known on how to make them \textit{also} differential private (DP), up to th…

Sensitivity

Towards Explainable Federated Learning: Understanding the Impact of Differential Privacy

2026-02-10 · Júlio Oliveira, Rodrigo Ferreira, André Riker, Glaucio H. S. Carvalho 외 arxiv

Data privacy and eXplainable Artificial Intelligence (XAI) are two important aspects for modern Machine Learning systems. To enhance data privacy, recent machine learning models have been designed as a Federated Learning…

Federated Learning