SG

S.J.F. Garst

8 records found

Generative Federated Learning Approaches for Non-IID Data

Enhancing Federated Models with Synthetic Data

Federated Learning (FL) is a machine learning approach that has gained considerable interest over the years. FL allows global models to train without compromising the data privacy of the clients' training datasets by sending the global model to each client to learn the weights an ...

A Benchmark of Concept Shift Impact on Federated Learning Models

Comparing the differences in performance between federated and centralized models under concept shift

Federated learning stands as an approach to train machine learning models on data residing at multiple clients, but where data must remain private to the client it belongs to. Despite its promise, federated learning faces significant challenges, particularly when dealing with non ...
Federated learning (FL) enables privacy-preserving collaboration among numerous clients for training machine learning models. In FL, a server coordinates model aggregation while preserving data privacy. However, non-identically and independently distributed (non-IID) local data l ...
Federated Learning (FL), is a distributed learning approach where multiple clients collaboratively train a model whilst maintaining data security and privacy. One significant challenge in FL that must be addressed is statistical heterogeneity within the data. This occurs because ...

Analysing the Performance of Generative Models Trained in a Federated Manner

Exploring the Impact of GANs and Variational Auto-Encoders on Decentralized Data

Federated learning (FL) is an innovative approach in machine learning that enables model training across multiple decentralized devices or servers without sharing local data, thus preserving privacy and utilizing decentralized data. However, a significant challenge in FL is handl ...

Federated learning: A comparison of methods

How do different ML models compare to each other

Federated learning (FL) has emerged as a promis-ing approach for training machine learning models using geographically distributed data. This paper presents a comprehensive comparative study of var-ious machine learning models in the context of FL. The aim is to evaluate the effi ...

Performance comparison of different federated learning aggregation algorithms

How does the performance of different federated learning aggregation algorithms compare to each other?

Federated learning enables the construction of machine learning models, while adhering to privacy constraints and without sharing data between different devices. It is achieved by creating a machine learning model on each device that contains data, and then combining these models ...

Federated learning: a comparison of methods

How do different Federated Learning frameworks compare?

Federated Learning is a machine learning paradigm for decentralized training over different clients. The training happens in rounds where each client learns a specific model which is then aggregated by a central server and passed back to the clients. Since the paradigm’s inceptio ...