AAISM · Question #222
Which of the following is the BEST mitigation control for membership inference attacks on AI systems?
The correct answer is C. Differential privacy. Membership inference attacks attempt to determine whether a particular data point was part of a model's training set, which risks violating privacy. The AAISM study guide highlights differential privacy as the most effective mitigation because it introduces mathematical noise…
Question
Which of the following is the BEST mitigation control for membership inference attacks on AI systems?
Options
- AModel ensemble techniques
- BAI threat modeling
- CDifferential privacy
- DCybersecurity-oriented red teaming
How the community answered
(23 responses)- A4% (1)
- C91% (21)
- D4% (1)
Explanation
Membership inference attacks attempt to determine whether a particular data point was part of a model's training set, which risks violating privacy. The AAISM study guide highlights differential privacy as the most effective mitigation because it introduces mathematical noise that obscures individual contributions without significantly degrading model performance. Ensemble methods improve robustness but do not specifically protect privacy. Threat modeling and red teaming help identify risks but are not direct controls. The explicit mitigation control aligned with privacy preservation for membership inference is differential privacy.
Topics
Community Discussion
No community discussion yet for this question.