On the Security Risks of AutoML
Ren Pang, Zhaohan Xi, Shouling Ji, Xiapu Luo, Ting Wang

TL;DR
This paper investigates the security vulnerabilities of Neural Architecture Search (NAS) generated models, revealing they are more susceptible to attacks due to architectural properties linked to rapid convergence.
Contribution
It provides the first comprehensive empirical analysis of security risks in NAS models and links architectural traits to attack vulnerabilities, suggesting potential mitigation strategies.
Findings
NAS models are more vulnerable to adversarial attacks than manual models
Architectural properties like high loss smoothness increase attack susceptibility
Increasing cell depth and reducing skip connections can mitigate vulnerabilities
Abstract
Neural Architecture Search (NAS) represents an emerging machine learning (ML) paradigm that automatically searches for models tailored to given tasks, which greatly simplifies the development of ML systems and propels the trend of ML democratization. Yet, little is known about the potential security risks incurred by NAS, which is concerning given the increasing use of NAS-generated models in critical domains. This work represents a solid initial step towards bridging the gap. Through an extensive empirical study of 10 popular NAS methods, we show that compared with their manually designed counterparts, NAS-generated models tend to suffer greater vulnerability to various malicious attacks (e.g., adversarial evasion, model poisoning, and functionality stealing). Further, with both empirical and analytical evidence, we provide possible explanations for such phenomena: given the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Malware Detection Techniques · Software Engineering Research
