CVLGOct 13, 2021

Deep Superpixel-based Network for Blind Image Quality Assessment

arXiv:2110.06564v1Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of accurately assessing image quality without reference images for applications like image processing, but it is incremental as it builds on existing methods by incorporating semantic content.

The paper tackles blind image quality assessment by proposing DSN-IQA, a deep adaptive superpixel-based network that uses multi-scale semantic features and superpixel segmentation to predict image quality, achieving competitive results on benchmark databases.

The goal in a blind image quality assessment (BIQA) model is to simulate the process of evaluating images by human eyes and accurately assess the quality of the image. Although many approaches effectively identify degradation, they do not fully consider the semantic content in images resulting in distortion. In order to fill this gap, we propose a deep adaptive superpixel-based network, namely DSN-IQA, to assess the quality of image based on multi-scale and superpixel segmentation. The DSN-IQA can adaptively accept arbitrary scale images as input images, making the assessment process similar to human perception. The network uses two models to extract multi-scale semantic features and generate a superpixel adjacency map. These two elements are united together via feature fusion to accurately predict image quality. Experimental results on different benchmark databases demonstrate that our algorithm is highly competitive with other approaches when assessing challenging authentic image databases. Also, due to adaptive deep superpixel-based network, our model accurately assesses images with complicated distortion, much like the human eye.

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