Key Concepts & Self-Assessment20 Key Facts
Review key What Is Federated Learning? Decentralised AI Training, Edge Device Privacy & Model Aggregation exam facts and rate your mastery to track revision.
Progress: 0/20 Rated 0 Mastered 0 Review Later
#1
Federated learning is a decentralized machine learning approach where edge devices train models locally without transferring raw user data to central servers.
#2
Google researchers Brendan McMahan, Daniel Ramage, and colleagues formally introduced the concept of federated learning in 2016.
#3
The technology debuted commercially in 2017 within Google Gboard to improve mobile keyboard next-word prediction without collecting private typing history.
#4
The foundational aggregation algorithm in federated learning is Federated Averaging (FedAvg), which computes a weighted average of local model parameters.
#5
Edge devices perform local model training using algorithms like Stochastic Gradient Descent (SGD) on their private datasets.
#6
Only model weight updates or mathematical gradients are transmitted to the coordinating server, never raw files, text, or images.
#7
Horizontal Federated Learning (HFL) applies when client datasets share identical feature spaces but contain different user samples.
#8
Vertical Federated Learning (VFL) applies when collaborating entities share the same user base but maintain different feature attributes.
#9
Federated Transfer Learning (FTL) applies when collaborating institutions share neither the same user samples nor the same feature spaces.
#10
Differential privacy adds calibrated statistical noise to local gradient updates to prevent adversaries from reconstructing raw training data.
#11
Secure Multi-Party Computation (SMPC) allows a central server to sum client gradient updates without ever inspecting any individual client's contribution.
#12
Homomorphic encryption enables mathematical operations to be performed directly on encrypted gradients without requiring decryption on intermediate servers.
#13
Communication overhead is a primary engineering constraint because transmitting high-dimensional neural network weights over wireless mobile networks requires significant bandwidth.
#14
Data heterogeneity across edge devices is characterized by non-independent and non-identically distributed (non-IID) data distributions.
#15
Systems heterogeneity refers to wide variations in hardware computing capacity, battery levels, and network connectivity among participating edge devices.
#16
Client selection algorithms pick active edge devices that are plugged into wall chargers, connected to unmetered Wi-Fi, and currently idle.
#17
Model poisoning is an adversarial vulnerability where malicious participants inject corrupted weights to degrade or backdoor the global model.
#18
In healthcare, cross-silo federated learning allows hospitals in different states or countries to train diagnostic AI without violating patient confidentiality laws.
#19
Federated learning supports compliance with global data sovereignty frameworks, including the European Union's GDPR and India's Digital Personal Data Protection Act 2023.
#20
In autonomous driving, connected vehicles use federated learning to refine obstacle detection and road safety algorithms without transmitting gigabytes of onboard camera footage.
Subject Specialist Commentary
Analytical perspective & practical exam advice from the Master10 academic board
Traditional artificial intelligence works by scooping up everyone's personal records onto a central computer. Federated learning turns this upside down. Instead of bringing your private data to the AI model, the model travels to your phone. Your phone trains the model locally while you sleep, sends back only mathematical adjustments, and keeps your private texts and photos untouched. Google introduced this in 2016, solving the modern dilemma between powerful machine learning and personal privacy.
In UPSC General Studies Paper 3 and SSC technology sections, questions examine artificial intelligence, data privacy frameworks, and edge computing. Watch out for a common trap stating that federated learning eliminates all privacy risks; gradient leakage and model poisoning still require defenses like differential privacy. Distinguish between horizontal and vertical federated learning: horizontal shares features, while vertical shares users. Use the mnemonic "Model Moves, Data Dwells" to remember that code travels while private information stays home.
Related Knowledge Topics to Discover
Artificial Intelligence
Artificial Neural Networks (ANN): Perceptrons, Activation Functions & Backpropagation
Explore Topic
Artificial Intelligence
Deepfakes: Generative AI, Neural Networks & Synthetic Media Ethics
Explore Topic
Cybersecurity & Digital Safety
What Is Two-Factor Authentication and How Does It Protect Your Account?
Explore Topic
Looking for more GK practice?
Explore 52,789+ questions across 65 General Knowledge categories.