QuestionQ331

Privacy Engineering

Which approach would be MOST effective for an organization seeking to improve privacy in machine learning (ML) model deployment?

  • A Implementing differential privacy techniques during both model training and inference
  • B Outsourcing model training to third-party vendors specialized in AI and ML
  • C Utilizing pre-trained models without further customization
  • D Sharing model parameters openly with external stakeholders for transparency
Explanation

Differential privacy limits the information that model training and deployed inference can reveal about any individual’s data, helping mitigate privacy leakage such as membership-inference attacks. Applying it across both stages provides direct privacy protection; outsourcing, using a pretrained model without customization, or openly sharing model parameters does not inherently provide that protection.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!