CT-AI · Question #93
Which ONE of the following statements is MOST true about black-box adversarial testing?
The correct answer is B. The approach relies on the transferability of the attacks. In black-box adversarial testing, the tester does not have access to the internal workings of the model (such as the algorithm or the training data). The approach relies on the transferability of the attacks, where adversarial examples generated for one model are used to test…
Question
Which ONE of the following statements is MOST true about black-box adversarial testing?
Options
- AThe algorithm used for the model is known to the tester
- BThe approach relies on the transferability of the attacks
- CThe training data is manipulated
- DCombinatorial testing techniques are used
How the community answered
(32 responses)- A16% (5)
- B69% (22)
- C9% (3)
- D6% (2)
Explanation
In black-box adversarial testing, the tester does not have access to the internal workings of the model (such as the algorithm or the training data). The approach relies on the transferability of the attacks, where adversarial examples generated for one model are used to test the robustness of another model, even without direct access to its internal details.
Topics
Community Discussion
No community discussion yet for this question.