@@ -27,10 +27,11 @@ For more evaluation codes, please check out [VIDEVAL](https://github.com/vztu/VI
27
27
28
28
Scatter plots and fitted logistic curves on these datasets:
29
29
30
- ![ KONVID-1K] ( https://github.com/vztu/RAPIQUE/blob/main/figures/KONVID_1K_kfCV_corr.png )
31
- ![ LIVE-VQC] ( https://github.com/vztu/RAPIQUE/blob/main/figures/LIVE_VQC_kfCV_corr.png )
32
- ![ YouTube-UGC] ( https://github.com/vztu/RAPIQUE/blob/main/figures/YOUTUBE_UGC_kfCV_corr.png )
33
- ![ All-Combined] ( https://github.com/vztu/RAPIQUE/blob/main/figures/ALL_COMBINED_kfCV_corr.png )
30
+
31
+ | KonVid-1k | LIVE-VQC | YouTube-UGC | All-Combined |
32
+ |:-------------------------:|:-------------------------:
33
+ |![ ] ( https://github.com/vztu/RAPIQUE/blob/main/figures/KONVID_1K_kfCV_corr.png ) | ![ ] ( https://github.com/vztu/RAPIQUE/blob/main/figures/LIVE_VQC_kfCV_corr.png ) | ![ ] ( https://github.com/vztu/RAPIQUE/blob/main/figures/YOUTUBE_UGC_kfCV_corr.png ) | ![ ] ( https://github.com/vztu/RAPIQUE/blob/main/figures/ALL_COMBINED_kfCV_corr.png )
34
+
34
35
35
36
### Speed
36
37
@@ -43,11 +44,15 @@ The unit is average `secs/video`.
43
44
| TLVQM | 34.5 | 78.9 | 183.8 | 969.3 |
44
45
| RAPIQUE | 13.5 | 17.3 | 18.3 | 112 |
45
46
46
- ![ Speed w.r.t. input sizes] ( https://github.com/vztu/RAPIQUE/blob/main/figures/speed_scales.jpg )
47
+ <p float =" left " >
48
+ <img src =" https://github.com/vztu/RAPIQUE/blob/main/figures/speed_scales.jpg " width =" 100 " />
49
+ </p >
47
50
48
51
### Performance vs. Speed
49
52
50
- ![ Performance vs. Speed] ( https://github.com/vztu/RAPIQUE/blob/main/figures/perf_n_speed.jpg )
53
+ <p float =" left " >
54
+ <img src =" https://github.com/vztu/RAPIQUE/blob/main/figures/perf_n_speed.jpg " width =" 100 " />
55
+ </p >
51
56
52
57
## Demos
53
58
@@ -97,6 +102,14 @@ If you use this code for your research, please cite our papers.
97
102
year={2021},
98
103
organization={IEEE}
99
104
}
105
+ @inproceedings{tu2021temporal,
106
+ title={A Temporal Statistics Model For UGC Video Quality Prediction},
107
+ author={Tu, Zhengzhong and Chen, Chia-Ju and Wang, Yilin and Birkbeck, Neil and Adsumilli, Balu and Bovik, Alan C},
108
+ booktitle={2021 IEEE International Conference on Image Processing (ICIP)},
109
+ pages={1454--1458},
110
+ year={2021},
111
+ organization={IEEE}
112
+ }
100
113
@inproceedings{tu2021regression,
101
114
title={Regression or classification? New methods to evaluate no-reference picture and video quality models},
102
115
author={Tu, Zhengzhong and Chen, Chia-Ju and Chen, Li-Heng and Wang, Yilin and Birkbeck, Neil and Adsumilli, Balu and Bovik, Alan C},
0 commit comments