Temporal Inconsistency Guidance for Super-resolution Video Quality Assessment
Yixiao Li, Xiaoyuan Yang, Weide Liu, Xin Jin, Xu Jia, Yukun Lai, Paul L Rosin, Haotao Liu, Wei Zhou
TL;DR
The paper tackles SR video quality assessment by identifying temporal inconsistency as a key perceptual cue amplified by SR. It introduces TIG-SVQA, which leverages a temporal inconsistency map to guide both spatial (IHSM with a DW-SA Transformer and fine ResNet) and temporal (IGTM with a Visual Memory Capacity Block and two-stage aggregation) modeling, producing scores via S1 and S2 fusion. Empirical results on SFD, MFD, and Combined-VSR datasets show strong improvements over SR/IQA/VQA baselines, and the model demonstrates robust generalization to UGC datasets and fused test sets. The work also analyzes loss functions, memory-adaptive mechanisms, and cross-dataset transfer, highlighting practical implications for perceptual SR video quality prediction and providing code for reproducibility.
Abstract
As super-resolution (SR) techniques introduce unique distortions that fundamentally differ from those caused by traditional degradation processes (e.g., compression), there is an increasing demand for specialized video quality assessment (VQA) methods tailored to SR-generated content. One critical factor affecting perceived quality is temporal inconsistency, which refers to irregularities between consecutive frames. However, existing VQA approaches rarely quantify this phenomenon or explicitly investigate its relationship with human perception. Moreover, SR videos exhibit amplified inconsistency levels as a result of enhancement processes. In this paper, we propose \textit{Temporal Inconsistency Guidance for Super-resolution Video Quality Assessment (TIG-SVQA)} that underscores the critical role of temporal inconsistency in guiding the quality assessment of SR videos. We first design a perception-oriented approach to quantify frame-wise temporal inconsistency. Based on this, we introduce the Inconsistency Highlighted Spatial Module, which localizes inconsistent regions at both coarse and fine scales. Inspired by the human visual system, we further develop an Inconsistency Guided Temporal Module that performs progressive temporal feature aggregation: (1) a consistency-aware fusion stage in which a visual memory capacity block adaptively determines the information load of each temporal segment based on inconsistency levels, and (2) an informative filtering stage for emphasizing quality-related features. Extensive experiments on both single-frame and multi-frame SR video scenarios demonstrate that our method significantly outperforms state-of-the-art VQA approaches. The code is publicly available at https://github.com/Lighting-YXLI/TIG-SVQA-main.
