SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2112.02671 · NeurIPS · 2021

Stochastic Local Winner-Takes-All Networks Enable Profound Adversarial Robustness

Konstantinos Panousis, Sotirios Chatzis, Sergios Theodoridis

arXiv · PDF · Open in the Atlas

Code that ran

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.

RepositoryRoleRan
konpanousis/adversarial-lwta-autoattack canonical 4 of 4
FunctionStatusWhere 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")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

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.

For agents

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.