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

Norm-in-Norm Loss with Faster Convergence and Better Performance for Image Quality Assessment

About

Currently, most image quality assessment (IQA) models are supervised by the MAE or MSE loss with empirically slow convergence. It is well-known that normalization can facilitate fast convergence. Therefore, we explore normalization in the design of loss functions for IQA. Specifically, we first normalize the predicted quality scores and the corresponding subjective quality scores. Then, the loss is defined based on the norm of the differences between these normalized values. The resulting "Norm-in-Norm'' loss encourages the IQA model to make linear predictions with respect to subjective quality scores. After training, the least squares regression is applied to determine the linear mapping from the predicted quality to the subjective quality. It is shown that the new loss is closely connected with two common IQA performance criteria (PLCC and RMSE). Through theoretical analysis, it is proved that the embedded normalization makes the gradients of the loss function more stable and more predictable, which is conducive to the faster convergence of the IQA model. Furthermore, to experimentally verify the effectiveness of the proposed loss, it is applied to solve a challenging problem: quality assessment of in-the-wild images. Experiments on two relevant datasets (KonIQ-10k and CLIVE) show that, compared to MAE or MSE loss, the new loss enables the IQA model to converge about 10 times faster and the final model achieves better performance. The proposed model also achieves state-of-the-art prediction performance on this challenging problem. For reproducible scientific research, our code is publicly available at https://github.com/lidq92/LinearityIQA.

Dingquan Li, Tingting Jiang, Ming Jiang• 2020

Related benchmarks

TaskDatasetResultRank
Image Quality AssessmentKonIQ-10k (test)
SRCC0.938
91
Image Quality AssessmentCLIVE (whole)
SROCC0.836
9
Bone Marrow MorphologyFL (test)
PLC97.8
6
Image Quality AssessmentROVT (test)
PLC0.616
6
Image Quality AssessmentAA (test)
PLC80.4
6
Bone Marrow MorphologyHC (test)
PLC99.4
6
Image Quality AssessmentPB (test)
PLC0.57
6
Bone Marrow MorphologyAC (test)
PLC96.2
6
Image Quality AssessmentLive Challenge (LIVE-ITW)
SRCC0.8114
4
Image Quality AssessmentSPAQ 1920x1080px
SRCC0.8442
4
Showing 10 of 10 rows

Other info

Code

Follow for update