We lifted 2 functions out of this paper's own repositories and ran 2 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 |
|---|---|---|
| Megum1/DFST | canonical | 2 of 2 |
| Function | Status | Where it lives |
|---|---|---|
| deprocess | Ran | Megum1/DFST/detoxification.py code served (permissive licence) · get_code("9779d63b362b4fa7") |
| preprocess | Ran | Megum1/DFST/detoxification.py code served (permissive licence) · get_code("9205308a52da63f5") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Trojan (backdoor) attack is a form of adversarial attack on deep neural networks where the attacker provides victims with a model trained/retrained on malicious data. The backdoor can be activated when a normal input is stamped with a certain pattern called trigger, causing misclassification. Many existing trojan attacks have their triggers being input space patches/objects (e.g., a polygon with solid color) or simple input transformations such as Instagram filters. These simple triggers are susceptible to recent backdoor detection algorithms. We propose a novel deep feature space trojan attack with five characteristics: effectiveness, stealthiness, controllability, robustness and reliance on deep features. We conduct extensive experiments on 9 image classifiers on various datasets including ImageNet to demonstrate these properties and show that our attack can evade state-of-the-art defense.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2012.11212")
get_code_for_paper("2012.11212")
have("2012.11212")
Connect an agent — have() is free.