Scale Contrastive Learning with Selective Attentions for Blind Image Quality Assessment
Runze Hu, Zihao Huang, Xudong Li, Bohan Fu, Yan Zhang, Sicheng Zhao
TL;DR
CSFIQA tackles the long-standing challenge of scale-dependent quality perception in blind image quality assessment by introducing a triad of mechanisms: Scale Contrastive Learning (SCL) to differentiate inter- and intra-scale quality, Noise Sample Matching (NSM) to emphasize content regions with maximal cross-scale discrepancies, and Selective Focus Attention (SFA) to filter redundant cross-scale information and amplify quality-relevant features. The framework processes image patches at multiple scales through a CrossViT encoder, uses MOS-guided sample selection for contrastive learning, and incorporates a frozen LLM (Llama-7B) as an Information Concentrator to boost salient features. Empirical results across eight IQA datasets show CSFIQA achieving state-of-the-art performance on six of seven datasets, with notable improvements on challenging LIVEFB and LIVEC datasets, and strong cross-dataset generalization. The work also provides extensive ablations and cost analyses, demonstrating that selective attention and scale-aware contrastive signals yield better quality estimation with a controlled increase in parameters and computational overhead.
Abstract
Human visual perception naturally evaluates image quality across multiple scales, a hierarchical process that existing blind image quality assessment (BIQA) algorithms struggle to replicate effectively. This limitation stems from a fundamental misunderstanding: current multi-scale approaches fail to recognize that quality perception varies dramatically between scales -- what appears degraded when viewed closely may look acceptable from a distance. This inconsistency not only creates misleading ``visual illusions'' during feature fusion but also introduces substantial redundant information that dilutes quality-critical features and leads to imprecise assessments. Our CSFIQA framework advances multi-scale BIQA via two key innovations: (1) a selective focus attention mechanism that mimics human visual attention by filtering out redundant cross-scale information that would otherwise mask subtle quality indicators, and (2) a scale contrastive learning strategy that explicitly learns to distinguish quality variations both across and within scales. By incorporating an adaptive noise sample matching mechanism, CSFIQA effectively identifies perceptual quality discrepancies in the same content viewed at different scales. Experiments demonstrate substantial improvements over state-of-the-art methods across seven datasets, achieving up to 8.8% SRCC improvement on challenging real-world distortions, confirming CSFIQA's superior alignment with human quality perception.
