Which of the following BEST describes an adversarial attack on an AI model?
A.
Attacking underlying hardware
B.
Providing inputs that mislead the model into incorrect predictions
C.
Reverse-engineering the model using social engineering
D.
Conducting denial-of-service attacks on AI APIs
The Answer Is:
B
This question includes an explanation.
Explanation:
AAISM defines adversarial attacks as manipulations of input data (text, image, audio, numeric values) designed to cause the model to produce incorrect or harmful predictions.
Hardware attacks (A) are infrastructure threats. Social engineering (C) targets people, not models. DoS attacks (D) affect availability, not model decision pathways.