Skip to content

FiftyOne plugin to generate image_corruptions used to measure robustness of computer vision models

License

Notifications You must be signed in to change notification settings

hemangchawla/image_corruptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Corruptions Plugin

Plugin Overview

This fiftyone plugin allows to generate image corruptions based on Benchmarking Neural Network Robustness to Common Corruptions and Surface Variations. paper for your fiftyone image dataset graphically. Check how to install FiftyOne here.

These image_corruptions allow you to measure the robustness of your model to 15 common corruptions. The corruptions fall under 4 categories - noise (Gaussian, shot, impulse), blur (defocus, glass, motion, zoom), weather (snow, frost, fog, brightness), and digital (contrast, elastic, pixelate, JPEG).

img_common.png

Here's an example of brightness corruption at different severities. img_brightness_severity.png

If those random augmentations similar to those 15 corruptions were used during training, then 4 additional corruptions - speckle noise, Gaussian blur, spatter, saturate - are provided to measure robustness.

img_validation.png

Installation

From you commandline simply run:

fiftyone plugin download https://github.com/hemangchawla/image_corruptions

Install dependencies:

pip install imagecorruptions numpy numba opencv-python scikit-image

or

cd /path/to/fiftyone/plugins
cd @hemangchawla/image_corruptions
pip install -r /path/to/requirements.txt

Usage

Setup

To get started, launch the FiftyOne App and load in your dataset. If you don't have a dataset yet, you can use the dataset zoo to load in a sample dataset.

Note: To load the quickstart dataset from the zoo, press the backtick key (`) to open the operators list, and select load_zoo_dataset from the list. Then, select quickstart from the dropdown and press Enter.

Generatie corrupted samples

Using the plugin is simple.

  1. Press ` or click the Browse operations icon above the grid.
  2. Select whether you want common or validation corruptions.
  3. Then toggle if you want to apply all or some specific corruptions. We recommend testing against at least one for each category.
  4. Then use the slider to select the severity level of your corruptions, or toggle to select all severities.
  5. Finally choose if you want to delegate generation of corruptions or do so immediately and Execute!

image_corruptions.gif

Todo

  • Option to parallize geenration of samples

About

FiftyOne plugin to generate image_corruptions used to measure robustness of computer vision models

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages