Source-linked AI summary

Learning a No-Reference Quality Metric for Single-Image Super-Resolution

Chao Ma, Chih-Yuan Yang, Xiaokang Yang, Ming-Hsuan Yang

arXiv:1612.05890v1cs.CV

TL;DR

The paper asks how to evaluate SR image quality when full-reference metrics may not reflect visual perception and HR ground truths may be unavailable. It learns a no-reference metric from human scores using spatial- and frequency-domain artifact features, and reports favorable performance against existing IQA methods. Its scope includes assumptions about the degradation kernel and known weaknesses around oversharpened or richly high-frequency images.

  • Problem

    Existing SR evaluation often relies on full-reference metrics whose effectiveness for visual perception is unclear and whose ground-truth HR images may be unavailable.

  • Method

    The method collects perceptual scores from large-scale human subject studies, extracts three types of low-level statistical features, and uses a two-stage regression model to predict SR quality without ground-truth images.

  • Results

    0.931 overall quantitative correlation with perceptual scores is reported under 5-fold cross validation, with favorable performance against state-of-the-art IQA methods.

  • Takeaways & Limitations

    The learned no-reference metric provides a perceptual quality assessment for SR images and can support automatic selection among multiple SR results.

  • Takeaways & Limitations

    The study assumes the kernel width is known and notes that oversharpened images or richer high-frequency content can produce difficult cases.

Abstract

from arXiv · show

Numerous single-image super-resolution algorithms have been proposed in the literature, but few studies address the problem of performance evaluation based on visual perception. While most super-resolution images are evaluated by fullreference metrics, the effectiveness is not clear and the required ground-truth images are not always available in practice. To address these problems, we conduct human subject studies using a large set of super-resolution images and propose a no-reference metric learned from visual perceptual scores. Specifically, we design three types of low-level statistical features in both spatial and frequency domains to quantify super-resolved artifacts, and learn a two-stage regression model to predict the quality scores of super-resolution images without referring to ground-truth images. Extensive experimental results show that the proposed metric is effective and efficient to assess the quality of super-resolution images based on human perception.

1. Introduction

The paper addresses the mismatch between conventional full-reference SR evaluation and visual perception by learning a no-reference metric from human perceptual scores. It combines statistical artifact features with regression to assess SR image quality without ground-truth images.

  • Full-reference metrics such as MSE, PSNR, and SSIM are commonly used to evaluate SR images against ground-truth images.
  • Human subject studies provide perceptual scores for a large set of SR images used to train the proposed no-reference quality metric.
  • The metric quantifies SR artifacts through statistical properties in spatial and frequency domains, then regresses these features to perceptual scores.
  • The authors develop a large-scale SR image dataset with collected perceptual scores and make it publicly available.

2. Related Work and Problem Context

SR evaluation methods include full-reference, reduced-reference, and no-reference approaches, but conventional metrics may disagree with human perception and require unavailable references. The paper positions its learned no-reference metric as a response to these constraints.

  • SR performance evaluation can be framed as assessing the quality of super-resolved images, with metrics classified by whether they use ground-truth HR references.
  • MSE, PSNR, and SSIM are widely used full-reference metrics, but they were developed for generic image signals and may not match human perception.
  • Subject studies found that SSIM outperformed other tested metrics yet still correlated poorly with visual perception.
  • Full-reference metrics cannot be used when ground-truth images are unavailable, motivating alternatives that use LR inputs or no reference.
  • The proposed approach learns a no-reference SR metric from perceptual scores and targets artifacts introduced by multiple blur kernels.

3. Human Subject Studies

The study constructs a large-scale perceptual evaluation of super-resolution images by varying scaling factors, kernel widths, and SR algorithms. Human subjects provide absolute quality ratings, which are aggregated into perceptual quality indices for analyzing algorithm rankings and image-content effects.

  • Image and LR-image preparation: The experiments use Berkeley segmentation images and generate LR inputs by combining downsampling with Gaussian-kernel blurring controlled by scaling factor s and kernel width σ.The selected image set contains 30 ground-truth images chosen to cover a wide range of high-frequency details.
  • Image and LR-image preparation: The study evaluates nine SR algorithms across scaling factors s ∈ {2, 3, 4, 5, 6, 8}, using corresponding kernel widths selected for the experiments.The larger subsampling factors require larger blur-kernel widths for better performance, motivating an optimal σ for each s.
  • Human subject study design: Subjects assign absolute scores from 0 to 10 while viewing nine SR outputs simultaneously, with images randomly ordered to reduce bias from correlated contents.Absolute ratings were used because pairwise comparisons across 1,620 test images would require approximately 1.3 million comparisons.
  • Study observations: The protocol includes training at the beginning of each section so subjects can calibrate their individual quality criteria against ground-truth and bicubic reference images.The full test is divided into three sections so subjects can take breaks and maintain attention.
  • Human subject study design: Each image receives 50 subject scores, and its perceptual quality index is computed as the mean of the median 40 scores to remove outliers.The study also uses color SR images and reports that mean perceptual scores become more stable after outlier removal.
  • Study observations: The perceptual ranking of nine SR algorithms remains consistent across tested images, while rankings can change with scaling factor and scores are higher for smoother image content.The study reports that scaling-factor degradation can exceed differences between SR methods, and that images with stronger edges and textures receive lower scores when algorithms handle them poorly.

4. Proposed Algorithm

The proposed no-reference metric represents super-resolution images with spatial and frequency-domain statistics, then predicts perceptual quality through a two-stage regression model.

  • Three statistical feature types—local frequency, global frequency, and spatial discontinuity—quantify artifacts across pyramid scales.The pyramid computation is intended to alleviate sensitivity to artifact scale.
  • Local frequency features use DCT coefficient statistics, including the shape parameter γ, normalized deviations across three coefficient groups, and their variation.Block statistics are pooled by their mean values to represent each SR image.
  • Global frequency features model neighboring wavelet coefficients with a Gaussian scale mixture and estimate distribution shape and structural correlation across scales.The wavelet decomposition uses complex-domain coefficients and neighborhood filters; divisive normalization makes the distribution more Gaussian-like.
  • Spatial discontinuity is represented by singular values extracted from image patches after PCA.Images with smoother content have singular values that fall off more rapidly than images with sharper content.
  • Separate regression forests model the three feature types, and a linear regression combines their outputs into the final perceptual quality score.Each forest predicts from one low-level feature type before the outputs are regressed on perceptual scores.

5. Experimental Validation

Human-subject scores from 1,620 SR images support evaluation of the proposed no-reference metric across validation schemes and comparisons with existing IQA methods. The metric combines statistical features with two-stage regression and aligns favorably with perceptual scores, while revealing limits around high-frequency content and oversharpening.

  • Human Subject Studies: 1,620 SR images from 180 LR inputs and 9 algorithms received perceptual scores from 50 subjects for training and evaluation.The mean of the median scores from 40 subjects served as the perceptual score.
  • Feature and Regression Validation: The proposed two-stage regression over three feature types reduces RMSE relative to individual feature contributions across three validation schemes.Figure 11 evaluates error against subjective scores, with smaller RMSE indicating closer alignment to human perception.
  • Feature and Regression Validation: The proposed two-stage approach improves accuracy over concatenated features, while random forest regression outperforms support vector regression for each feature configuration.Table 6 reports these comparisons using Spearman rank correlation coefficients.
  • Comparison with IQA Methods: Without retraining on the SR dataset, existing no-reference metrics generally perform worse, whereas the proposed metric remains effective under challenging validation settings.The comparison includes original BRISQUE, BLIINDS, CORNIA, and CNNIQA results; DIVINE and BIQI are also reported without retraining.
  • Discussion: The metric performs favorably against PSNR, SSIM, IFC, and FSIM when ground-truth HR images are available, while richer high-frequency content can produce high scores and oversharp images can receive low scores.The reported runtime is 13.31 seconds, slower than several compared metrics.

6. Perception Guided Super-Resolution

The proposed metric can select high-scoring SR outputs or local regions from multiple algorithms and combine them into new SR images. Pixel-level integration uses overlapping patches, graph cuts, and Poisson blending to exploit complementary algorithm strengths.

  • Algorithm Selection: Given one LR input, the metric automatically selects the SR result with the highest predicted quality score.In the example, the Timofte13 reconstruction is selected as the HR restoration output.
  • Region Integration: The metric selects high-perceptual-score regions from multiple SR images and stitches them into a new SR image.This supports both grid-based and pixel-level integration of SR results.
  • Region Integration: Pixel-level integration densely samples overlapping 11 × 11 patches, selects the highest-scoring patch at each location, and blends the selections using graph cuts and Poisson blending.The resulting integrated images retain most edges and render smooth contents while showing better visual quality.

7. Conclusion

The paper concludes that a no-reference IQA algorithm can assess SR-image quality by learning from perceptual scores and three statistical feature types. Experimental results show favorable performance against state-of-the-art quality-assessment methods for SR evaluation.

  • Conclusion: The proposed no-reference IQA algorithm learns perceptual scores from large-scale subject studies to assess the visual quality of SR images.It regresses three types of low-level statistical features extracted from SR images.
  • Conclusion: The proposed metric performs favorably against state-of-the-art methods for SR performance evaluation.The conclusion summarizes the experimental evidence without requiring ground-truth HR images for the proposed assessment.
Loading 1612.05890v1…