Deep learning approaches have been ubiquitous in single image super-resolution ever since the success of SRCNN. However, the superior performance is based on high requirement of computational resources, limiting the application of deep learning approaches in resource-constrained embedded and mobile devices. In this paper, we firstly show that the convolution layers in upsampling block are parameter-and computation-intensive. Secondly, we find that replacing upsampling convolution by concatenating different level features can reduce parameters and inference runtime significantly, while keeping same performance. Finally, we introduce an efficient model without upsampling convolution called NoUCSR, and present variant models optimizing parameter, inference runtime and performance respectively at the constraint of MSRResNet. The experiments show that NoUCSR can achieve a better tradeoff among parameter, inference runtime and performance than state-of-the-art methods.
Paper
Full text
NoUCSR: Efficient Super-Resolution Network without Upsampling Convolution
Semantic Scholar · Computer Science · 2019
Abstract
Deep learning approaches have been ubiquitous in single image super-resolution ever since the success of SRCNN. However, the superior performance is based on high requirement of computational resources, limiting the application of deep learning approaches in resource-constrained embedded and mobile devices. In this paper, we firstly show that the convolution layers in upsampling block are parameter-and computation-intensive. Secondly, we find that replacing upsampling convolution by concatenating different level features can reduce parameters and inference runtime significantly, while keeping same performance. Finally, we introduce an efficient model without upsampling convolution called NoUCSR, and present variant models optimizing parameter, inference runtime and performance respectively at the constraint of MSRResNet. The experiments show that NoUCSR can achieve a better tradeoff among parameter, inference runtime and performance than state-of-the-art methods.