CVJul 26, 2017

RankIQA: Learning from Rankings for No-reference Image Quality Assessment

arXiv:1707.08347v1504 citations
Originality Highly original
AI Analysis

This work addresses image quality assessment for applications where reference images are unavailable, offering a novel approach to overcome dataset limitations, though it is incremental in improving existing NR-IQA techniques.

The authors tackled the problem of limited dataset size in no-reference image quality assessment (NR-IQA) by proposing RankIQA, which learns from rankings using synthetically generated distortions and transfers knowledge to a CNN for absolute quality estimation. They improved state-of-the-art by over 5% on the TID2013 benchmark and outperformed full-reference IQA methods on the LIVE benchmark without needing reference images.

We propose a no-reference image quality assessment (NR-IQA) approach that learns from rankings (RankIQA). To address the problem of limited IQA dataset size, we train a Siamese Network to rank images in terms of image quality by using synthetically generated distortions for which relative image quality is known. These ranked image sets can be automatically generated without laborious human labeling. We then use fine-tuning to transfer the knowledge represented in the trained Siamese Network to a traditional CNN that estimates absolute image quality from single images. We demonstrate how our approach can be made significantly more efficient than traditional Siamese Networks by forward propagating a batch of images through a single network and backpropagating gradients derived from all pairs of images in the batch. Experiments on the TID2013 benchmark show that we improve the state-of-the-art by over 5%. Furthermore, on the LIVE benchmark we show that our approach is superior to existing NR-IQA techniques and that we even outperform the state-of-the-art in full-reference IQA (FR-IQA) methods without having to resort to high-quality reference images to infer IQA.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes