Federated Learning
Federated learning is a machine learning technique that trains AI models across multiple devices or organizations without collecting their raw data in one central place. Instead of moving the data to the model, the model is trained where the data already lives, which is intended to help protect privacy and security. It allows multiple parties to contribute to a shared model while keeping their underlying data local.
Federated learning is a machine learning approach in which a model is trained across multiple decentralized entities (commonly called clients or nodes) that hold local data, rather than aggregating that data into a single centralized dataset. As commonly described, model updates or parameters—rather than the raw training data—are shared and combined to produce a collaboratively trained model, which is often framed as a privacy-preserving property. The specific mechanisms, aggregation protocols, and the degree of privacy or security protection vary by implementation and are not guaranteed by the technique alone; additional safeguards may be required. This entry describes the general concept as presented in the cited sources and does not address the distinct governance, validation, or model risk management controls that would apply when such models are deployed.
Why it matters
Federated learning matters because it addresses a persistent tension in AI development: the need for large, diverse training data versus the legal, competitive, and ethical constraints on centralizing that data. By training a model where the data already resides and sharing model updates rather than raw records, federated learning is commonly presented as a way for multiple parties to collaborate on a shared model while keeping their underlying data local. This is particularly relevant in sectors where data is sensitive, regulated, or held by parties who cannot or will not pool it into a single repository.
At the same time, professionals should be careful not to treat federated learning as an automatic guarantee of privacy or security. As commonly described in the cited sources, the technique is framed as privacy-preserving, but the actual degree of protection depends on the specific implementation, aggregation protocols, and additional safeguards applied. Keeping raw data local reduces certain exposure risks, but it does not by itself eliminate them; model updates can, in some circumstances, carry information about the underlying data. Describing federated learning as inherently private, without qualification, is a common overstatement.
It is also important to distinguish the technique itself from the governance and model risk management controls that would apply once a federated model is deployed. Federated learning describes how a model is trained; it does not, on its own, address validation, monitoring, accountability structures, or the identification and control of risks arising from the model's use. Organizations relying on federated learning still need to determine how such models are validated and governed under whatever frameworks apply to them.
Who it's relevant to
Inside FL
Common questions
Answers to the questions practitioners most commonly ask about FL.