Sarah Erfani, Hadi Dolatabadi, Christopher Leckie
We lifted 7 functions out of this paper's own repositories and ran 7 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| hmdolatabadi/AdvFlow | canonical | 7 of 7 |
| Function | Status | Where it lives |
|---|---|---|
| ResNet18 | Ran | hmdolatabadi/AdvFlow/resnet.py code served (permissive licence) · get_code("87d97e34a77418a6") |
| ResNet34 | Ran | hmdolatabadi/AdvFlow/resnet.py code served (permissive licence) · get_code("e656d66272c6fd73") |
| conv3x3 | Ran | hmdolatabadi/AdvFlow/wide_resnets.py code served (permissive licence) · get_code("00e569acd6b45ef0") |
| conv3x3 | Ran | hmdolatabadi/AdvFlow/resnet.py code served (permissive licence) · get_code("583f9780bdd00a45") |
| make_layers | Ran | hmdolatabadi/AdvFlow/vgg.py code served (permissive licence) · get_code("eba3f5bcc6a06d36") |
| vgg11 | Ran | hmdolatabadi/AdvFlow/vgg.py code served (permissive licence) · get_code("9e8680c7bf44ac85") |
| vgg11_bn | Ran | hmdolatabadi/AdvFlow/vgg.py code served (permissive licence) · get_code("dbe86db498d00951") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Deep learning classifiers are susceptible to well-crafted, imperceptible variations of their inputs, known as adversarial attacks. In this regard, the study of powerful attack models sheds light on the sources of vulnerability in these classifiers, hopefully leading to more robust ones. In this paper, we introduce AdvFlow: a novel black-box adversarial attack method on image classifiers that exploits the power of normalizing flows to model the density of adversarial examples around a given target image. We see that the proposed method generates adversaries that closely follow the clean data distribution, a property which makes their detection less likely. Also, our experimental results show competitive performance of the proposed approach with some of the existing attack methods on defended classifiers. The code is available at https://github.com/hmdolatabadi/AdvFlow.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2007.07435")
get_code_for_paper("2007.07435")
have("2007.07435")
Connect an agent — have() is free.