CVIVMar 18, 2024

Defense Against Adversarial Attacks on No-Reference Image Quality Models with Gradient Norm Regularization

arXiv:2403.11397v115 citationsh-index: 14CVPR
Originality Incremental advance
AI Analysis

This addresses a security problem for the media industry by enhancing the adversarial robustness of NR-IQA models, though it is incremental as it builds on existing defense concepts.

The paper tackles the vulnerability of No-Reference Image Quality Assessment (NR-IQA) models to adversarial attacks by proposing a defense method that uses gradient norm regularization to reduce score changes under attack, with experiments on four baseline models showing effectiveness in improving robustness.

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 $\ell_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 $\ell_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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes