Use Privacy-Preserving Machine Learning Techniques

7 / 46 Data This practice was ranked as advanced.
Click to read more.
This practice addresses requirements
from the EU guidelines for trustworthy ML.
Click to read more.


Intent

Provide privacy protection for individuals whose data is used in the development of machine learning applications.

Motivation

Many machine learning applications rely on personal data. As with other software applications, the user data should be handled with care, as stipulated by privacy regulations (e.g. GDPR), information security standards, and ethical criteria. Specifically for machine learning applications, privacy risk may occur because of pooling data from different sources, sharing data sets for training, or deploying models trained with personal data. Privacy-preserving techniques can be applied to mitigate these risks.

Applicability

Consider using privacy-preserving machine learning techniques whenever you are using data about individuals, especially in case of personally identifiable information.

Description

Whenever processing data that can be used to identify or trace back information to individuals – such as medical records – it is imperative to use privacy preserving techniques in order to protect the individuals’ privacy. Moreover, machine learning models are known to leak information (see membership attacks), and may reveal crucial information about the training data.

Anonymisation, pseudonymisation, differential privacy, federated machine learning, or using cryptographic techniques – such as homomorphic encryption – are examples of privacy preserving machine learning techniques.

The tool support for privacy preserving machine learning is mature, with tools such as Opacus), CrypTen or PySift being developed and maintained by large research centres such as Facebook AI Research (FAIR).

Adoption

Related

Read more



7 / 46 Data This practice was ranked as advanced.
Click to read more.
This practice addresses requirements
from the EU guidelines for trustworthy ML.
Click to read more.