TL;DR
This paper introduces lightweight modules for deep learning-based image restoration, reducing computational costs while maintaining high-quality results, specifically tailored for resource-constrained devices like smartphones.
Contribution
It designs and analyzes generic efficient modules for image-to-image translation tasks, addressing the limitations of existing classification-focused efficient network methods.
Findings
Proposed modules reduce parameters and memory footprint significantly.
Networks achieve comparable visual quality to full models.
Analysis shows depthwise separable convolutions may not suit all low-level vision tasks.
Abstract
Low level image restoration is an integral component of modern artificial intelligence (AI) driven camera pipelines. Most of these frameworks are based on deep neural networks which present a massive computational overhead on resource constrained platform like a mobile phone. In this paper, we propose several lightweight low-level modules which can be used to create a computationally low cost variant of a given baseline model. Recent works for efficient neural networks design have mainly focused on classification. However, low-level image processing falls under the image-to-image' translation genre which requires some additional computational modules not present in classification. This paper seeks to bridge this gap by designing generic efficient modules which can replace essential components used in contemporary deep learning based image restoration networks. We also present and…
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
MethodsConvolution
