paper-with-me

Papers

TensorFuzz: Debugging Neural Networks with Coverage-Guided Fuzzing

2018-07-28 · Augustus Odena, Ian Goodfellow

Machine learning models are notoriously difficult to interpret and debug. This is particularly true of neural networks. In this work, we introduce automated software testing techniques for neural networks that are well-suited to discovering errors which occur only for rare inputs. Specifically, we develop coverage-guided fuzzing (CGF) methods for neural networks. In CGF, random mutations of inputs to a neural network are guided by a coverage metric toward the goal of satisfying user-specified constraints. We describe how fast approximate nearest neighbor algorithms can provide this coverage metric. We then discuss the application of CGF to the following goals: finding numerical errors in trained neural networks, generating disagreements between neural networks and quantized versions of those networks, and surfacing undesirable behavior in character level language models. Finally, we release an open source library called TensorFuzz that implements the described techniques.

📄 PDF Abstract BibTeX arXiv:1807.10875

Code (3)

DataScienceNigeria/Research-Review
brain-research/tensorfuzz tf
dlshriver/tensorfuzz tf

Tasks

software testing

Similar Papers 제목 키워드 기반

DeepEvolution: A Search-Based Testing Approach for Deep Neural Networks

2019-09-05 · Houssem Ben Braiek, Foutse khomh

The increasing inclusion of Deep Learning (DL) models in safety-critical systems such as autonomous vehicles have led to the development of multiple model-based DL testing techniques. One common denominator of these test…

Autonomous VehiclesDiversityQuantization

CovRL: Fuzzing JavaScript Engines with Coverage-Guided Reinforcement Learning for LLM-based Mutation

2024-02-19 · Jueon Eom, Seyeon Jeong, Taekyoung Kwon

Fuzzing is an effective bug-finding technique but it struggles with complex systems like JavaScript engines that demand precise grammatical input. Recently, researchers have adopted language models for context-aware muta…

reinforcement-learningReinforcement LearningVulnerability Detection

Pythia: Grammar-Based Fuzzing of REST APIs with Coverage-guided Feedback and Learning-based Mutations

2020-05-23 · Vaggelis Atlidakis, Roxana Geambasu, Patrice Godefroid, Marina Polishchuk 외

This paper introduces Pythia, the first fuzzer that augments grammar-based fuzzing with coverage-guided feedback and a learning-based mutation strategy for stateful REST API fuzzing. Pythia uses a statistical model to le…

valid

DeepSmartFuzzer: Reward Guided Test Generation For Deep Learning

2019-11-24 · Samet Demir, Hasan Ferit Eniser, Alper Sen

Testing Deep Neural Network (DNN) models has become more important than ever with the increasing usage of DNN models in safety-critical domains such as autonomous cars. The traditional approach of testing DNNs is to crea…

Data AugmentationDeep Learning

From Coverage to Causes: Data-Centric Fuzzing for JavaScript Engines

2025-12-19 · Kishan Kumar Ganguly, Tim Menzies arxiv

Context: Exhaustive fuzzing of modern JavaScript engines is infeasible due to the vast number of program states and execution paths. Coverage-guided fuzzers waste effort on low-risk inputs, often ignoring vulnerability-t…