# Mask Reference Image Quality Assessment

**Authors:** Pengxiang Xiao, Shuai He, Limin Liu, Anlong Ming

arXiv: 2302.13770 · 2023-03-21

## TL;DR

This paper introduces a Mask Reference IQA method that masks and reconstructs image patches to improve quality assessment, achieving state-of-the-art results and better generalization across datasets.

## Contribution

The proposed MR-IQA method innovatively uses patch masking and reference patch supplementation to enhance image quality assessment accuracy.

## Key findings

- Achieves state-of-the-art performance on KADID-10k, LIVE, and CSIQ datasets.
- Provides better generalization across different datasets.
- Reduces overfitting through data augmentation with masked patches.

## Abstract

Understanding semantic information is an essential step in knowing what is being learned in both full-reference (FR) and no-reference (NR) image quality assessment (IQA) methods. However, especially for many severely distorted images, even if there is an undistorted image as a reference (FR-IQA), it is difficult to perceive the lost semantic and texture information of distorted images directly. In this paper, we propose a Mask Reference IQA (MR-IQA) method that masks specific patches of a distorted image and supplements missing patches with the reference image patches. In this way, our model only needs to input the reconstructed image for quality assessment. First, we design a mask generator to select the best candidate patches from reference images and supplement the lost semantic information in distorted images, thus providing more reference for quality assessment; in addition, the different masked patches imply different data augmentations, which favors model training and reduces overfitting. Second, we provide a Mask Reference Network (MRNet): the dedicated modules can prevent disturbances due to masked patches and help eliminate the patch discontinuity in the reconstructed image. Our method achieves state-of-the-art performances on the benchmark KADID-10k, LIVE and CSIQ datasets and has better generalization performance across datasets. The code and results are available in the supplementary material.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.13770/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/2302.13770/full.md

## References

49 references — full list in the complete paper: https://tomesphere.com/paper/2302.13770/full.md

---
Source: https://tomesphere.com/paper/2302.13770