adversarial-robustness-toolbox icon indicating copy to clipboard operation
adversarial-robustness-toolbox copied to clipboard

Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference - Red and Blue Teams

Results 222 adversarial-robustness-toolbox issues
Sort by recently updated
recently updated
newest added

Is it possible to train a multi-output model similar to the following [example](https://github.com/Trusted-AI/adversarial-robustness-toolbox/blob/main/examples/get_started_tensorflow_v2.py)? I tried with a custom `train_step` function and multi output model similar to the one in example...

enhancement
question

**Is your feature request related to a problem? Please describe.** Remove all of the duplicated and slightly different fixture `def fix_get_mnist_subset(get_mnist_dataset):` from each test and unify them to all using...

improvement

**Is your feature request related to a problem? Please describe.** Now that we are using github actions and are no longer limited by the Travis time limit, I would suggest...

Dear all, how to guarantee I am using v2.2.4 when I run this defense test? I try to install keras v2.2.4, but it does not work. Many thanks.

question

It's easy to reproduce this error through the tutorial of nbviewer, and the problem is the tf version on the server is lower than expected 2.2.0(I found the same error...

**Describe the bug** If a batch of a generator doesn't contain all classes the method segmenation of classes returns an empty list for the class and the line 671 cannot...

Currently, we don't have a default set of audio samples for testing purposes available. The Lingvo ASR estimator uses three Librispeech samples, which it downloads from the Qin et al....

enhancement

Implement a model-specific estimator for TensorFlow SSD object detection models (https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf1_detection_zoo.md). The implementation can likely follow a similar pattern as for `TensorFlowFasterRCNN` estimator and we should investigate if multiple/all base...

enhancement

**Is your feature request related to a problem? Please describe.** I'm looking to run PGD on ART's PyTorch Faster-RCNN using the xView dataset. This dataset contains images of varying shapes,...

enhancement

**Is your feature request related to a problem? Please describe.** Add a method for abstaining classifiers that returns something different than NP array. This would make it clear for end...

enhancement