Code Monkey home page Code Monkey logo

dms's Introduction

DMS

Introduction

DMS(Data-Mutation based Selection) is a test case selection method. We conduct experiments on five pairs of widely-used deep learning test sets and models. The results show that DMS significantly outperforms existing test case selection methods in terms of both bug-revealing ability and diversity of bug-revealing direction. Specifically, taking the original test set as the candidate set, DMS can filter out 53.85% to 99.22% of all bug-revealing test cases when selecting 10% of the test cases. Moreover, when selecting 5% of the test cases, the selected cases can cover almost all bug-revealing directions across all subjects. Overall, DMS outperforms baseline approaches with an average improvement of 12.38% to 71.81% in terms of the bug-revealing test cases selected, which further demonstrates the effectiveness of DMS. overview2

Prerequisites

  • numpy 1.16.4
  • tensorflow 1.14.0
  • tqdm 4.36.1
  • h5py 2.10.0
  • pandas 0.23.4

Usage

Please use the following command to generate mutated models.

python finetune.py -d mnist -n lenet5 -i 40 -e 25

Please use the folling command to obtain prediction results of mutated models.

python finetune_predict.py -d mnist -n lenet5

Please use the folling command to extract features of test cases.

python extract_info.py -d mnist -n lenet5

Please use the folling command to obtain results of all test case selection methods.

python demo_general.py -d mnist -n lenet5

Results

v2 v1

dms's People

Contributors

mt010104 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

jh9808

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.