VIDGIQA
May 7, 2018 ยท View on GitHub
Code of paper ``Visual Importance and Distortion Guided Deep Image Quality Assessment Framework"
Please cite as:
Jingwei GUAN, Shuai YI, Xingyu ZENG, Wai-Kuen CHAM and Xiaogang WANG. "Visual Importance and Distortion Guided Deep Image Quality Assessment Framework." IEEE Transactions on Multimedia.
- Usage:
- Open Matlab
- unzip VIDGIQA_v1.0.zip.
- Run Demo.m
- Note:
- The code loads a non-distortion specific model trained on the LIVE dataset. The training samples used are the
training subset' illustrated in theEvaluation on the LIVE dataset' Section. - The code is an unoptimized CPU version written with Matlab.
- The computational time of processing 512*512 RGB image using VIDGIQA_1 is about 39.041sec; while adding data augmentation in the testing procedure (using VIDGIQA), the computational time is about an hour. With the Python library Theano with Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz CPU, GeForce GTX TITAN Black GPU, the computational time of the proposed method is 0.042s, while adding data augmentation in the testing procedure, the computational time is 2.325s.