During an adversarial training cycle, you notice the model's accuracy on the validation set drops significantly despite high training accuracy. Which technique should you apply to mitigate potential model poisoning?
DP-SGD reduces the influence of individual training points, neutralizing poisoning attempts.
Why this answer
Differential privacy helps ensure that the model does not memorize specific training data samples, which is a common target for poisoning attacks aimed at steering model output.