What is data poisoning in an AI system?
Answered
Data poisoning deliberately corrupts training data or user feedback so the model behaves as an attacker intends. NCSC lists it alongside prompt injection as a way adversarial ML causes unintended behaviours. Sanitise inputs and feedback used for continuous learning.
From the guidance
Primary (how) Guidelines for secure AI system development
Section: Why is AI security different?
Read this in Guidelines for secure AI system development (opens in new tab)
Secondary (normative) NCSC: Secure design (AI systems)
Section: Design your system for security as well as functionality and performance
Read this in NCSC: Secure design (AI systems) (opens in new tab)
Related questions
- How do I stop an AI system from leaking personal or sensitive data?
- What does data-protection fairness require of an AI system? Lawful, ethical and responsible use
- Can I rely on consent to process personal data in an AI system? Lawful, ethical and responsible use
- Can I reuse existing personal data to train or run an AI system? Lawful, ethical and responsible use
- How should I threat-model an AI system?