Pandipedia entry
Updated 2 Sept 2026Browse Pandipedia

What role does federated learning play in privacy preserving AI?. Outlines the concept of on device training, aggregation protocols, and use cases in finance and health. Clarifies advantages over centralised data collection.

Federated learning (FL) enables AI systems to learn from distributed data without collecting the raw data in one central database. Instead, models move to where the data is held—such as a phone, hospital, or bank—and only training updates are shared.

  • On-device training: Each device or organisation trains a copy of the model locally. Raw records, images, transactions, or sensor data remain in place. Training can run when the device is idle, charging, or connected to trusted networks.
  • Aggregation protocols: A coordinator combines local model updates—often using secure aggregation, which prevents it from seeing any individual update. Differential privacy can add carefully calibrated noise, while encryption and access controls further reduce leakage risks. FL is not automatically private: updates may still reveal information without these protections.
  • Finance: Banks can collaboratively improve fraud detection, anti-money-laundering models, credit-risk assessment, or anomaly detection without exchanging customer-level transaction data.
  • Health: Hospitals and devices can train models for medical imaging, diagnosis support, patient deterioration prediction, or wearable-based monitoring while keeping patient data within institutional or personal boundaries.

Compared with centralised collection, FL can reduce data-transfer, breach, and data-governance risks; support collaboration across organisations that cannot legally or commercially pool data; and improve performance on diverse local populations. Its trade-offs include communication overhead, unequal data quality, device constraints, poisoning attacks, and more complex validation and accountability. It complements—not replaces—consent, secure infrastructure, privacy assessment, and regulatory compliance.

Would you also like to know how federated learning compares with synthetic data for healthcare privacy?Answer complete. One follow-up option available.

Continue exploring
Browse all