-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Priority: HighenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
- An attacker should take the pre-trained model, original dataset, adversarial dataset (made with transforms), and a list of criteria to monitor (like accuracy, loss, etc) [All the entities in PyTorch]
- The attacker should have a method .attack(), when called, the model shall run inference over each sample from the given dataset and its adversarial counterpart in the adversarial dataset.
- Finally giving out things like the performance difference due to the attacks, worst hit attacks, best hit attacks etc (in terms of given criteria)
Metadata
Metadata
Assignees
Labels
Priority: HighenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed