Adversarial purification for no-reference image-quality metrics: applicability study and new methods

Read original: arXiv:2404.06957 - Published 4/11/2024 by Aleksandr Gushchin, Anna Chistyakova, Vladislav Minashkin, Anastasia Antsiferova, Dmitriy Vatolin
Total Score

0

Adversarial purification for no-reference image-quality metrics: applicability study and new methods

Sign in to get full access

or

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

Adversarial Purification for No-Reference Image Quality Metrics: Applicability Study and New Methods

Overview

  • This paper explores the use of adversarial attacks to improve no-reference image quality metrics, which assess image quality without comparing to a reference image.
  • The authors investigate the applicability of adversarial purification techniques to no-reference metrics and propose new methods to improve their robustness.
  • They evaluate the performance of the proposed techniques on various datasets and compare them to existing approaches.

Plain English Explanation

Image quality metrics are used to automatically assess the quality of digital images, often without comparing them to a high-quality reference image. This can be useful in many applications, such as compression algorithms or image enhancement tools. However, these no-reference metrics can be vulnerable to adversarial attacks, where small, imperceptible changes are made to an image to trick the metric into giving an inaccurate quality score.

This paper looks at ways to make no-reference image quality metrics more robust to these adversarial attacks. The researchers explore using "adversarial purification" techniques, which involve applying small, targeted changes to an image to remove the adversarial perturbations and improve the accuracy of the quality metric. They also propose some new purification methods and evaluate their performance on different image datasets.

The goal is to develop no-reference quality metrics that can reliably assess image quality, even in the face of adversarial attacks trying to fool the system. This could help ensure these metrics are more trustworthy and can be used effectively in real-world applications.

Technical Explanation

The paper begins by providing an overview of adversarial attacks and their impact on no-reference image quality assessment. The authors note that while no-reference metrics can be convenient, they can also be vulnerable to small, carefully crafted perturbations that degrade their performance.

To address this, the researchers investigate the use of adversarial purification techniques. These involve applying targeted transformations to an image to remove the adversarial perturbations and recover the true quality score. The authors evaluate the applicability of several existing purification approaches, including adversarial training, meta-invariance defense, and quantum adversarial learning.

Additionally, the paper proposes two new purification methods: a content-aware approach that leverages image segmentation, and a multi-scale technique that applies purification at different resolutions. These are evaluated on various no-reference quality metrics and image datasets, including the Analysis of Video Quality Datasets framework.

Critical Analysis

The paper presents a comprehensive study on the applicability of adversarial purification techniques to no-reference image quality metrics. The proposed methods demonstrate promising results in improving the robustness of these metrics against adversarial attacks.

However, the authors acknowledge that the performance of the purification techniques can be dataset-dependent, and further research is needed to understand their generalization capabilities. Additionally, the computational complexity of the multi-scale purification approach may limit its practical deployability in real-time applications.

It would also be valuable to further investigate the trade-offs between robustness and accuracy when applying adversarial purification, as well as to explore the potential for end-to-end training of no-reference quality metrics that are inherently robust to adversarial perturbations.

Conclusion

This paper makes a significant contribution to the field of no-reference image quality assessment by exploring the use of adversarial purification techniques to improve the robustness of these metrics. The proposed methods, including the novel content-aware and multi-scale approaches, demonstrate the potential for developing more trustworthy and reliable no-reference quality assessment systems. The findings and insights provided in this study can inform future research and practical applications in this area.



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

Adversarial purification for no-reference image-quality metrics: applicability study and new methods
Total Score

0

Adversarial purification for no-reference image-quality metrics: applicability study and new methods

Aleksandr Gushchin, Anna Chistyakova, Vladislav Minashkin, Anastasia Antsiferova, Dmitriy Vatolin

Recently, the area of adversarial attacks on image quality metrics has begun to be explored, whereas the area of defences remains under-researched. In this study, we aim to cover that case and check the transferability of adversarial purification defences from image classifiers to IQA methods. In this paper, we apply several widespread attacks on IQA models and examine the success of the defences against them. The purification methodologies covered different preprocessing techniques, including geometrical transformations, compression, denoising, and modern neural network-based methods. Also, we address the challenge of assessing the efficacy of a defensive methodology by proposing ways to estimate output visual quality and the success of neutralizing attacks. Defences were tested against attack on three IQA metrics -- Linearity, MetaIQA and SPAQ. The code for attacks and defences is available at: (link is hidden for a blind review).

Read more

4/11/2024

Guardians of Image Quality: Benchmarking Defenses Against Adversarial Attacks on Image Quality Metrics
Total Score

0

Guardians of Image Quality: Benchmarking Defenses Against Adversarial Attacks on Image Quality Metrics

Alexander Gushchin, Khaled Abud, Georgii Bychkov, Ekaterina Shumitskaya, Anna Chistyakova, Sergey Lavrushkin, Bader Rasheed, Kirill Malyshev, Dmitriy Vatolin, Anastasia Antsiferova

In the field of Image Quality Assessment (IQA), the adversarial robustness of the metrics poses a critical concern. This paper presents a comprehensive benchmarking study of various defense mechanisms in response to the rise in adversarial attacks on IQA. We systematically evaluate 25 defense strategies, including adversarial purification, adversarial training, and certified robustness methods. We applied 14 adversarial attack algorithms of various types in both non-adaptive and adaptive settings and tested these defenses against them. We analyze the differences between defenses and their applicability to IQA tasks, considering that they should preserve IQA scores and image quality. The proposed benchmark aims to guide future developments and accepts submissions of new methods, with the latest results available online: https://videoprocessing.ai/benchmarks/iqa-defenses.html.

Read more

8/6/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

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