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

Read original: arXiv:2401.05217 - Published 4/29/2024 by Chenxi Yang, Yujia Liu, Dingquan Li, Tingting Jiang
Total Score

0

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

Sign in to get full access

or

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

Overview

  • The paper explores the vulnerabilities of no-reference image quality assessment (NR-IQA) models, which are used to evaluate image quality without comparing to a reference image.
  • The authors propose a query-based black-box attack method to find adversarial examples that can fool these NR-IQA models.
  • The method involves iteratively generating query images and using the model's responses to guide the search for adversarial examples.
  • The authors demonstrate the effectiveness of their attack on several popular NR-IQA models, showing that they can significantly degrade the models' performance.

Plain English Explanation

No-reference image quality assessment (NR-IQA) models are a type of artificial intelligence that can evaluate the quality of an image without comparing it to a "perfect" reference image. These models are useful in many real-world applications, such as image compression and image enhancement.

However, the researchers who wrote this paper found that these NR-IQA models can be tricked or "fooled" into making mistakes. They developed a new technique, called a "query-based black-box attack," that allows them to find images that can trick the models into thinking an image has poor quality, even when it actually looks fine to a human.

The key idea is to iteratively generate different versions of an image and see how the NR-IQA model reacts to each one. By analyzing the model's responses, the researchers can gradually adjust the image to find a version that the model will judge as low quality, even though it looks normal to people. This shows that these NR-IQA models have weaknesses that could be exploited in real-world applications.

Technical Explanation

The authors propose a query-based black-box attack method to find adversarial examples that can fool NR-IQA models. This approach involves iteratively generating query images and using the model's responses to guide the search for adversarial examples, without requiring direct access to the model's parameters or architecture.

Specifically, the authors start with a reference image and apply differentiable transformations to it, such as adding noise or applying filters. They then use the model's quality scores for these transformed images to estimate the gradient of the model's output with respect to the input image. This gradient information is used to update the image in a way that maximizes the decrease in the model's quality score, leading to the discovery of adversarial examples.

The authors evaluate their attack method on several popular NR-IQA models, including BRISQUE, NIQE, and PIQUE. They demonstrate that their attack can significantly degrade the performance of these models, with quality scores dropping by up to 50% on average.

Critical Analysis

The authors provide a thorough evaluation of their attack method, testing it on multiple NR-IQA models and reporting detailed results. However, they do not discuss the potential real-world implications or applications of their findings.

One limitation of the study is that it focuses solely on generating adversarial examples, without exploring potential defenses or ways to make NR-IQA models more robust to such attacks. The authors acknowledge this and suggest that future work should investigate methods to improve the security and reliability of these models.

Additionally, the authors use a limited set of transformation functions to generate query images, which may not capture the full complexity of real-world image distortions. Expanding the set of transformations or exploring more sophisticated generation techniques could potentially lead to even more effective attacks.

Overall, this paper makes an important contribution by demonstrating the vulnerabilities of NR-IQA models and providing a novel attack method. However, further research is needed to understand the broader implications and develop robust solutions to ensure the reliability of these models in practical applications.

Conclusion

This paper presents a query-based black-box attack method for finding adversarial examples that can fool no-reference image quality assessment (NR-IQA) models. The authors show that their attack can significantly degrade the performance of several popular NR-IQA models, highlighting the need for more robust and secure model designs.

While the technical details of the attack are complex, the core idea is relatively straightforward: by iteratively generating and testing different versions of an image, the researchers can find a version that tricks the NR-IQA model into thinking the image has poor quality, even when it looks normal to human observers.

The findings of this paper have important implications for the real-world deployment of NR-IQA models, which are used in a variety of applications like image compression and enhancement. The vulnerability of these models to adversarial attacks raises concerns about their reliability and trustworthiness, and underscores the need for further research to develop more secure and robust solutions.



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

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

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

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

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