🤖 AI Summary
Existing CNN-based upsampling methods for image super-resolution lack systematic comparative analysis and hardware-aware evaluation. Method: This paper establishes a unified experimental framework to conduct the first horizontal benchmarking of mainstream upsampling modules—including bicubic interpolation, transposed convolution, sub-pixel convolution, and meta-upsampling—across reconstruction quality (PSNR/SSIM), computational efficiency, and hardware resource utilization. Empirical evaluations are performed across diverse hardware platforms (edge and cloud). Contribution/Results: The study quantitatively characterizes performance ceilings and deployment constraints of each method, yielding hardware-aware model selection guidelines for edge and cloud scenarios. It clarifies theoretical mechanisms and practical trade-offs among upsampling paradigms and fills a critical gap in systematic, cross-platform adaptability analysis for deep super-resolution. The findings provide an empirical foundation and design direction for future lightweight and adaptive upsampling architectures.
📝 Abstract
Due to strong learning abilities of convolutional neural networks (CNNs), they have become mainstream methods for image super-resolution. However, there are big differences of different deep learning methods with different types. There is little literature to summarize relations and differences of different methods in image super-resolution. Thus, summarizing these literatures are important, according to loading capacity and execution speed of devices. This paper first introduces principles of CNNs in image super-resolution, then introduces CNNs based bicubic interpolation, nearest neighbor interpolation, bilinear interpolation, transposed convolution, sub-pixel layer, meta up-sampling for image super-resolution to analyze differences and relations of different CNNs based interpolations and modules, and compare performance of these methods by experiments. Finally, this paper gives potential research points and drawbacks and summarizes the whole paper, which can facilitate developments of CNNs in image super-resolution.