SOTAVerified

CONVIQT: Contrastive Video Quality Estimator

2022-06-29Code Available1· sign in to hype

Pavan C. Madhusudana, Neil Birkbeck, Yilin Wang, Balu Adsumilli, Alan C. Bovik

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Perceptual video quality assessment (VQA) is an integral component of many streaming and video sharing platforms. Here we consider the problem of learning perceptually relevant video quality representations in a self-supervised manner. Distortion type identification and degradation level determination is employed as an auxiliary task to train a deep learning model containing a deep Convolutional Neural Network (CNN) that extracts spatial features, as well as a recurrent unit that captures temporal information. The model is trained using a contrastive loss and we therefore refer to this training framework and resulting model as CONtrastive VIdeo Quality EstimaTor (CONVIQT). During testing, the weights of the trained model are frozen, and a linear regressor maps the learned features to quality scores in a no-reference (NR) setting. We conduct comprehensive evaluations of the proposed model on multiple VQA databases by analyzing the correlations between model predictions and ground-truth quality ratings, and achieve competitive performance when compared to state-of-the-art NR-VQA models, even though it is not trained on those databases. Our ablation experiments demonstrate that the learned representations are highly robust and generalize well across synthetic and realistic distortions. Our results indicate that compelling representations with perceptual bearing can be obtained using self-supervised learning. The implementations used in this work have been made available at https://github.com/pavancm/CONVIQT.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
KoNViD-1kCONVIQTPLCC0.85Unverified
LIVE-ETRICONVIQTSRCC0.94Unverified
LIVE-FB LSVQCONVIQTPLCC0.82Unverified
LIVE-VQCCONVIQTPLCC0.82Unverified
YouTube-UGCCONVIQTPLCC0.82Unverified

Reproductions