Lightweight network towards real-time image denoising on mobile devices
Zhuoqun Liu, Meiguang Jin, Ying Chen, Huaida Liu, Canqian, Yang, Hongkai Xiong

TL;DR
This paper introduces MFDNet, a lightweight, mobile-friendly image denoising network that achieves state-of-the-art results in real-time on mobile devices by addressing memory access and compatibility issues.
Contribution
The paper proposes a novel mobile-optimized denoising network with new attention and reparameterization modules, improving real-time performance and denoising quality.
Findings
MFDNet outperforms existing models on SIDD and DND benchmarks.
Achieves real-time denoising on mobile devices with high quality.
Introduces mobile-friendly attention and reparameterization modules.
Abstract
Deep convolutional neural networks have achieved great progress in image denoising tasks. However, their complicated architectures and heavy computational cost hinder their deployments on mobile devices. Some recent efforts in designing lightweight denoising networks focus on reducing either FLOPs (floating-point operations) or the number of parameters. However, these metrics are not directly correlated with the on-device latency. In this paper, we identify the real bottlenecks that affect the CNN-based models' run-time performance on mobile devices: memory access cost and NPU-incompatible operations, and build the model based on these. To further improve the denoising performance, the mobile-friendly attention module MFA and the model reparameterization module RepConv are proposed, which enjoy both low latency and excellent denoising performance. To this end, we propose a…
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
TopicsImage and Signal Denoising Methods · Medical Image Segmentation Techniques · Image Processing Techniques and Applications
