paper-with-me

홈 › Papers

A Federated Learning Benchmark on Tabular Data: Comparing Tree-Based Models and Neural Networks

2024-05-03 · William Lindskog, Christian Prehofer

Federated Learning (FL) has lately gained traction as it addresses how machine learning models train on distributed datasets. FL was designed for parametric models, namely Deep Neural Networks (DNNs).Thus, it has shown promise on image and text tasks. However, FL for tabular data has received little attention. Tree-Based Models (TBMs) have been considered to perform better on tabular data and they are starting to see FL integrations. In this study, we benchmark federated TBMs and DNNs for horizontal FL, with varying data partitions, on 10 well-known tabular datasets. Our novel benchmark results indicates that current federated boosted TBMs perform better than federated DNNs in different data partitions. Furthermore, a federated XGBoost outperforms all other models. Lastly, we find that federated TBMs perform better than federated parametric models, even when increasing the number of clients significantly.

📄 PDF Abstract BibTeX arXiv:2405.02074

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar 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 histori…

Federated Learning

Benchmarking Federated Machine Unlearning methods for Tabular Data

2025-04-01 · Chenguang Xiao, Abhirup Ghosh, Han Wu, Shuo Wang 외

Machine unlearning, which enables a model to forget specific data upon request, is increasingly relevant in the era of privacy-centric machine learning, particularly within federated learning (FL) environments. This pape…

BenchmarkingComputational EfficiencyFederated LearningMachine Unlearning+1

Tabular Data: Is Attention All You Need?

2024-02-06 · Guri Zabërgja, Arlind Kadra, Josif Grabocka

Deep Learning has revolutionized the field of AI and led to remarkable achievements in applications involving image and text data. Unfortunately, there is inconclusive evidence on the merits of neural networks for struct…

All

When Do Neural Nets Outperform Boosted Trees on Tabular Data?

2023-05-04 · NeurIPS 2023 11 · Duncan McElfresh, Sujay Khandagale, Jonathan Valverde, Vishak Prasad C 외

Tabular data is one of the most commonly used types of data in machine learning. Despite recent advances in neural nets (NNs) for tabular data, there is still an active discussion on whether or not NNs generally outperfo…

Tabular Data: Deep Learning is Not All You Need

2021-06-06 · ICML Workshop AutoML 2021 7 · Ravid Shwartz-Ziv, Amitai Armon

A key element in solving real-life data science problems is selecting the types of models to use. Tree ensemble models (such as XGBoost) are usually recommended for classification and regression problems with tabular dat…

AllAutoMLDeep LearningGeneral Classification