paper-with-me

홈 › Papers

When AWGN-based Denoiser Meets Real Noises

2019-04-06 · Yuqian Zhou, Jianbo Jiao, Haibin Huang, Yang Wang, Jue Wang, Honghui Shi, Thomas Huang

Discriminative learning-based image denoisers have achieved promising performance on synthetic noises such as Additive White Gaussian Noise (AWGN). The synthetic noises adopted in most previous work are pixel-independent, but real noises are mostly spatially/channel-correlated and spatially/channel-variant. This domain gap yields unsatisfied performance on images with real noises if the model is only trained with AWGN. In this paper, we propose a novel approach to boost the performance of a real image denoiser which is trained only with synthetic pixel-independent noise data dominated by AWGN. First, we train a deep model that consists of a noise estimator and a denoiser with mixed AWGN and Random Value Impulse Noise (RVIN). We then investigate Pixel-shuffle Down-sampling (PD) strategy to adapt the trained model to real noises. Extensive experiments demonstrate the effectiveness and generalization of the proposed approach. Notably, our method achieves state-of-the-art performance on real sRGB images in the DND benchmark among models trained with synthetic noises. Codes are available at https://github.com/yzhouas/PD-Denoising-pytorch.

📄 PDF Abstract BibTeX arXiv:1904.03485

Code (2)

yzhouas/PD-Denoising-pytorch 공식 구현 pytorch
kritiksoman/GIMP-ML pytorch

Tasks

Denoising

Similar Papers 제목 키워드 기반

An Unsupervised Deep Learning Approach for Real-World Image Denoising

2021-01-01 · ICLR 2021 1 · Dihan Zheng, Sia Huat Tan, Xiaowen Zhang, Zuoqiang Shi 외

Designing an unsupervised image denoising approach in practical applications is a challenging task due to the complicated data acquisition process. In the real-world case, the noise distribution is so complex that the si…

DecoderDeep LearningDenoisingImage Denoising

Mixed Noise Removal with Pareto Prior

2020-08-27 · Zhou Liu, Lei Yu, Gui-Song Xia, Hong Sun

Denoising images contaminated by the mixture of additive white Gaussian noise (AWGN) and impulse noise (IN) is an essential but challenging problem. The presence of impulsive disturbances inevitably affects the distribut…

Denoising

Robust Deep Ensemble Method for Real-world Image Denoising

2022-06-08 · Pengju Liu, Hongzhi Zhang, Jinghui Wang, Yuzhi Wang 외

Recently, deep learning-based image denoising methods have achieved promising performance on test data with the same distribution as training set, where various denoising models based on synthetic or collected real-world…

DeblurringDenoisingImage DeblurringImage Denoising+4

OpenDenoising: an Extensible Benchmark for Building Comparative Studies of Image Denoisers

2019-10-18 · Florian Lemarchand, Eduardo Fernandes Montesuma, Maxime Pelcat, Erwan Nogues

Image denoising has recently taken a leap forward due to machine learning. However, image denoisers, both expert-based and learning-based, are mostly tested on well-behaved generated noises (usually Gaussian) rather than…

BenchmarkingDenoisingImage Denoising

Transforming Noise Distributions with Histogram Matching: Towards a Single Denoiser for All

2025-10-08 · Sheng Fu, Junchao Zhang, Kailun Yang arxiv

Supervised Gaussian denoisers exhibit limited generalization when confronted with out-of-distribution noise, due to the diverse distributional characteristics of different noise types. To bridge this gap, we propose a hi…