paper-with-me

홈 › Papers

Global Layers: Non-IID Tabular Federated Learning

2023-05-29 · Yazan Obeidi

Data heterogeneity between clients remains a key challenge in Federated Learning (FL), particularly in the case of tabular data. This work presents Global Layers (GL), a novel partial model personalization method robust in the presence of joint distribution $P(X,Y)$ shift and mixed input/output spaces $X \times Y$ across clients. To the best of our knowledge, GL is the first method capable of supporting both client-exclusive features and classes. We introduce two new benchmark experiments for tabular FL naturally partitioned from existing real world datasets: i) UCI Covertype split into 4 clients by "wilderness area" feature, and ii) UCI Heart Disease, SAHeart, UCI Heart Failure, each as clients. Empirical results in these experiments in the full-participant setting show that GL achieves better outcomes than Federated Averaging (FedAvg) and local-only training, with some clients even performing better than their centralized baseline.

📄 PDF Abstract BibTeX arXiv:2305.19290

Code (1)

transferfl/gl 공식 구현 pytorch

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

Fed-TDA: Federated Tabular Data Augmentation on Non-IID Data

2022-11-22 · Shaoming Duan, Chuanyi Liu, Peiyi Han, Tianyu He 외

Non-independent and identically distributed (non-IID) data is a key challenge in federated learning (FL), which usually hampers the optimization convergence and the performance of FL. Existing data augmentation methods b…

Data AugmentationFederated Learning

Federated Natural Policy Gradient and Actor Critic Methods for Multi-task Reinforcement Learning

2023-11-01 · Tong Yang, Shicong Cen, Yuting Wei, Yuxin Chen 외

Federated reinforcement learning (RL) enables collaborative decision making of multiple distributed agents without sharing local data trajectories. In this work, we consider a multi-task setting, in which each agent has …

Decision MakingPolicy Gradient Methodsreinforcement-learningReinforcement Learning (RL)

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 p…

Federated Learning

Personalized Federated Learning through Local Memorization

2021-11-17 · Othmane Marfoq, Giovanni Neglia, Laetitia Kameni, Richard Vidal

Federated learning allows clients to collaboratively learn statistical models while keeping their data local. Federated learning was originally used to train a unique global model to be served to all clients, but this ap…

Binary ClassificationFairnessFederated LearningGeneralization Bounds+2