Skip to content

An extension of the PuVAE architecture for adversarial robustness

Notifications You must be signed in to change notification settings

augustwester/augmenting-robustness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Augmenting Robustness Using Adversarial Detection

archiecture

This project was part of my Bachelor's thesis in 2020. It builds upon the work of Hwang et al. (2019) on PuVAE, a conditional variational autoencoder (CVAE) used for preprocessing (potentially adversarial) image inputs before feeding them to a classifier. Our work extends the PuVAE architecture by introducing a detection mechanism inspired by the earlier work of Meng and Chen (2017) on MagNet. This mechanism aims to identify and discard adversarially perturbed inputs before they reach the classifier.

We found that the detection mechanism improved robustness against FGSM and PGD attacks on simple datasets like MNIST and Fashion-MNIST. For more details, feel free to check out the thesis as well as the code in the Jupyter notebook.

Releases

No releases published

Packages

No packages published