Konstantinos Panousis, Sotirios Chatzis, Sergios Theodoridis
We lifted 4 functions out of this paper's own repositories and ran 4 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 |
|---|---|---|
| konpanousis/adversarial-lwta-autoattack | canonical | 4 of 4 |
| Function | Status | Where it lives |
|---|---|---|
| LWTA | Ran | konpanousis/adversarial-lwta-autoattack/models/layers/layers.py pointer only (licence: NONE) · get_code("bf80015c4e9ec4a8") |
| concrete_sample | Ran | konpanousis/adversarial-lwta-autoattack/models/layers/layers.py pointer only (licence: NONE) · get_code("093548fb3e4fb882") |
| lwta_activation | Ran | konpanousis/adversarial-lwta-autoattack/models/layers/layers.py pointer only (licence: NONE) · get_code("6368643b3f147d15") |
| madry_loss | Ran | konpanousis/adversarial-lwta-autoattack/attacks/pgd.py pointer only (licence: NONE) · get_code("49910174458708bf") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
This work explores the potency of stochastic competition-based activations, namely Stochastic Local Winner-Takes-All (LWTA), against powerful (gradient-based) white-box and black-box adversarial attacks; we especially focus on Adversarial Training settings. In our work, we replace the conventional ReLU-based nonlinearities with blocks comprising locally and stochastically competing linear units. The output of each network layer now yields a sparse output, depending on the outcome of winner sampling in each block. We rely on the Variational Bayesian framework for training and inference; we incorporate conventional PGD-based adversarial training arguments to increase the overall adversarial robustness. As we experimentally show, the arising networks yield state-of-the-art robustness against powerful adversarial attacks while retaining very high classification rate in the benign case.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2112.02671")
get_code_for_paper("2112.02671")
have("2112.02671")
Connect an agent — have() is free.