paper-with-me

홈 › Papers

Practical Deep Raw Image Denoising on Mobile Devices

2020-10-14 · ECCV 2020 8 · Yuzhi Wang, Haibin Huang, Qin Xu, Jiaming Liu, Yiqun Liu, Jue Wang

Deep learning-based image denoising approaches have been extensively studied in recent years, prevailing in many public benchmark datasets. However, the stat-of-the-art networks are computationally too expensive to be directly applied on mobile devices. In this work, we propose a light-weight, efficient neural network-based raw image denoiser that runs smoothly on mainstream mobile devices, and produces high quality denoising results. Our key insights are twofold: (1) by measuring and estimating sensor noise level, a smaller network trained on synthetic sensor-specific data can out-perform larger ones trained on general data; (2) the large noise level variation under different ISO settings can be removed by a novel k-Sigma Transform, allowing a small network to efficiently handle a wide range of noise levels. We conduct extensive experiments to demonstrate the efficiency and accuracy of our approach. Our proposed mobile-friendly denoising model runs at ~70 milliseconds per megapixel on Qualcomm Snapdragon 855 chipset, and it is the basis of the night shot feature of several flagship smartphones released in 2019.

📄 PDF Abstract BibTeX arXiv:2010.06935

Code (1)

megvii-research/PMRID 공식 구현 pytorch

Tasks

DenoisingEfficient Neural NetworkImage Denoising

Similar Papers 제목 키워드 기반

Lightweight network towards real-time image denoising on mobile devices

2022-11-09 · Zhuoqun Liu, Meiguang Jin, Ying Chen, Huaida Liu 외

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 effo…

DenoisingImage Denoising

CineMobile: On-Device Image-to-Video Diffusion for Cinematic Camera Motion Generation

2026-07-04 · Xuyao Huang, Zelai Deng, Xu Wang, Xizhong Xiao 외 hf

The growing demand for image-to-video creation on mobile devices has increasingly focused on cinematic motion effects like bullet time, dolly zoom, slow motion, etc. While Diffusion Transformers (DiTs) exhibit strong per…

Reinforcement LearningVideo Generation

Fast Camera Image Denoising on Mobile GPUs with Deep Learning, Mobile AI 2021 Challenge: Report

2021-05-17 · Andrey Ignatov, Kim Byeoung-su, Radu Timofte, Angeline Pouget 외

Image denoising is one of the most critical problems in mobile photo processing. While many solutions have been proposed for this task, they are usually working with synthetic data and are too computationally expensive t…

DenoisingGPUImage 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

Overparametrization of HyperNetworks at Fixed FLOP-Count Enables Fast Neural Image Enhancement

2021-05-18 · Lorenz K. Muller

Deep convolutional neural networks can enhance images taken with small mobile camera sensors and excel at tasks like demoisaicing, denoising and super-resolution. However, for practical use on mobile devices these networ…

DenoisingImage DenoisingImage Enhancement+3