Revisiting Neuron Coverage for DNN Testing: A Layer-Wise and Distribution-Aware Criterion
Yuanyuan Yuan, Qi Pang, Shuai Wang

TL;DR
This paper introduces NeuraL Coverage (NLC), a new DNN testing criterion based on layer-wise distribution properties, which better correlates with test suite quality and error detection than existing neuron coverage metrics.
Contribution
The paper proposes NLC, a novel distribution-aware, layer-based coverage criterion that addresses limitations of neuron coverage and improves DNN testing effectiveness.
Findings
NLC correlates strongly with test suite diversity.
NLC enhances error detection in DNN testing.
Mutations guided by NLC improve test quality.
Abstract
Various deep neural network (DNN) coverage criteria have been proposed to assess DNN test inputs and steer input mutations. The coverage is characterized via neurons having certain outputs, or the discrepancy between neuron outputs. Nevertheless, recent research indicates that neuron coverage criteria show little correlation with test suite quality. In general, DNNs approximate distributions, by incorporating hierarchical layers, to make predictions for inputs. Thus, we champion to deduce DNN behaviors based on its approximated distributions from a layer perspective. A test suite should be assessed using its induced layer output distributions. Accordingly, to fully examine DNN behaviors, input mutation should be directed toward diversifying the approximated distributions. This paper summarizes eight design requirements for DNN coverage criteria, taking into account distribution…
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 · Ferroelectric and Negative Capacitance Devices · Advanced Neural Network Applications
