Skip to content

UCNesl Team submission to the NIPS 2017 Adversarial Attacks and Defenses

License

Notifications You must be signed in to change notification settings

nesl/nips2017_adversarial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NIPS 2017 Adversarial Attacks and Defenses Competition Submission

This is the submissions of the UCNesl team during the Competition on Adversarial Examples and Defenses which is held as a part of NIPS'17 conference.

Team members

The attacks in this repo were used as submissions for the final round of the competition.

Round 2 submission by team UCNesl can be found in this repo.

Installation

Prerequisites:

The following software is required to run this package:

Instructions:

  • Download and extract the competition toolkit.
  • Under the competition toolkit run the script ./download_data.sh to download the development dataset.
  • Copy the attacks from this repo (e.g. ucnesl_targeted, ucnesl_nontargeted to the appropriate folders under the competition toolkit directory (e.g. sample_targeted, and sample_attacks for targeted and non-targeted attacks respectively).
  • Under each attack folder, run the ./download_checkpoints.sh script to download the models checkpoints.
  • Finally, you can run and evaluate the attacks by using run_attacks_and_defenses.sh script in the competition toolkit directory.

Note For GPU-support, you should edit the the line #43 of the run_attacks_and_defenses.sh to add the following argument --gpu to the python command.

About

UCNesl Team submission to the NIPS 2017 Adversarial Attacks and Defenses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published