Preprint
Machine Learning

Privacy-preserving machine learning: Threats and solutions

January 1, 2019

0

Citations

0

Influential Citations

Venue

2019

Year

Abstract

For privacy concerns to be addressed adequately in today's machine-learning (ML) systems, the knowledge gap between the ML and privacy communities must be bridged. This article …

Analysis

Why This Paper Matters

Privacy concerns in machine learning have become increasingly critical as ML systems are deployed in sensitive domains like healthcare, finance, and personal assistants. However, the ML community often lacks deep expertise in privacy-preserving techniques, while the privacy community may not fully understand the nuances of ML models. This paper addresses this gap by providing a comprehensive survey of privacy threats and solutions, making it a valuable resource for both communities.

The paper is particularly significant because it was published in 2019, a time when privacy regulations like GDPR were gaining traction and the need for privacy-preserving ML was becoming urgent. By categorizing threats and mapping them to potential defenses, the paper helps practitioners make informed decisions about which techniques to adopt based on their specific use cases and threat models.

Technical Contributions

The paper's main contributions include:

  • Threat Taxonomy: It systematically categorizes privacy threats in ML, such as model inversion, membership inference, and attribute inference attacks, providing a clear framework for understanding risks.
  • Solution Survey: It reviews a range of privacy-preserving techniques, including:
    • Differential privacy (DP) for adding noise to training data or model outputs.
    • Secure multi-party computation (SMPC) for collaborative learning without revealing raw data.
    • Homomorphic encryption (HE) for computations on encrypted data.
    • Federated learning as a distributed approach to keep data local.
  • Trade-off Analysis: The paper discusses the trade-offs between privacy, utility, and computational overhead, helping readers understand the practical implications of each method.
  • Bridging the Gap: It proposes a common vocabulary and conceptual framework to facilitate communication between ML and privacy researchers.

Results

As a survey, the paper does not present new experimental metrics. Instead, it synthesizes findings from existing literature, highlighting that no single solution fits all scenarios. For example, differential privacy offers strong theoretical guarantees but can degrade model accuracy, while SMPC and HE provide stronger security but at significant computational cost. The paper emphasizes the importance of choosing the right technique based on the specific threat model and system constraints.

Significance

The broader impact of this paper lies in its role as an educational and reference resource. By making privacy-preserving ML more accessible, it encourages the adoption of privacy-aware practices in real-world applications. It also sets the stage for future research by identifying open challenges, such as the need for more efficient cryptographic protocols and better privacy-utility trade-offs. For AI practitioners, this paper serves as a starting point for understanding how to integrate privacy into their ML pipelines, ultimately contributing to more trustworthy and responsible AI systems.