IVCVMMJul 5, 2019

Blind Image Quality Assessment Using A Deep Bilinear Convolutional Neural Network

arXiv:1907.02665v1903 citations
Originality Incremental advance
AI Analysis

This work addresses image quality assessment for applications like photography and video processing, but it is incremental as it builds on existing CNN methods.

The paper tackles blind image quality assessment by proposing a deep bilinear CNN model that handles both synthetic and authentic distortions, achieving superior performance on multiple databases and verifying generalizability through competition.

We propose a deep bilinear model for blind image quality assessment (BIQA) that handles both synthetic and authentic distortions. Our model consists of two convolutional neural networks (CNN), each of which specializes in one distortion scenario. For synthetic distortions, we pre-train a CNN to classify image distortion type and level, where we enjoy large-scale training data. For authentic distortions, we adopt a pre-trained CNN for image classification. The features from the two CNNs are pooled bilinearly into a unified representation for final quality prediction. We then fine-tune the entire model on target subject-rated databases using a variant of stochastic gradient descent. Extensive experiments demonstrate that the proposed model achieves superior performance on both synthetic and authentic databases. Furthermore, we verify the generalizability of our method on the Waterloo Exploration Database using the group maximum differentiation competition.

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