adversarial_lab
adversarial_lab copied to clipboard
Web-based Tool for visualisation and generation of adversarial examples by attacking ImageNet Models like VGG, AlexNet, ResNet etc.
Issue#4
[issue#4](https://github.com/odysseyiitr/adversarial_lab/issues/4) Hi [Ommanimesh2](https://github.com/Ommanimesh2), just trying to help update option on all html files of [template](https://github.com/dsgiitr/adversarial_lab/tree/master/template) folder, please check it out
# Addition of EfficientNet Model in the "Model" option of the site. ### Task - Setting up of EfficientNet Model in the source code and adding it to the Dropdown...
# Addition of MobileNet_V3 Model in the "Model" option of the site. ### Task - Setting up of MobileNet Model in the source code and adding it to the Dropdown...
# Addition of ShuffleNet Model in the "Model" option of the site. ### Task - Setting up of ShuffleNet Model in the source code and adding it to the Dropdown...
# Addition of SqueezeNet Model in the "Model" option of the site. ### Task - Setting up of SqueezeNet Model in the source code and adding it to the Dropdown...
# Addition of back-end functionality for Feature-Squeezing ### Task - Create a new file with a function implementing the Feature-Squeezing technique for detecting whether the uploaded image is adversarially perturbed...
# Creation of new web page to demonstrate Feature-Squeezing ### Task - Creation of a web page following the same design pattern as the pages demonstrating attacks for demonstrating the...
# Addition of functionality to allow download of the adversarially perturbed images. ### Task - Setting up of "Download Command" in the website code and deploying the Download Button on...
# Addition of mobilenet_v3 and lighter models in the "Model" option of the site - ### Difficulty Level : Intermediate - ### Task Description - Add some lighter models and/or...
# Addition of Newton-Fool Attack Algorithm ### Task - Implementation and setting up of Newton-Fool Attack Algorithm in the source code and its deployment on the main website. ### Difficulty...