Progressive Representation Recalibration for Lightweight Super-resolution [pdf]
Ruimian Wen, Zhijing Yang, Tianshui Chen, Hao Li, Kai Li
Guangdong University of Technology, ZEGO
NTIRE 2022 Workshop and Challenge @ CVPR 2022
Our Methods PRRN also participated in Efficient Super-Resolution Challenge. [Challenge Report]
-
Number of parameters: 893,936 (0.89M)
number_parameters = sum(map(lambda x: x.numel(), model.parameters()))
-
Average PSNR on validation data: 29.13 dB
-
Average inference time (Titan Xp) on validation data: 0.10 second
Note: The best average inference time among three trials is selected.
Run test_demo.py to test the model
-
Number of parameters: 414008
-
Average PSNR on validation data: 29.05 dB
-
Average inference time (Tesla V100) on validation data: 0.05 second
git clone https://github.com/house-leo/PRRN- Put your model script under the
modelsfolder. - Put your pretrained model under the
model_zoofolder. - Modify
model_pathintest_demo.py. Modify the imported models. python test_demo.py
If you find this work useful for your research, please cite:
@article{WEN2022240,
title = {Progressive representation recalibration for lightweight super-resolution},
journal = {Neurocomputing},
author = {Ruimian Wen and Zhijing Yang and Tianshui Chen and Hao Li and Kai Li},
volume = {504},
pages = {240-250},
year = {2022},
issn = {0925-2312}
}