Q1. Which of the following attacks involves an adversary manipulating the input data used to train a machine learning model to introduce a backdoor or bias?
- A.Model inversion
- B.Data poisoning✓ Correct
- C.Membership inference
- D.Sponge attack
Explanation: Data poisoning occurs when an attacker injects malicious data into the training set, causing the model to learn incorrect patterns or backdoors. Learn more.