Context-Aware Fuzzing for Robustness Enhancement of Deep Learning Models
Haipeng Wang, Zhengyuan Wei, Qilin Zhou, Wing-Kwong Chan

TL;DR
This paper introduces a novel context-aware fuzzing method called Clover that improves the robustness testing of deep learning models by utilizing a new metric, Contextual Confidence, to generate more effective adversarial test cases.
Contribution
The paper proposes a new testing metric, Contextual Confidence, and a fuzzing technique, Clover, that leverages surrounding sample context to generate diverse adversarial examples for robustness enhancement.
Findings
Clover effectively identifies diverse adversarial test cases.
The context-aware approach improves robustness testing coverage.
Experimental results show increased model robustness after retraining.
Abstract
In the testing-retraining pipeline for enhancing the robustness property of deep learning (DL) models, many state-of-the-art robustness-oriented fuzzing techniques are metric-oriented. The pipeline generates adversarial examples as test cases via such a DL testing technique and retrains the DL model under test with test suites that contain these test cases. On the one hand, the strategies of these fuzzing techniques tightly integrate the key characteristics of their testing metrics. On the other hand, they are often unaware of whether their generated test cases are different from the samples surrounding these test cases and whether there are relevant test cases of other seeds when generating the current one. We propose a novel testing metric called Contextual Confidence (CC). CC measures a test case through the surrounding samples of a test case in terms of their mean probability…
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
TopicsAnomaly Detection Techniques and Applications
