A new benchmark database of 1,654 backdoor-infected DNNs with neuron-level labels shows current fault localization methods identify fewer than 20% of responsible neurons on average.
Mutation-based Fault Localization of Deep Neural Networks
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Deep neural networks (DNNs) are susceptible to bugs, just like other types of software systems. A significant uptick in using DNN, and its applications in wide-ranging areas, including safety-critical systems, warrant extensive research on software engineering tools for improving the reliability of DNN-based systems. One such tool that has gained significant attention in the recent years is DNN fault localization. This paper revisits mutation-based fault localization in the context of DNN models and proposes a novel technique, named deepmufl, applicable to a wide range of DNN models. We have implemented deepmufl and have evaluated its effectiveness using 109 bugs obtained from StackOverflow. Our results show that deepmufl detects 53/109 of the bugs by ranking the buggy layer in top-1 position, outperforming state-of-the-art static and dynamic DNN fault localization systems that are also designed to target the class of bugs supported by deepmufl. Moreover, we observed that we can halve the fault localization time for a pre-trained model using mutation selection, yet losing only 7.55% of the bugs localized in top-1 position.
citation-role summary
citation-polarity summary
fields
cs.SE 1years
2024 1verdicts
CONDITIONAL 1roles
method 1polarities
use method 1representative citing papers
citing papers explorer
-
BDefects4NN: A Backdoor Defect Database for Controlled Localization Studies in Neural Networks
A new benchmark database of 1,654 backdoor-infected DNNs with neuron-level labels shows current fault localization methods identify fewer than 20% of responsible neurons on average.