Wei Tao, Qing Tao, Jincai Huang, Yang Dai
We lifted 3 functions out of this paper's own repositories and ran 1 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 |
|---|---|---|
| AndssY/MDCS_attack | — | 1 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| InstrumentedMixin | Ran | AndssY/MDCS_attack/TransferAttack/instrumented_attacks.py pointer only (licence: NONE) · get_code("2d0036cd10a276ec") |
| InstrumentedMDCSMI | Not yet run | AndssY/MDCS_attack/TransferAttack/instrumented_attacks.py pointer only (licence: NONE) · get_code("18d2e29431d81ab7") |
| MDCSMI | Not yet run | AndssY/MDCS_attack/TransferAttack/instrumented_attacks.py pointer only (licence: NONE) · get_code("f4af7c6d23feb27a") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Crafting adversarial examples can be formulated as an optimization problem. While sign-based optimizers such as I-FGSM and MI-FGSM have become the de facto standard for the induced optimization problems, there still exist several unsolved problems in theoretical grounding and practical reliability especially in non-convergence and instability, which inevitably influences their transferability. Contrary to the expectation, we observe that the attack success rate may degrade sharply when more number of iterations are conducted. In this paper, we address these issues from an optimization perspective. By reformulating the sign-based optimizer as a specific coordinate-wise gradient descent, we argue that one cause for non-convergence and instability is their non-decaying step-size scheduling. Based upon this viewpoint, we propose a series of new attack algorithms that enforce Monotonically Decreasing Coordinate-wise Stepsizes (MDCS) within sign-based optimizers. Typically, we further provide theoretical guarantees proving that MDCS-MI attains an optimal convergence rate of O(1/ √ T ), where T is the number of iterations. Extensive experiments on image classification and cross-modal retrieval tasks demonstrate that our approach not only significantly improves transferability but also enhances attack stability compared to state-of-the-art sign-based methods. Code is available at https://github.com/AndssY/MDCS_attack.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2602.19096")
get_code_for_paper("2602.19096")
have("2602.19096")
Connect an agent — have() is free.