Beyond Score Changes: Adversarial Attack on No-Reference Image Quality Assessment from Two Perspectives

Read original: arXiv:2404.13277 - Published 4/23/2024 by Chenxi Yang, Yujia Liu, Dingquan Li, Yan Zhong, Tingting Jiang
Total Score

0

Beyond Score Changes: Adversarial Attack on No-Reference Image Quality Assessment from Two Perspectives

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This paper explores adversarial attacks on no-reference image quality assessment (NR-IQA) models, which are used to evaluate image quality without a reference image.
  • The authors propose a multi-objective optimization approach to generate adversarial examples that can fool NR-IQA models in two ways: by changing the predicted quality score and by changing the model's ranking of images.
  • The paper provides insights into the vulnerabilities of NR-IQA models and the challenges of developing robust image quality assessment systems.

Plain English Explanation

Image quality assessment is an important task in many applications, such as photography, video streaming, and image editing. No-reference image quality assessment (NR-IQA) models can evaluate image quality without needing a reference image, which is useful when a reference is not available.

However, the authors of this paper discovered that these NR-IQA models can be "fooled" by adversarial attacks. Adversarial attacks are small, carefully crafted changes to an image that can cause machine learning models to make incorrect predictions.

The researchers developed a new technique that can generate adversarial examples that achieve two goals: 1) changing the predicted quality score of an image, and 2) changing the model's ranking of images from best to worst quality. This means the model can be tricked into thinking a low-quality image is high-quality, or vice versa.

By demonstrating these vulnerabilities, the paper provides important insights into the robustness of NR-IQA models and the challenges of building reliable image quality assessment systems. The findings could help researchers develop more robust and secure NR-IQA models that are less susceptible to adversarial attacks.

Technical Explanation

The authors propose a multi-objective optimization approach to generate adversarial examples that can fool NR-IQA models in two ways: by changing the predicted quality score and by changing the model's ranking of images.

Their method optimizes two objective functions simultaneously:

  1. Score Change Objective: This objective aims to maximize the change in the predicted quality score of the adversarial image compared to the original image.

  2. Ranking Change Objective: This objective aims to maximize the change in the model's ranking of the adversarial image compared to the original image within a set of reference images.

The authors evaluated their approach on several popular NR-IQA models using standard benchmark datasets. They found that their multi-granular adversarial attack was able to successfully fool the NR-IQA models, often achieving a large change in the predicted quality score and the model's ranking of the adversarial image.

These results highlight the vulnerability of NR-IQA models to adversarial attacks and the need for developing more robust and secure image quality assessment systems.

Critical Analysis

The paper provides a thorough analysis of the vulnerabilities of NR-IQA models to adversarial attacks. However, the authors acknowledge some limitations:

  • The proposed attack is white-box, meaning it requires access to the target NR-IQA model's architecture and parameters. Black-box attacks, where the attacker has no access to the model, may be more realistic in practical scenarios.

  • The authors only tested their attack on a limited set of NR-IQA models and datasets. Evaluating the attack on a wider range of models and datasets would provide a more comprehensive understanding of the vulnerabilities.

  • The paper does not explore potential defenses or methods to make NR-IQA models more robust against adversarial attacks. Developing such countermeasures is an important area for future research.

Overall, the paper makes a valuable contribution by highlighting the need for more secure and robust image quality assessment systems, which is crucial for many real-world applications.

Conclusion

This paper demonstrates that no-reference image quality assessment (NR-IQA) models can be vulnerable to adversarial attacks that can change the predicted quality score and the model's ranking of images. The authors propose a multi-objective optimization approach to generate such adversarial examples, providing insights into the weaknesses of current NR-IQA models.

These findings underscore the importance of developing more robust and secure image quality assessment systems that can withstand adversarial attacks. Future research should focus on exploring defense mechanisms and multi-view evaluation techniques to improve the reliability and trustworthiness of NR-IQA models in real-world applications.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Beyond Score Changes: Adversarial Attack on No-Reference Image Quality Assessment from Two Perspectives
Total Score

0

Beyond Score Changes: Adversarial Attack on No-Reference Image Quality Assessment from Two Perspectives

Chenxi Yang, Yujia Liu, Dingquan Li, Yan Zhong, Tingting Jiang

Deep neural networks have demonstrated impressive success in No-Reference Image Quality Assessment (NR-IQA). However, recent researches highlight the vulnerability of NR-IQA models to subtle adversarial perturbations, leading to inconsistencies between model predictions and subjective ratings. Current adversarial attacks, however, focus on perturbing predicted scores of individual images, neglecting the crucial aspect of inter-score correlation relationships within an entire image set. Meanwhile, it is important to note that the correlation, like ranking correlation, plays a significant role in NR-IQA tasks. To comprehensively explore the robustness of NR-IQA models, we introduce a new framework of correlation-error-based attacks that perturb both the correlation within an image set and score changes on individual images. Our research primarily focuses on ranking-related correlation metrics like Spearman's Rank-Order Correlation Coefficient (SROCC) and prediction error-related metrics like Mean Squared Error (MSE). As an instantiation, we propose a practical two-stage SROCC-MSE-Attack (SMA) that initially optimizes target attack scores for the entire image set and then generates adversarial examples guided by these scores. Experimental results demonstrate that our SMA method not only significantly disrupts the SROCC to negative values but also maintains a considerable change in the scores of individual images. Meanwhile, it exhibits state-of-the-art performance across metrics with different categories. Our method provides a new perspective on the robustness of NR-IQA models.

Read more

4/23/2024

Exploring Vulnerabilities of No-Reference Image Quality Assessment Models: A Query-Based Black-Box Method
Total Score

0

Exploring Vulnerabilities of No-Reference Image Quality Assessment Models: A Query-Based Black-Box Method

Chenxi Yang, Yujia Liu, Dingquan Li, Tingting Jiang

No-Reference Image Quality Assessment (NR-IQA) aims to predict image quality scores consistent with human perception without relying on pristine reference images, serving as a crucial component in various visual tasks. Ensuring the robustness of NR-IQA methods is vital for reliable comparisons of different image processing techniques and consistent user experiences in recommendations. The attack methods for NR-IQA provide a powerful instrument to test the robustness of NR-IQA. However, current attack methods of NR-IQA heavily rely on the gradient of the NR-IQA model, leading to limitations when the gradient information is unavailable. In this paper, we present a pioneering query-based black box attack against NR-IQA methods. We propose the concept of score boundary and leverage an adaptive iterative approach with multiple score boundaries. Meanwhile, the initial attack directions are also designed to leverage the characteristics of the Human Visual System (HVS). Experiments show our method outperforms all compared state-of-the-art attack methods and is far ahead of previous black-box methods. The effective NR-IQA model DBCNN suffers a Spearman's rank-order correlation coefficient (SROCC) decline of 0.6381 attacked by our method, revealing the vulnerability of NR-IQA models to black-box attacks. The proposed attack method also provides a potent tool for further exploration into NR-IQA robustness.

Read more

4/29/2024

Adaptive Feature Selection for No-Reference Image Quality Assessment by Mitigating Semantic Noise Sensitivity
Total Score

0

Adaptive Feature Selection for No-Reference Image Quality Assessment by Mitigating Semantic Noise Sensitivity

Xudong Li, Timin Gao, Runze Hu, Yan Zhang, Shengchuan Zhang, Xiawu Zheng, Jingyuan Zheng, Yunhang Shen, Ke Li, Yutao Liu, Pingyang Dai, Rongrong Ji

The current state-of-the-art No-Reference Image Quality Assessment (NR-IQA) methods typically rely on feature extraction from upstream semantic backbone networks, assuming that all extracted features are relevant. However, we make a key observation that not all features are beneficial, and some may even be harmful, necessitating careful selection. Empirically, we find that many image pairs with small feature spatial distances can have vastly different quality scores, indicating that the extracted features may contain a significant amount of quality-irrelevant noise. To address this issue, we propose a Quality-Aware Feature Matching IQA Metric (QFM-IQM) that employs an adversarial perspective to remove harmful semantic noise features from the upstream task. Specifically, QFM-IQM enhances the semantic noise distinguish capabilities by matching image pairs with similar quality scores but varying semantic features as adversarial semantic noise and adaptively adjusting the upstream task's features by reducing sensitivity to adversarial noise perturbation. Furthermore, we utilize a distillation framework to expand the dataset and improve the model's generalization ability. Our approach achieves superior performance to the state-of-the-art NR-IQA methods on eight standard IQA datasets.

Read more

5/28/2024

LAR-IQA: A Lightweight, Accurate, and Robust No-Reference Image Quality Assessment Model
Total Score

0

LAR-IQA: A Lightweight, Accurate, and Robust No-Reference Image Quality Assessment Model

Nasim Jamshidi Avanaki, Abhijay Ghildyal, Nabajeet Barman, Saman Zadtootaghaj

Recent advancements in the field of No-Reference Image Quality Assessment (NR-IQA) using deep learning techniques demonstrate high performance across multiple open-source datasets. However, such models are typically very large and complex making them not so suitable for real-world deployment, especially on resource- and battery-constrained mobile devices. To address this limitation, we propose a compact, lightweight NR-IQA model that achieves state-of-the-art (SOTA) performance on ECCV AIM UHD-IQA challenge validation and test datasets while being also nearly 5.7 times faster than the fastest SOTA model. Our model features a dual-branch architecture, with each branch separately trained on synthetically and authentically distorted images which enhances the model's generalizability across different distortion types. To improve robustness under diverse real-world visual conditions, we additionally incorporate multiple color spaces during the training process. We also demonstrate the higher accuracy of recently proposed Kolmogorov-Arnold Networks (KANs) for final quality regression as compared to the conventional Multi-Layer Perceptrons (MLPs). Our evaluation considering various open-source datasets highlights the practical, high-accuracy, and robust performance of our proposed lightweight model. Code: https://github.com/nasimjamshidi/LAR-IQA.

Read more

9/9/2024