Fast Nearest Convolution for Real-Time Efficient Image Super-Resolution
Ziwei Luo, Youwei Li, Lei Yu, Qi Wu, Zhihong Wen, Haoqiang Fan,, Shuaicheng Liu

TL;DR
This paper introduces NCNet, a mobile-friendly super-resolution network using a novel nearest convolution module that achieves real-time performance on mobile devices with high fidelity results.
Contribution
The paper presents a simple convolution network with a new nearest convolution module optimized for mobile AI hardware, enabling real-time super-resolution with fewer resources.
Findings
Achieves real-time super-resolution on mobile devices.
Uses fewer parameters and inference time compared to existing methods.
Maintains high fidelity super-resolution results.
Abstract
Deep learning-based single image super-resolution (SISR) approaches have drawn much attention and achieved remarkable success on modern advanced GPUs. However, most state-of-the-art methods require a huge number of parameters, memories, and computational resources, which usually show inferior inference times when applying them to current mobile device CPUs/NPUs. In this paper, we propose a simple plain convolution network with a fast nearest convolution module (NCNet), which is NPU-friendly and can perform a reliable super-resolution in real-time. The proposed nearest convolution has the same performance as the nearest upsampling but is much faster and more suitable for Android NNAPI. Our model can be easily deployed on mobile devices with 8-bit quantization and is fully compatible with all major mobile AI accelerators. Moreover, we conduct comprehensive experiments on different tensor…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Advanced Vision and Imaging · Sparse and Compressive Sensing Techniques
MethodsConvolution
