2022
DOI: 10.1109/tse.2021.3124006
|View full text |Cite
|
Sign up to set email alerts
|

CAGFuzz: Coverage-Guided Adversarial Generative Fuzzing Testing for Image-Based Deep Learning Systems

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 16 publications
(4 citation statements)
references
References 37 publications
0
4
0
Order By: Relevance
“…For performance evaluation and comparison, we use six different indicators, including accuracy, precision, recall, F1 Score and ROC curve [3], [11], [19], [24], [35], [36]. Among them, accuracy is the proportion of the number of correctly classified sample in the total number of samples.…”
Section: Resultsmentioning
confidence: 99%
“…For performance evaluation and comparison, we use six different indicators, including accuracy, precision, recall, F1 Score and ROC curve [3], [11], [19], [24], [35], [36]. Among them, accuracy is the proportion of the number of correctly classified sample in the total number of samples.…”
Section: Resultsmentioning
confidence: 99%
“…As discussed in our Introduction, white-box testing [12], [16], [20], [25], [35], [37] has been extensively researched, but needs internal model access, which is not always realistic in practice. Therefore, we will adopt a black-box testing approach instead, which purely focuses on modifying a system's input (in our case, an image) to trigger undesired changes in the system's output (in our case, the object classification for the input image).…”
Section: Related Workmentioning
confidence: 99%
“…Existing approaches to adversarial example generation can be classified into white-box and black-box methods. White-box approaches [12], [16], [20], [25], [35], [37] require access to the model under test (i.e. the model architecture, neuron weight values, and gradients).…”
Section: Introductionmentioning
confidence: 99%
“…One simple and commonly used strategy is random selection, but it does not use any information of testing process or DL systems. To enhance the random strategy, the idea of "recency-aware" was used to select the seed that induces the new coverage [9,7,4,10,11,12], which corresponds to the observation that if a seed covers a branch, the following branches are more likely to be covered due to the hierarchical relationship between branches. In addition, the idea of "frequencyaware" was used to probabilistically select a seed based on the number of times it has been mutated: if a seed has already been picked many times, it has a lower probability of being selected again [4,10].…”
Section: Related Workmentioning
confidence: 99%