IVCVMMMay 15, 2021

Image Super-Resolution Quality Assessment: Structural Fidelity Versus Statistical Naturalness

arXiv:2105.07139v146 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for better quality assessment methods to evaluate and guide super-resolution algorithms, though it is incremental as it builds on existing metrics.

The paper tackles the problem of assessing image quality in super-resolution by proposing a two-dimensional evaluation framework based on structural fidelity and statistical naturalness, finding that a simple linear combination of these measures accurately predicts quality on public datasets.

Single image super-resolution (SISR) algorithms reconstruct high-resolution (HR) images with their low-resolution (LR) counterparts. It is desirable to develop image quality assessment (IQA) methods that can not only evaluate and compare SISR algorithms, but also guide their future development. In this paper, we assess the quality of SISR generated images in a two-dimensional (2D) space of structural fidelity versus statistical naturalness. This allows us to observe the behaviors of different SISR algorithms as a tradeoff in the 2D space. Specifically, SISR methods are traditionally designed to achieve high structural fidelity but often sacrifice statistical naturalness, while recent generative adversarial network (GAN) based algorithms tend to create more natural-looking results but lose significantly on structural fidelity. Furthermore, such a 2D evaluation can be easily fused to a scalar quality prediction. Interestingly, we find that a simple linear combination of a straightforward local structural fidelity and a global statistical naturalness measures produce surprisingly accurate predictions of SISR image quality when tested using public subject-rated SISR image datasets. Code of the proposed SFSN model is publicly available at \url{https://github.com/weizhou-geek/SFSN}.

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