単一画像超解像(SISR)アルゴリズムは、低解像度(LR)の対応物を使用して高解像度(HR)画像を再構築します。 SISRアルゴリズムを評価および比較できるだけでなく、それらの将来の開発を導くことができる画質評価(IQA)メソッドを開発することが望ましい。この論文では、構造的忠実度と統計的自然性の2次元(2D)空間でSISRで生成された画像の品質を評価します。これにより、2D空間でのトレードオフとして、さまざまなSISRアルゴリズムの動作を観察できます。具体的には、SISRメソッドは伝統的に高い構造忠実度を達成するように設計されていますが、統計的自然性を犠牲にすることがよくあります。一方、最近の生成的敵対的ネットワーク(GAN)ベースのアルゴリズムは、より自然に見える結果を作成する傾向がありますが、構造忠実度を大幅に失います。さらに、このような2D評価は、スカラー品質予測に簡単に融合できます。興味深いことに、単純な局所構造忠実度とグローバルな統計的自然性測定値の単純な線形結合により、公共の被験者評価のSISR画像データセットを使用してテストした場合に驚くほど正確なSISR画像品質の予測が得られることがわかりました。提案されたSFSNモデルのコードは、https://github.com/weizhou-geek/SFSNで公開されています。
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 https://github.com/weizhou-geek/SFSN.