LinkedIn analytics tracking pixel for AIDOLS AI consulting website performance measurement
Training & Optimization

Federated Learning

Federated learning is a training paradigm where models are trained across many decentralized devices or organizations — phones, hospitals, banks — by exchanging model updates instead of raw data, so sensitive data never leaves its source.

Full definition

In federated learning, a coordinator broadcasts a model to each participant; each participant trains locally on its private data and sends back only model updates (gradients or weight deltas); the coordinator aggregates the updates into a new global model. Originally developed at Google for keyboard next-word prediction on Android, it is now applied in healthcare consortia, finance fraud detection, and IoT.

Why it matters

Federated learning is one of the few mechanisms that lets multiple organizations co-train AI on their combined data without breaching privacy or regulatory boundaries — a structural realize for healthcare, finance, and cross-border industries. Combined with differential privacy, it raises the bar for what is possible inside strict data-residency regimes.

Example

Five European hospitals use federated learning to co-train a sepsis-prediction model on combined data from 2 million patients — raw records never cross hospital boundaries, satisfying GDPR while delivering accuracy that no individual hospital's data could achieve alone.

Source & further reading

Primary source: McMahan et al. — "Communication-Efficient Learning of Deep Networks from Decentralized Data" (2017).

Citation policy: this entry is part of the AIDOLS AI Implementation Glossary and may be quoted for research, journalism, and education with attribution to aidolsgroup.com/en/glossary/federated-learning/.