paper-with-me

홈 › Papers

Lightweight network towards real-time image denoising on mobile devices

2022-11-09 · Zhuoqun Liu, Meiguang Jin, Ying Chen, Huaida Liu, Canqian Yang, Hongkai Xiong

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 mobile-friendly denoising network, namely MFDNet. The experiments show that MFDNet achieves state-of-the-art performance on real-world denoising benchmarks SIDD and DND under real-time latency on mobile devices. The code and pre-trained models will be released.

📄 PDF Abstract BibTeX arXiv:2211.04687

Code (1)

Gaurav14cs17/Reparameterization-Denoising pytorch

Tasks

DenoisingImage Denoising

Similar Papers 제목 키워드 기반

LiteKD-Net: Lightweight Knowledge-Distilled Network for Mobile Image Denoising

2026-08-06 · Zhou Zhiyi arxiv

Mobile image denoising requires both good restoration quality and low computational cost. In addition, it's annoying to collect large-scale LQ-GT clean pairs. As a result, we propose LiteKD-Net, a lightweight knowledge-d…

Computational EfficiencyKnowledge DistillationImage Denoising

FastSHADE: Fast Self-augmented Hierarchical Asymmetric Denoising for Efficient inference on mobile devices

2026-04-11 · Nikolay Falaleev arxiv

Real-time image denoising is essential for modern mobile photography but remains challenging due to the strict latency and power constraints of edge devices. This paper presents FastSHADE (Fast Self-augmented Hierarchica…

Image Denoising

Real Image Denoising with Knowledge Distillation for High-Performance Mobile NPUs

2026-05-05 · Faraz Kayani, Sarmad Kayani, Asad Ahmed, Radu Timofte 외 arxiv

While deep-learning-based image restoration has achieved unprecedented fidelity, deployment on mobile Neural Processing Units (NPUs) remains bottlenecked by operator incompatibility and memory-access overhead. We propose…

Knowledge DistillationImage RestorationImage Denoising

Lightweight DNN for Full-Band Speech Denoising on Mobile Devices: Exploiting Long and Short Temporal Patterns

2025-09-05 · Konstantinos Drossos, Mikko Heikkinen, Paschalis Tsiaflakis arxiv

Speech denoising (SD) is an important task of many, if not all, modern signal processing chains used in devices and for everyday-life applications. While there are many published and powerful deep neural network (DNN)-ba…

Speech Denoising

Multi-Step Guided Diffusion for Image Restoration on Edge Devices: Toward Lightweight Perception in Embodied AI

2025-06-08 · Aditya Chakravarty

Diffusion models have shown remarkable flexibility for solving inverse problems without task-specific retraining. However, existing approaches such as Manifold Preserving Guided Diffusion (MPGD) apply only a single gradi…

DeblurringDenoisingImage RestorationSuper-Resolution