CVMMIVOct 25, 2021

Image Quality Assessment using Contrastive Learning

arXiv:2110.13266v1239 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of obtaining perceptual image quality assessments without large labeled datasets, which is incremental as it builds on existing contrastive learning methods.

The paper tackles the problem of learning image quality representations without labeled data by using a contrastive learning framework with an auxiliary task of predicting distortion type and degree, achieving competitive performance compared to state-of-the-art no-reference models without fine-tuning.

We consider the problem of obtaining image quality representations in a self-supervised manner. We use prediction of distortion type and degree as an auxiliary task to learn features from an unlabeled image dataset containing a mixture of synthetic and realistic distortions. We then train a deep Convolutional Neural Network (CNN) using a contrastive pairwise objective to solve the auxiliary problem. We refer to the proposed training framework and resulting deep IQA model as the CONTRastive Image QUality Evaluator (CONTRIQUE). During evaluation, the CNN weights are frozen and a linear regressor maps the learned representations to quality scores in a No-Reference (NR) setting. We show through extensive experiments that CONTRIQUE achieves competitive performance when compared to state-of-the-art NR image quality models, even without any additional fine-tuning of the CNN backbone. The learned representations are highly robust and generalize well across images afflicted by either synthetic or authentic distortions. Our results suggest that powerful quality representations with perceptual relevance can be obtained without requiring large labeled subjective image quality datasets. The implementations used in this paper are available at \url{https://github.com/pavancm/CONTRIQUE}.

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