Journal Article
Machine Learning
Featured

Federated Machine Learning

Qiang Yang(Hong Kong University of Science and Technology), Yang Liu, Tianjian Chen, Yongxin Tong(Beihang University)
January 28, 2019ACM Transactions on Intelligent Systems and Technology5,978 citations

6.0k

Citations

78

Influential Citations

ACM Transactions on Intelligent Systems and Technology

Venue

2019

Year

Abstract

Today’s artificial intelligence still faces two major challenges. One is that, in most industries, data exists in the form of isolated islands. The other is the strengthening of data privacy and security. We propose a possible solution to these challenges: secure federated learning. Beyond the federated-learning framework first proposed by Google in 2016, we introduce a comprehensive secure federated-learning framework, which includes horizontal federated learning, vertical federated learning, and federated transfer learning. We provide definitions, architectures, and applications for the federated-learning framework, and provide a comprehensive survey of existing works on this subject. In addition, we propose building data networks among organizations based on federated mechanisms as an effective solution to allowing knowledge to be shared without compromising user privacy.

Analysis

Why This Paper Matters

This paper is a landmark survey that systematically defined the landscape of federated learning beyond Google's initial 2016 proposal. At a time when data silos and privacy regulations (e.g., GDPR) were becoming critical barriers to AI adoption, Yang et al. provided a unified framework that addressed both challenges. The paper's key insight is that federated learning is not a single technique but a family of approaches tailored to different data distributions across parties: horizontal (same features, different samples), vertical (different features, same samples), and federated transfer learning (different features and samples).

By formalizing these categories, the paper gave practitioners a clear roadmap for applying federated learning in real-world scenarios such as healthcare, finance, and smart cities. Its emphasis on security and privacy (e.g., using encryption, differential privacy) also aligned with growing regulatory demands. The paper's high citation count (5978) reflects its role as a foundational reference for both academic research and industry implementations.

Technical Contributions

  • Taxonomy of Federated Learning: Introduced three distinct settings—horizontal, vertical, and federated transfer learning—each with its own architecture and optimization challenges.
  • Secure Aggregation Framework: Described how cryptographic techniques (e.g., secure multi-party computation, homomorphic encryption) can be integrated to protect model updates and gradients.
  • Data Network Concept: Proposed a vision where organizations form federated data networks to collaboratively train models without sharing raw data, enabling knowledge transfer across domains.
  • Comprehensive Survey: Reviewed existing works on privacy-preserving machine learning, distributed optimization, and transfer learning, synthesizing them into a coherent framework.

Results

The paper does not present experimental results or quantitative benchmarks. Its contributions are conceptual and architectural. However, the framework has been widely adopted and validated in subsequent works, with many implementations reporting successful privacy-preserving model training across institutions.

Significance

This paper fundamentally shaped the field of federated learning by providing a common language and structure. It enabled researchers and engineers to identify which federated learning variant fits their data scenario, accelerating both academic progress and industrial deployment. The concept of data networks has influenced initiatives like federated healthcare consortia and cross-bank fraud detection systems. The paper remains a must-read for anyone entering the field of privacy-preserving machine learning.