Federated Learning (FL) is a distributed machine learning paradigm that enables collaborative model training across multiple decentralized clients, such as mobile devices or organizations, without requiring them to share their raw private data.
Federated Learning allows multiple parties to collaboratively train an AI model without sharing their private data, enhancing privacy and data sovereignty. It works by having each participant train a local model and then sending only the model updates to a central server for aggregation, which then improves a global model.
FL, FD, HFL, MMFL, SFed-LoRA, FLoRG, FedKDX, FedLECC, MP-FedKD
Was this definition helpful?