No-Reference Rendered Video Quality Assessment: Dataset and Metrics
Sipeng Yang, Jiayu Ji, Qingchuan Zhu, Zhiyao Yang, Xiaogang Jin
TL;DR
The paper tackles NR-VQA for rendered videos by introducing ReVQ-2k, a large dataset with OA-MOS and TS-MOS annotations, and a two-stream NR-VQA metric that jointly assesses image quality and temporal stability. The image-quality stream reuses FAST-VQA with a Swin-T backbone, while the temporal-stability stream uses motion estimation and multi-time-scale differencing, fused by an MLP to predict $q^{pred}$. Experimental results show the proposed method outperforms existing NR-VQA baselines on rendered content and remains robust on camera-captured datasets, with TS-MOS supervision delivering additional accuracy gains. The work also demonstrates practical utility in benchmarking mobile supersampling and evaluating frame-generation strategies, providing a valuable benchmark and baseline for NR-VQA of rendered videos.
Abstract
Quality assessment of videos is crucial for many computer graphics applications, including video games, virtual reality, and augmented reality, where visual performance has a significant impact on user experience. When test videos cannot be perfectly aligned with references or when references are unavailable, the significance of no-reference video quality assessment (NR-VQA) methods is undeniable. However, existing NR-VQA datasets and metrics are primarily focused on camera-captured videos; applying them directly to rendered videos would result in biased predictions, as rendered videos are more prone to temporal artifacts. To address this, we present a large rendering-oriented video dataset with subjective quality annotations, as well as a designed NR-VQA metric specific to rendered videos. The proposed dataset includes a wide range of 3D scenes and rendering settings, with quality scores annotated for various display types to better reflect real-world application scenarios. Building on this dataset, we calibrate our NR-VQA metric to assess rendered video quality by looking at both image quality and temporal stability. We compare our metric to existing NR-VQA metrics, demonstrating its superior performance on rendered videos. Finally, we demonstrate that our metric can be used to benchmark supersampling methods and assess frame generation strategies in real-time rendering.
