FederBoost: Private Federated Learning for GBDT - Reading Group - 02/08/2022

Paper for week of August 2nd: FederBoost: Private Federated Learning for GBDT

Summary:
In this paper, we propose a framework named FederBoost for private federated learning of gradient boosting decision trees (GBDT). It supports running GBDT over both horizontally and vertically partitioned data. The key observation for designing FederBoost is that the whole training process of GBDT relies on the order of the data instead of the values. Consequently, vertical FederBoost does not require any cryptographic operation and horizontal FederBoost only requires lightweight secure aggregation.