Skip to content
/ irad Public

We introduce a novel approach to counter adversarial attacks, namely, image resampling. The underlying rationale behind our idea is that image resampling can alleviate the influence of adversarial perturbations while preserving essential semantic information, thereby conferring an inherent advantage in defending against adversarial attacks.

License

Notifications You must be signed in to change notification settings

tsingqguo/irad

Repository files navigation

IRAD

We introduce a novel approach to counter adversarial attacks, namely, image resampling. The underlying rationale behind our idea is that image resampling can alleviate the influence of adversarial perturbations while preserving essential semantic information, thereby conferring an inherent advantage in defending against adversarial attacks. This work is accepted by ICLR 2024. openreview.net/pdf?id=jFa5KESW65

fig1

Pretrained models

Download the reconstruction and SampleNet models of IRAD here for Cifar10, Cifar100, and ImageNet.

Since some evaluation models cannot be downloaded automatically, you may download the pretrained models for testing here.

Test

Run the test scripts to evaluate the method.

For example, evaluate the performance of IRAD in the oblivious adversary scenario on Cifar10:

bash scripts/test_cifar10.sh

the performance of IRAD in the adaptive adversary scenario on Cifar10:

bash scripts/test_adaptive_cifar10.sh

About

We introduce a novel approach to counter adversarial attacks, namely, image resampling. The underlying rationale behind our idea is that image resampling can alleviate the influence of adversarial perturbations while preserving essential semantic information, thereby conferring an inherent advantage in defending against adversarial attacks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages