Feature Map Testing for Deep Neural Networks
Dong Huang, Qingwen Bu, Yahao Qing, Yichao Fu, Heming Cui

TL;DR
This paper introduces DeepFeature, a novel testing approach for deep neural networks that focuses on feature maps rather than neurons, improving fault detection and model robustness.
Contribution
DeepFeature is the first method to specifically target feature maps in DNN testing, enhancing fault detection and test case efficiency compared to neuron-focused techniques.
Findings
DeepFeature effectively detects vulnerable feature maps.
Fault detection rate increased by 49.32% over coverage-guided methods.
DeepFeature's fuzzer outperforms existing fuzzing techniques.
Abstract
Due to the widespread application of deep neural networks~(DNNs) in safety-critical tasks, deep learning testing has drawn increasing attention. During the testing process, test cases that have been fuzzed or selected using test metrics are fed into the model to find fault-inducing test units (e.g., neurons and feature maps, activating which will almost certainly result in a model error) and report them to the DNN developer, who subsequently repair them~(e.g., retraining the model with test cases). Current test metrics, however, are primarily concerned with the neurons, which means that test cases that are discovered either by guided fuzzing or selection with these metrics focus on detecting fault-inducing neurons while failing to detect fault-inducing feature maps. In this work, we propose DeepFeature, which tests DNNs from the feature map level. When testing is conducted,…
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 · Software Testing and Debugging Techniques · Integrated Circuits and Semiconductor Failure Analysis
MethodsRepair · Focus
