[](https://paperswithcode.com/sota/video-quality-assessment-on-konvid-1k?p=rapique-rapid-and-accurate-video-quality) [](https://paperswithcode.com/sota/video-quality-assessment-on-youtube-ugc?p=rapique-rapid-and-accurate-video-quality) [](https://paperswithcode.com/sota/video-quality-assessment-on-live-vqc?p=rapique-rapid-and-accurate-video-quality) # RAPIQUE An official implementation of Rapid and Accurate Video Quality Evaluator (RAPIQUE) proposed in [IEEE OJSP2021] RAPIQUE: Rapid and Accurate Video Quality Prediction of User Generated Content. [Arxiv](https://arxiv.org/abs/2101.10955). [IEEExplore](https://ieeexplore.ieee.org/document/9463703)(Open Access!) and [PCS2021] Efficient User-Generated Video Quality Prediction. [IEEExplore](https://ieeexplore.ieee.org/abstract/document/9477483). Note that the temporal features can be used as standalone features in company with spatial models to boost performance on motion-intensive models. Check out the temporal-only modules in [ICIP21] A Temporal Statistics Model For UGC Video Quality Prediction. [IEEExplore](https://ieeexplore.ieee.org/abstract/document/9506669) Check out our BVQA resource list and performance benchmark/leaderboard results in https://github.com/vztu/BVQA_Benchmark. For more evaluation codes, please check out [VIDEVAL](https://github.com/vztu/VIDEVAL) ## Requirements - MATLAB >= 2019 - Deep learning toolbox (ResNet-50) - Python3 - Sklearn - FFmpeg - Git LFS ## Performances ### SRCC / PLCC | Methods | KoNViD-1k | LIVE-VQC | YouTube-UGC | All-Combined | |:------------:|:---------------------:|:--------------------:|:-------------------:|:------------:| | TLVQM | 0.7101 / 0.7037 | 0.7988 / 0.8025 | 0.6693 / 0.6590 | 0.7271 / 0.7342 | | VIDEVAL | 0.7832 / 0.7803 | 0.7522 / 0.7514 | 0.7787 / 0.7733 | 0.7960 / 0.7939 | | MDVSFA | 0.7812 / 0.7856 | 0.7382 / 0.7728 | - / - | - / - | | RAPIQUE | 0.8031 / 0.8175 | 0.7548 / 0.7863 | 0.7591 / 0.7684 | 0.8070 / 0.8229 | Scatter plots and fitted logistic curves on these datasets: | KonVid-1k | LIVE-VQC | YouTube-UGC | All-Combined | |:-------------------------:|:-------------------------:|:-------:|:-------:| | |  |  |  ### Speed The unit is average `secs/video`. | Methods | 540p | 720p | 1080p | 4k@60 | |:-----------:|:----:|:----:|:------:|:--------:| | Video-BLIINDS | 341.1 | 839.1 | 1989.9 | 16129.2 | | VIDEVAL | 61.9 | 146.5 | 354.5 | 1716.3 | | TLVQM | 34.5 | 78.9 | 183.8 | 969.3 | | RAPIQUE | 13.5 | 17.3 | 18.3 | 112 |