paper-with-me

홈 › Papers

Histogram-Based Federated XGBoost using Minimal Variance Sampling for Federated Tabular Data

2024-05-03 · William Lindskog, Christian Prehofer, Sarandeep Singh

Federated Learning (FL) has gained considerable traction, yet, for tabular data, FL has received less attention. Most FL research has focused on Neural Networks while Tree-Based Models (TBMs) such as XGBoost have historically performed better on tabular data. It has been shown that subsampling of training data when building trees can improve performance but it is an open problem whether such subsampling can improve performance in FL. In this paper, we evaluate a histogram-based federated XGBoost that uses Minimal Variance Sampling (MVS). We demonstrate the underlying algorithm and show that our model using MVS can improve performance in terms of accuracy and regression error in a federated setting. In our evaluation, our model using MVS performs better than uniform (random) sampling and no sampling at all. It achieves both outstanding local and global performance on a new set of federated tabular datasets. Federated XGBoost using MVS also outperforms centralized XGBoost in half of the studied cases.

📄 PDF Abstract BibTeX arXiv:2405.02067

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

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

FedSCS-XGB -- Federated Server-centric surrogate XGBoost for continual health monitoring

2026-03-06 · Felix Walger, Mehdi Ejtehadi, Anke Schmeink, Diego Paez-Granados arxiv

Wearable sensors with local data processing can detect health threats early, enhance documentation, and support personalized therapy. In the context of spinal cord injury (SCI), which involves risks such as pressure inju…

Human Activity Recognition

FedCVD++: Communication-Efficient Federated Learning for Cardiovascular Risk Prediction with Parametric and Non-Parametric Model Optimization

2025-07-30 · Abdelrhman Gaber, Hassan Abd-Eltawab, John Elgallab, Youssif Abuzied 외 arxiv

Cardiovascular diseases (CVD) cause over 17 million deaths annually worldwide, highlighting the urgent need for privacy-preserving predictive systems. We introduce FedCVD++, an enhanced federated learning (FL) framework …

Federated Learning

FedXGBoost: Privacy-Preserving XGBoost for Federated Learning

2021-06-20 · Nhan Khanh Le, Yang Liu, Quang Minh Nguyen, Qingchen Liu 외

Federated learning is the distributed machine learning framework that enables collaborative training across multiple parties while ensuring data privacy. Practical adaptation of XGBoost, the state-of-the-art tree boostin…

Federated LearningPrivacy Preserving

Gradient-less Federated Gradient Boosting Trees with Learnable Learning Rates

2023-04-15 · Chenyang Ma, Xinchi Qiu, Daniel J. Beutel, Nicholas D. Lane

The privacy-sensitive nature of decentralized datasets and the robustness of eXtreme Gradient Boosting (XGBoost) on tabular data raise the needs to train XGBoost in the context of federated learning (FL). Existing works …

Federated Learning