Tingting Jiang, Chenxi Yang, Dingquan Li, Jianhao Ding, Yujia Liu
We lifted 4 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 |
|---|---|---|
| YangiD/DefenseIQA-NT | — | 1 of 4 |
| Function | Status | Where it lives |
|---|---|---|
| ResNetBackbone | Ran | YangiD/DefenseIQA-NT/models.py code served (permissive licence) · get_code("2e47b434b1d40b5c") |
| HyperNet | Not yet run | YangiD/DefenseIQA-NT/models.py code served (permissive licence) · get_code("79bfd01c6fbcf6e5") |
| resnet50_backbone | Not yet run | YangiD/DefenseIQA-NT/models.py code served (permissive licence) · get_code("c224e34b49e8a01e") |
| weights_init_xavier | Not yet run | YangiD/DefenseIQA-NT/models.py code served (permissive licence) · get_code("70c2e8a4a76907d9") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
The task of No-Reference Image Quality Assessment (NR-IQA) is to estimate the quality score of an input image without additional information. NR-IQA models play a crucial role in the media industry, aiding in performance evaluation and optimization guidance. However, these models are found to be vulnerable to adversarial attacks, which introduce imperceptible perturbations to input images, resulting in significant changes in predicted scores. In this paper, we propose a defense method to improve the stability in predicted scores when attacked by small perturbations, thus enhancing the adversarial robustness of NR-IQA models. To be specific, we present theoretical evidence showing that the magnitude of score changes is related to the ℓ 1 norm of the model's gradient with respect to the input image. Building upon this theoretical foundation, we propose a norm regularization training strategy aimed at reducing the ℓ 1 norm of the gradient, thereby boosting the robustness of NR-IQA models. Experiments conducted on four NR-IQA baseline models demonstrate the effectiveness of our strategy in reducing score changes in the presence of adversarial attacks. To the best of our knowledge, this work marks the first attempt to defend against adversarial attacks on NR-IQA models. Our study offers valuable insights into the adversarial robustness of NR-IQA models and provides a foundation for future research in this area.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2403.11397")
get_code_for_paper("2403.11397")
have("2403.11397")
Connect an agent — have() is free.