Overview
Direct Answer
Federated learning is a machine learning paradigm where model training occurs across distributed devices or organisations without centralising raw data. Participants compute gradients locally and share only model updates with a central aggregator, enabling collaborative model improvement while maintaining data privacy and sovereignty.
How It Works
Local devices train a shared model architecture on their private datasets, computing weight updates independently. These updates are transmitted to a central server, which aggregates contributions using algorithms such as FederatedAveraging to produce an improved global model. The refined model is distributed back to participants for subsequent training rounds, iterating until convergence.
Why It Matters
Organisations adopt this approach to comply with data protection regulations (GDPR, HIPAA) whilst leveraging distributed datasets for model improvement. It reduces data transmission costs, latency, and breach risk by eliminating centralised data repositories, making it valuable for healthcare, finance, and telecommunications sectors handling sensitive information.
Common Applications
Healthcare systems use it to train diagnostic models across hospital networks without sharing patient records. Mobile device manufacturers optimise on-device models using user interaction data. Financial institutions collaboratively develop fraud detection systems whilst maintaining confidentiality of transaction data.
Key Considerations
Communication overhead between devices and server significantly exceeds traditional centralised training, and statistical heterogeneity across decentralised datasets can degrade model convergence. Debugging and monitoring distributed systems presents additional operational complexity.
Cross-References(1)
Cited Across coldai.org3 pages mention Federated Learning
Industry pages, services, technologies, capabilities, case studies and insights on coldai.org that reference Federated Learning — providing applied context for how the concept is used in client engagements.
Referenced By1 term mentions Federated Learning
Other entries in the wiki whose definition references Federated Learning — useful for understanding how this concept connects across Artificial Intelligence and adjacent domains.
More in Artificial Intelligence
Sparse Attention
Models & ArchitectureAn attention mechanism that selectively computes relationships between a subset of input tokens rather than all pairs, reducing quadratic complexity in transformer models.
Artificial General Intelligence
Foundations & TheoryA hypothetical form of AI that possesses the ability to understand, learn, and apply knowledge across any intellectual task a human can perform.
AI Model Registry
Infrastructure & OperationsA centralised repository for storing, versioning, and managing trained AI models across an organisation.
AI Red Teaming
Safety & GovernanceThe systematic adversarial testing of AI systems to identify vulnerabilities, failure modes, harmful outputs, and safety risks before deployment.
AI Model Card
Safety & GovernanceA documentation framework that provides standardised information about an AI model's intended use, performance characteristics, limitations, and ethical considerations.
Symbolic AI
Foundations & TheoryAn approach to AI that uses human-readable symbols and rules to represent problems and derive solutions through logical reasoning.
Connectionism
Foundations & TheoryAn approach to AI modelling cognitive processes using artificial neural networks inspired by biological neural structures.
AI Fairness
Safety & GovernanceThe principle of ensuring AI systems make equitable decisions without discriminating against any group based on protected attributes.