AAISM · Question #88
Which of the following strategies is the MOST effective way to protect against AI data poisoning?
The correct answer is D. Using robust data validation techniques and anomaly detection. AAISM directs organizations to prevent training-time attacks by hard-gating data ingestion with provenance checks, schema and label validation, sanitization, and anomaly/outlier detection prior to model training. These controls most directly block poisoned records from entering t
Question
Which of the following strategies is the MOST effective way to protect against AI data poisoning?
Options
- AIncreasing model complexity to better handle data variations
- BEnsuring the model is trained on diverse data sources
- CIncorporating more features and data into model training
- DUsing robust data validation techniques and anomaly detection
How the community answered
(26 responses)- A8% (2)
- B15% (4)
- C4% (1)
- D73% (19)
Explanation
AAISM directs organizations to prevent training-time attacks by hard-gating data ingestion with provenance checks, schema and label validation, sanitization, and anomaly/outlier detection prior to model training. These controls most directly block poisoned records from entering the pipeline and are prioritized over architectural complexity or sheer data volume. Diversity of sources can improve representativeness but does not reliably stop adversarial contamination.
Topics
Community Discussion
No community discussion yet for this question.