Federated Learning
Last updated 2026.02.13Definition
Federated Learning is a machine learning technique where multiple participants collaboratively train a single AI model while keeping their data decentralized, rather than transmitting it to a central server. Each participant trains the model on their local data and sends only model parameters (weights) to the central server to update the global model.
Applications in Manufacturing
Multi-Factory Quality Prediction Models
Multiple production facilities can build integrated quality prediction models without exposing their equipment data and defect information externally. Each factory protects sensitive production data while indirectly leveraging learning experiences from other facilities.
Supply Chain Collaborative AI
Suppliers can jointly develop demand forecasting and inventory optimization models without directly sharing their production data. This provides a practical solution balancing data security and collaboration.
Key Points
- Data Privacy Protection: Original data never leaves premises, protecting trade secrets
- Data Heterogeneity Handling: Learning possible even with different equipment and process conditions at each site
- Communication Efficiency: Only model parameters transmitted instead of large raw datasets
- Regulatory Compliance: Enables AI adoption while meeting data protection regulations like GDPR
Practical Examples
Semiconductor manufacturers jointly develop wafer defect pattern detection models without exposing FAB process data, or automotive parts suppliers collaborate to improve predictive maintenance model accuracy while maintaining data confidentiality.