Security and Privacy Issues in Deep Learning
Ho Bae, Jaehee Jang, Dahuin Jung, Hyemi Jang, Heonseok Ha, Hyungyu, Lee, Sungroh Yoon

TL;DR
This paper reviews security and privacy challenges in deep learning, discussing attack types like poisoning and evasion, and exploring defenses including data sanitization, model insensitivity, and cryptographic techniques.
Contribution
It provides a comprehensive overview of existing security and privacy threats in deep learning and evaluates various defense mechanisms and cryptographic solutions.
Findings
Poisoning and evasion attacks threaten deep learning models.
Defense strategies include data filtering, model training techniques, and cryptography.
Cryptographic methods like homomorphic encryption offer privacy benefits but face implementation challenges.
Abstract
To promote secure and private artificial intelligence (SPAI), we review studies on the model security and data privacy of DNNs. Model security allows system to behave as intended without being affected by malicious external influences that can compromise its integrity and efficiency. Security attacks can be divided based on when they occur: if an attack occurs during training, it is known as a poisoning attack, and if it occurs during inference (after training) it is termed an evasion attack. Poisoning attacks compromise the training process by corrupting the data with malicious examples, while evasion attacks use adversarial examples to disrupt entire classification process. Defenses proposed against such attacks include techniques to recognize and remove malicious data, train a model to be insensitive to such data, and mask the model's structure and parameters to render attacks more…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Privacy-Preserving Technologies in Data · Cryptography and Data Security
