Data Poisoning
Data poisoning is a type of attack on machine learning models where an adversary intentionally injects misleading or malicious data into the training dataset. This can lead to the model learning incorrect patterns, resulting in poor performance or biased outputs. The primary characteristic of data poisoning is its stealthy nature, as it often goes undetected during the training phase. Common use cases include sabotaging models used in critical applications like finance, healthcare, or security systems. Protecting against data poisoning involves robust data validation techniques and anomaly detection methods to ensure the integrity of training data.
Related Terms
DALL·E
DALL·E is an AI model by OpenAI that creates images from text descriptions, enabling creative visual...
DBSCAN
Learn about DBSCAN, a density-based clustering algorithm that identifies clusters of varying shapes ...
Data Annotation
Data annotation is the labeling process that prepares data for machine learning models, essential fo...
Data Catalog
A data catalog is an organized inventory of data assets that enhances data discovery and management ...