Practical Federated Gradient Boosting Decision Trees
Qinbin Li, Zeyi Wen, Bingsheng He

TL;DR
This paper presents a practical federated learning framework for Gradient Boosting Decision Trees that balances privacy and efficiency, improving accuracy without exposing raw data.
Contribution
It introduces a secure, low-overhead federated GBDT training method using locality-sensitive hashing in a relaxed privacy setting, enhancing practicality.
Findings
Significant accuracy improvements over local models
Comparable accuracy to centralized GBDT
Low computational overhead
Abstract
Gradient Boosting Decision Trees (GBDTs) have become very successful in recent years, with many awards in machine learning and data mining competitions. There have been several recent studies on how to train GBDTs in the federated learning setting. In this paper, we focus on horizontal federated learning, where data samples with the same features are distributed among multiple parties. However, existing studies are not efficient or effective enough for practical use. They suffer either from the inefficiency due to the usage of costly data transformations such as secret sharing and homomorphic encryption, or from the low model accuracy due to differential privacy designs. In this paper, we study a practical federated environment with relaxed privacy constraints. In this environment, a dishonest party might obtain some information about the other parties' data, but it is still impossible…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques · Cryptography and Data Security
