GGT: Graph-Guided Testing for Adversarial Sample Detection of Deep Neural Network
Zuohui Chen, Renxuan Wang, Jingyang Xiang, Yue Yu, Xin Xia, Shouling, Ji, Qi Xuan, and Xiaoniu Yang

TL;DR
This paper introduces Graph-Guided Testing (GGT), a novel method for detecting adversarial samples in deep neural networks that is more efficient and effective than previous approaches like Model Mutation Testing.
Contribution
GGT uses graph-guided model pruning to create diverse, smaller models for adversarial detection, improving over existing methods in efficiency and effectiveness.
Findings
GGT achieves higher detection accuracy than MMT.
GGT models are about 5% the size of MMT models.
GGT demonstrates better efficiency and effectiveness on CIFAR10 and SVHN.
Abstract
Deep Neural Networks (DNN) are known to be vulnerable to adversarial samples, the detection of which is crucial for the wide application of these DNN models. Recently, a number of deep testing methods in software engineering were proposed to find the vulnerability of DNN systems, and one of them, i.e., Model Mutation Testing (MMT), was used to successfully detect various adversarial samples generated by different kinds of adversarial attacks. However, the mutated models in MMT are always huge in number (e.g., over 100 models) and lack diversity (e.g., can be easily circumvented by high-confidence adversarial samples), which makes it less efficient in real applications and less effective in detecting high-confidence adversarial samples. In this study, we propose Graph-Guided Testing (GGT) for adversarial sample detection to overcome these aforementioned challenges. GGT generates pruned…
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.
