Advanced Topics
Adversarial Machine Learning
敵対的機械学習
Adversarial machine learning studies attacks and defenses involving learned models. An adversarial example targets inference, while data poisoning corrupts the training process.
Japanese terms
- Adversarial machine learning — 敵対的機械学習: The study of attacks on machine-learning systems and defenses against them.
- Adversarial example — 敵対的サンプル: An input deliberately modified to cause a model to make an incorrect prediction.
- Data poisoning — データポイズニング: An attack that corrupts training data to influence a model’s learned behavior.
Related topics
AI safety and evaluation includes adversarial testing and robustness measurement.