Share your thoughts, 1 month free Claude Pro on usSee more
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 AssessmentKoNViD-1k
SROCC0.851
183
Video Quality AssessmentLIVE-VQC
SRCC0.808
111
Video Quality AssessmentYouTube-UGC
SROCC0.832
86
Video Quality AssessmentCVD 2014 (test)
SRCC0.858
44
Video Quality AssessmentLIVE-Qualcomm (test)
SRCC0.797
42
Video Quality AssessmentLIVE-YT-Gaming
SRCC0.8609
37
HDR Video Quality AssessmentBeyond8Bits (test)
SRCC0.7987
23
Video Quality AssessmentLIVE-HDR (test)
SROCC0.7922
23
Video Quality AssessmentSFV+HDR (test)
SROCC0.5736
23
Video Quality AssessmentT2VQA
SRCC0.653
21
Showing 10 of 20 rows

Other info

Code

Follow for update