Glossary ¡ 5 minute read
What Is Federated Learning? Training Without Centralizing Data
Federated learning trains a machine learning model across many devices or organizations without collecting their raw data in one place: each participant trains on local data and sends only model updates to a coordinator, which aggregates them into a shared model. It reduces data movement, though updates can still leak information without added protections.
Some of the most valuable training data cannot be pooled: patient records across hospitals, transaction data across banks, usage data on millions of devices. Federated learning trains a shared model anyway, by sending the model to the data rather than the data to the model. Each participant trains locally and shares only updates; a coordinator aggregates them. It reduces data movement and exposure but is not automatically private, and it introduces its own engineering and governance challenges. This explainer covers how it works and where it fits, drawing on FISTA Solutions' AI enablement practice. The complementary guarantee is in what is differential privacy and the residency context in ai data residency.
What is federated learning?
Federated learning is a distributed training approach in which a global model is trained across multiple participants, devices or organizations, that each hold their own data. In each round, participants receive the current model, train it on local data, and send updates such as gradients or weight changes to a coordinator, which aggregates them into an improved global model and sends it back. Raw data never leaves the participant. Training foundations are in what is training data and what is machine learning.
How does the training loop work?
| Step | What happens | Where |
|---|---|---|
| Initialization | Coordinator creates or selects a starting model | Central |
| Distribution | Participants receive the current global model | Participants |
| Local training | Each participant trains on its own data for a few steps | Participants |
| Update transmission | Participants send model updates, not data | Network |
| Secure aggregation | Updates are combined so individual contributions are hidden | Central or cryptographic protocol |
| Global update | Aggregated update improves the global model | Central |
| Repeat | Rounds continue until convergence | All |
What are cross-device and cross-silo federated learning?
Cross-device involves very many consumer devices, each with small amounts of data and intermittent availability, such as keyboards and phones learning usage patterns; robustness to dropouts and tight communication budgets dominate. Cross-silo involves a few organizations with large datasets and reliable infrastructure, such as hospitals, banks, or manufacturers collaborating; governance, contribution verification, and legal agreements dominate. Enterprise applications are mostly cross-silo. Edge contexts are in what is edge ai.
What privacy does it provide, and what does it not?
Keeping raw data local reduces exposure, transfer, and residency issues. However, model updates encode information about training data, and attacks can reconstruct or infer training examples from updates or from the final model. Secure aggregation hides individual updates from the coordinator; differential privacy bounds what updates reveal about any individual; together they provide formal guarantees. Without them, federated learning is a data-locality technique, not a privacy guarantee. Membership and extraction threats are in ai agent security risks.
What challenges complicate federated training?
Data distributions differ across participants, which slows convergence and can bias the model; participants drop out or run slowly; communication of updates can be expensive; contributions must be verified and poisoned updates defended against; and the model must serve everyone despite differences. Poisoning threats are in what is data poisoning.
Where do enterprises use federated learning?
Healthcare consortia training diagnostic or operational models across institutions without sharing patient records; financial institutions improving fraud models across organizations; manufacturers learning from equipment data across sites or customers; and product companies learning from device usage. In each case, pooling data is blocked by regulation, contracts, competition, or residency, and a combined model is worth the complexity. Healthcare constraints are in healthcare ai compliance and fraud modeling in how to build a fraud detection system.
How does it compare with alternatives?
| Approach | Data movement | Privacy | Complexity | When it fits |
|---|---|---|---|---|
| Centralized training | All data pooled | Depends on controls | Low | Data can be pooled |
| Federated learning | Only updates move | Improved; guarantees need extras | High | Data cannot be pooled |
| Synthetic data sharing | Synthetic records shared | Depends on method | Medium | Approximate data suffices |
| Differentially private release | Aggregates or models shared | Formal guarantee | Medium | Outputs, not raw data, are needed |
| Trusted execution and clean rooms | Data pooled in protected environment | Strong with attestation | Medium to high | Parties accept a neutral environment |
Synthetic approaches are in what is synthetic data.
What does it cost?
Engineering for the coordination system, participant integration, secure aggregation and differential privacy, and monitoring; compute at every participant; communication; and substantial governance effort to agree on objectives, contributions, and rights among parties. It is justified when the alternative is no shared model at all. Platform considerations are in mlops platform cost.
What governance is required?
Agreements on purpose, model ownership, contribution obligations, evaluation, and exit; verification of participants and updates; audit trails; and privacy documentation. In cross-silo settings, governance takes longer than engineering. Governance practice is in ai model governance.
What does adoption look like in practice?
A group of hospitals wants a model for predicting readmission risk but cannot share records. They agree on governance, deploy a coordinator with secure aggregation and differential privacy, integrate each site's data pipeline locally, train over many rounds while monitoring convergence and fairness across sites, and evaluate on each site's held-out data. The resulting model outperforms any single site's model, and no patient record left its hospital. Hospital context is in ai in hospitals.
How FISTA Solutions approaches federated learning
FISTA Solutions recommends federated learning only where data cannot be pooled and a combined model is worth the complexity, pairs it with secure aggregation and differential privacy for real guarantees, builds the coordination and monitoring systems, and helps participants establish governance. The AI enablement practice delivers the platform, AI agents consume the resulting models, and forward deployed engineers embed with participant data teams. The record behind the approach is 150+ projects with 99.9% uptime.
To train across data you cannot centralize, message FISTA on WhatsApp, or read what is differential privacy for the guarantee that makes it trustworthy.
Share-ready article cover
Download the generated social format.
Clear answers
Questions raised by this field note.
Straightforward guidance for evaluating scope, fit, and the next step.
01What is federated learning in simple terms?
Instead of sending everyone's data to a central server to train a model, the model goes to the data: each phone, hospital, or company trains on its own data and sends back only what it learned, and a coordinator combines those lessons into one shared model.
02Is federated learning private?
More private than centralizing raw data, but not automatically private. Model updates can reveal information about training data. Secure aggregation hides individual updates, and differential privacy bounds what any update reveals. Together they provide guarantees.
03What is the difference between cross-device and cross-silo?
Cross-device federated learning involves millions of consumer devices with small data and intermittent connectivity, such as phones. Cross-silo involves a small number of organizations with large datasets and reliable infrastructure, such as hospitals or banks collaborating.
04When should an enterprise use federated learning?
When data cannot be pooled due to regulation, contracts, competition, or residency requirements, but a model trained across the combined data would be more valuable than any single party's model. Otherwise centralized training is simpler and cheaper.
05What are the challenges?
Data that differs across participants, unreliable or slow participants, communication costs, coordination and governance among parties, verifying contributions, defending against poisoned updates, and the engineering complexity of the whole system.
Continue exploring
Related capabilities
Start with the hard problem
Need the outcome owned, not merely analyzed?
Tell us where delivery is constrained. Weâll map the fastest credible path from intent to verified production.