amazon-science / adversarial-robustness-with-nonuniform-perturbations

Apache License 2.0
9 stars 2 forks source link

Where are the other attack samples? #1

Open Zhanyu-Wang opened 2 years ago

Zhanyu-Wang commented 2 years ago

https://github.com/amazon-research/adversarial-robustness-with-nonuniform-perturbations/blob/575f93e82d0a784290cf6b869e2dfee5171f689d/NonuniformRobustness.py#L56 Here we can see you have other attack samples, but not in https://github.com/amazon-research/adversarial-robustness-with-nonuniform-perturbations/tree/main/Adversarial_example_sets Could you upload those sample too, please?

Zhanyu-Wang commented 2 years ago

Also, I am wondering in this folder https://github.com/amazon-research/adversarial-robustness-with-nonuniform-perturbations/tree/main/nonuniform_omega why there is only the Shapley_values.npy file, but from https://github.com/amazon-research/adversarial-robustness-with-nonuniform-perturbations/blob/575f93e82d0a784290cf6b869e2dfee5171f689d/NonuniformRobustness.py#L89 we can see there should also be Pearson_correlations.npy, MD_Transform.npy, MD_Benign.npy for each of the experiments and adversarial settings, right?

xiong-peiyu commented 2 years ago

Hi Dear authors, I have similar request as Zhanyu, and was wondering if you can include the nonuniform_omega numpy array used in your experiments? I would also be very much appreciated if you can include the implementation of the methods used to derive such nonuniform_omegas? Thanks in advance!