AI Governance

Privacy-Preserving ML

Machine learning techniques that train models or make predictions while protecting the privacy of individual data points. Includes federated learning, differential privacy, and homomorphic encryption.

Why It Matters

Privacy-preserving ML enables AI development in sensitive domains (healthcare, finance) where raw data sharing is impossible due to regulations.

Example

Training a medical AI across 50 hospitals using federated learning and differential privacy — getting the benefits of combined data without any hospital sharing patient records.

Think of it like...

Like a sealed ballot election — everyone's individual vote (data) is private, but the collective result (model) is still accurate.

Related Terms