PART OF THE PIRM WORKSHOP AT ECCV 2018
Single-image super-resolution has gained much attention in recent years. The appearance of deep neural-net based methods and the great advancement in generative modeling (e.g. GANs) has facilitated a major performance leap. One of the ultimate goals in super-resolution is to produce outputs with high visual quality, as perceived by human observers. However, many works have observed a fundamental disagreement between this recent leap in performance, as quantified by common evaluation metrics (PSNR, SSIM), and the subjective evaluation of human observers (reported e.g. in the SRGAN and EnhanceNet papers).
Reference: PIRM Challenge Webpage
Generate 1600 HR image dataset
F_perceptual score evaluation
Ma score, NIQE score, Perceptual score plots & evaluation
Approximator CNN-based Pytorch code -v1
It can be observed from the histogram distribution that for Ma index alone, EnhancedNet and HR images follows similar distribution pattern. Both have higher score as compared to EDSR. For the NIQE index alone, HR images have generally lower score distribution.
- Check training result
- [x] Continuous score
Model results of the proposed objective function with different weighted combinations. The red point is the StoA EDSR+ result. Better perceptual score is achieved while loosing RMSE precision quality slightly.
Sample result of PRIM dataset generated from different algorithms. Obvious artifact can be observed in EnhancedNet result. EDSR model resumes training the Fper objective function does not introduce artifacts. Image source: PIRM100 3.png
Artifact generated when set Fper weight to be large, here weight = 10. Artifact does not appear when the weight is smaller. Image source: PIRM100 3.png