Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CONVIQT: Contrastive Video Quality Estimator

About

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.

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

Related benchmarks

TaskDatasetResultRank
Video Quality AssessmentCVD 2014 (test)
SRCC0.858
44
Video Quality AssessmentLIVE-Qualcomm (test)
SRCC0.797
42
Video Quality AssessmentLIVE-YT-Gaming
SRCC0.8609
37
Video Quality AssessmentLIVE-Meta MCG
SRCC0.9364
16
Video Quality AssessmentYouTube UGC Gaming 108 videos
SRCC0.7535
15
No-Reference Video Quality AssessmentKoNViD 8 (full)
SROCC0.851
13
No-Reference Video Quality AssessmentLIVE-VQC 7 (full)
SROCC0.808
13
No-Reference Video Quality AssessmentYouTube-UGC 9 (full)
SROCC0.832
10
No-Reference Video Quality AssessmentLIVE-YT-HFR 14 (test)
SROCC0.672
9
No-Reference Video Quality AssessmentLSVQ 10 (test)
SROCC0.821
9
Showing 10 of 12 rows

Other info

Code

Follow for update