Shu-Tao Xia, Jiawang Bai, Wei Liu, Zhifeng Li, Dihong Gong, Kuofeng Gao
We lifted 3 functions out of this paper's own repositories and ran 0 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 |
|---|---|---|
| jiawangbai/HPT | — | 0 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| admm_opt | Not yet run | jiawangbai/HPT/admm_opt.py code served (permissive licence) · get_code("6ee9156f6d747d39") |
| augmented_Lagrangian | Not yet run | jiawangbai/HPT/admm_opt.py code served (permissive licence) · get_code("ace3cb4433524284") |
| init_grid_and_noise | Not yet run | jiawangbai/HPT/admm_opt.py code served (permissive licence) · get_code("55b3d04e744610f3") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
The security of deep neural networks (DNNs) has attracted increasing attention due to their widespread use in various applications. Recently, the deployed DNNs have been demonstrated to be vulnerable to Trojan attacks, which manipulate model parameters with bit flips to inject a hidden behavior and activate it by a specific trigger pattern. However, all existing Trojan attacks adopt noticeable patch-based triggers (e.g., a square pattern), making them perceptible to humans and easy to be spotted by machines. In this paper, we present a novel attack, namely hardly perceptible Trojan attack (HPT). HPT crafts hardly perceptible Trojan images by utilizing the additive noise and per-pixel flow field to tweak the pixel values and positions of the original images, respectively. To achieve superior attack performance, we propose to jointly optimize bit flips, additive noise, and flow field. Since the weight bits of the DNNs are binary, this problem is very hard to be solved. We handle the binary constraint with equivalent replacement and provide an effective optimization algorithm. Extensive experiments on CIFAR-10, SVHN, and ImageNet datasets show that the proposed HPT can generate hardly perceptible Trojan images, while achieving comparable or better attack performance compared to the state-of-the-art methods. The code is available at: https://github.com/jiawangbai/HPT.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2207.13417")
get_code_for_paper("2207.13417")
have("2207.13417")
Connect an agent — have() is free.