Skip to main content
BVDNETBVDNET
ServicesWorkLibraryAboutPricingBlogContact
Contact
  1. Home
  2. AI Woordenboek
  3. Core Concepts
  4. What is Federated Learning?
book-openCore Concepts
Advanced
2026-W17

What is Federated Learning?

Federated learning trains AI models across decentralized devices by sharing model updates instead of raw data, enabling privacy-preserving machine learning.

Also known as:
federatief leren
FL
privacy-preserving ML
AI Intel Pipeline
What is Federated Learning?

What is Federated Learning?

Federated learning is a machine learning approach where a model is trained across multiple decentralized devices or servers, each holding local data, without that data ever leaving the device. Instead of centralizing data, only model updates (gradients) are shared and aggregated.

Why It Matters

Federated learning solves the fundamental tension between AI training (which needs lots of data) and privacy (which forbids centralizing sensitive data). It enables AI on medical records, financial data, and personal devices while complying with GDPR and other regulations. Apple uses it for Siri and predictive text, Google for Gboard — your phone's data never leaves your phone.

How It Works

  1. Initialization — a central server sends a global model to all participating devices/clients
  2. Local training — each device trains the model on its local data for several epochs
  3. Update sharing — devices send only model weight updates (gradients) to the server, not the raw data
  4. Aggregation — the server aggregates updates from all clients (typically using Federated Averaging / FedAvg)
  5. Distribution — the updated global model is sent back to all devices
  6. Repeat — the process continues for multiple rounds until convergence

Key challenges:

  • Non-IID data — each device has different data distributions (your texting style differs from mine)
  • Communication overhead — sending gradients for large models is expensive
  • Device heterogeneity — devices have different compute capabilities
  • Privacy attacks — gradients can still leak information (solved with differential privacy, secure aggregation)

Variants:

  • Cross-device — millions of mobile devices (Google Gboard, Apple Siri)
  • Cross-silo — a few organizations collaborate (hospitals sharing model updates)
  • Federated analytics — compute statistics across devices without collecting data

Example

Five hospitals want to build a brain tumor detection model but can't share patient data due to HIPAA regulations. With federated learning, each hospital trains the model on its local patient scans, sends only the model updates to a coordinator, and receives back an improved model that learned from all five hospitals' experience — without any patient data leaving any hospital.

Sources

  1. McMahan et al. – Communication-Efficient Learning of Deep Networks (FedAvg)
  2. Google AI Blog – Federated Learning

Need help implementing AI?

I can help you apply this concept to your business.

Get in touch

Related Concepts

Tokenizer
A tokenizer converts raw text into tokens — the discrete units a language model processes — using subword algorithms like BPE or SentencePiece.
Artificial Intelligence (AI)
Artificial intelligence is the field of computer science that builds systems capable of performing tasks normally requiring human intelligence, such as learning, reasoning, and perception.
Batch Size
Batch size (examples per update) and learning rate (step size for weight updates) are the two most important hyperparameters controlling how neural networks train.
Benchmark (AI Evaluation)
A benchmark is a standardized test used to measure and compare AI model performance, providing reproducible scores across tasks like reasoning, coding, and knowledge.

AI Consulting

Need help understanding or implementing this concept?

Talk to an expert
Previous

Feature Engineering

Next

Few-Shot Prompting

BVDNETBVDNET

Web development and AI automation. Done properly.

Company

  • About
  • Contact
  • FAQ

Resources

  • Services
  • Work
  • Library
  • Blog
  • Pricing

Connect

  • LinkedIn
  • Email

© 2026 BVDNET. All rights reserved.

Privacy Policy•Terms of Service•Cookie Policy