Neuron Sensitivity Guided Test Case Selection for Deep Learning Testing
Dong Huang, Qingwen Bu, Yichao Fu, Yuhao Qing, Bocheng Xiao, Heming, Cui

TL;DR
This paper introduces NSS, a method that uses neuron sensitivity to select valuable unlabeled test cases, significantly improving fault detection efficiency in deep neural network testing.
Contribution
NSS is a novel neuron sensitivity-based approach that reduces labeling effort by effectively selecting high-impact test cases for DNN testing.
Findings
NSS achieves higher fault detection rates than baseline methods.
NSS reduces labeling time while maintaining testing effectiveness.
NSS performs well across multiple datasets and models.
Abstract
Deep Neural Networks~(DNNs) have been widely deployed in software to address various tasks~(e.g., autonomous driving, medical diagnosis). However, they could also produce incorrect behaviors that result in financial losses and even threaten human safety. To reveal the incorrect behaviors in DNN and repair them, DNN developers often collect rich unlabeled datasets from the natural world and label them to test the DNN models. However, properly labeling a large number of unlabeled datasets is a highly expensive and time-consuming task. To address the above-mentioned problem, we propose NSS, Neuron Sensitivity guided test case Selection, which can reduce the labeling time by selecting valuable test cases from unlabeled datasets. NSS leverages the internal neuron's information induced by test cases to select valuable test cases, which have high confidence in causing the model to behave…
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 · Software Testing and Debugging Techniques · Software System Performance and Reliability
MethodsRepair
