From Global to Granular: Revealing IQA Model Performance via Correlation Surface
Baoliang Chen, Danni Huang, Hanwei Zhu, Lingyu Zhu, Wei Zhou, Shiqi Wang, Yuming Fang, Weisi Lin
TL;DR
This paper tackles the inadequacy of global correlation metrics ($PLCC$, $SRCC$, $KRCC$) for IQA by introducing Granularity-Modulated Correlation (GMC), a framework that yields a 3D correlation surface over absolute quality ($MOS$) and quality differences ($|\Delta MOS|$). GMC combines a Granularity Modulator with a Distribution Regulator to compute localized correlations $\Gamma_k$ that are then embedded into a continuous surface via Latin Hypercube Sampling and Local Linear Kernel Regression, producing a robust global score $\text{GMC}_g$ through surface integration. The approach reveals nuanced model behaviors—such as high performance in high-MOS or fine-grained discrimination regimes—that traditional global metrics miss, and demonstrates robustness to non-uniform MOS distributions. GMC also supports scenario-specific model selection and integration, providing a practical diagnostic tool for deployment and dataset design with strong potential to guide future IQA benchmarks and algorithm development.
Abstract
Evaluation of Image Quality Assessment (IQA) models has long been dominated by global correlation metrics, such as Pearson Linear Correlation Coefficient (PLCC) and Spearman Rank-Order Correlation Coefficient (SRCC). While widely adopted, these metrics reduce performance to a single scalar, failing to capture how ranking consistency varies across the local quality spectrum. For example, two IQA models may achieve identical SRCC values, yet one ranks high-quality images (related to high Mean Opinion Score, MOS) more reliably, while the other better discriminates image pairs with small quality/MOS differences (related to $|Δ$MOS$|$). Such complementary behaviors are invisible under global metrics. Moreover, SRCC and PLCC are sensitive to test-sample quality distributions, yielding unstable comparisons across test sets. To address these limitations, we propose \textbf{Granularity-Modulated Correlation (GMC)}, which provides a structured, fine-grained analysis of IQA performance. GMC includes: (1) a \textbf{Granularity Modulator} that applies Gaussian-weighted correlations conditioned on absolute MOS values and pairwise MOS differences ($|Δ$MOS$|$) to examine local performance variations, and (2) a \textbf{Distribution Regulator} that regularizes correlations to mitigate biases from non-uniform quality distributions. The resulting \textbf{correlation surface} maps correlation values as a joint function of MOS and $|Δ$MOS$|$, providing a 3D representation of IQA performance. Experiments on standard benchmarks show that GMC reveals performance characteristics invisible to scalar metrics, offering a more informative and reliable paradigm for analyzing, comparing, and deploying IQA models. Codes are available at https://github.com/Dniaaa/GMC.
