edge-SR: Super-Resolution For The Masses
Pablo Navarrete Michelini, Yunhua Lu, Xingqun Jiang

TL;DR
This paper introduces edge-SR, a set of simple, interpretable one-layer deep learning architectures designed for real-time image super-resolution on edge devices, bridging the gap between classic upscalers and complex deep learning models.
Contribution
Proposes edge-SR, a novel one-layer architecture for image super-resolution optimized for edge devices, balancing quality and speed, and enhancing interpretability compared to existing methods.
Findings
edge-SR achieves faster performance than deep models on edge hardware.
It offers a better trade-off between image quality and runtime.
The architecture provides interpretability for understanding super-resolution strategies.
Abstract
Classic image scaling (e.g. bicubic) can be seen as one convolutional layer and a single upscaling filter. Its implementation is ubiquitous in all display devices and image processing software. In the last decade deep learning systems have been introduced for the task of image super-resolution (SR), using several convolutional layers and numerous filters. These methods have taken over the benchmarks of image quality for upscaling tasks. Would it be possible to replace classic upscalers with deep learning architectures on edge devices such as display panels, tablets, laptop computers, etc.? On one hand, the current trend in Edge-AI chips shows a promising future in this direction, with rapid development of hardware that can run deep-learning tasks efficiently. On the other hand, in image SR only few architectures have pushed the limit to extreme small sizes that can actually run on edge…
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
edge-SR: Super-Resolution For The Masses· youtube
Taxonomy
TopicsAdvanced Image Processing Techniques · Advanced Image Fusion Techniques · Image and Signal Denoising Methods
