Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Masked Image Training for Generalizable Deep Image Denoising

About

When capturing and storing images, devices inevitably introduce noise. Reducing this noise is a critical task called image denoising. Deep learning has become the de facto method for image denoising, especially with the emergence of Transformer-based models that have achieved notable state-of-the-art results on various image tasks. However, deep learning-based methods often suffer from a lack of generalization ability. For example, deep models trained on Gaussian noise may perform poorly when tested on other noise distributions. To address this issue, we present a novel approach to enhance the generalization performance of denoising networks, known as masked training. Our method involves masking random pixels of the input image and reconstructing the missing information during training. We also mask out the features in the self-attention layers to avoid the impact of training-testing inconsistency. Our approach exhibits better generalization ability than other deep learning models and is directly applicable to real-world scenarios. Additionally, our interpretability analysis demonstrates the superiority of our method.

Haoyu Chen, Jinjin Gu, Yihao Liu, Salma Abdel Magid, Chao Dong, Qiong Wang, Hanspeter Pfister, Lei Zhu• 2023

Related benchmarks

TaskDatasetResultRank
Image DenoisingSIDD (val)
PSNR33.14
105
Image DenoisingCBSD68 (test)
PSNR30.99
92
Image DenoisingSIDD Benchmark
PSNR31.99
61
Image DenoisingPolyU
PSNR34.56
56
Image DenoisingCBSD68 sigma=50 (test)
PSNR20.68
42
Image DenoisingCC
PSNR33.87
40
Image DenoisingKodak24 Speckle noise
PSNR31.22
32
Image DenoisingKodak24 Poisson noise
PSNR30.59
32
Image DenoisingKodak24 Salt & pepper noise
PSNR30.52
32
Image DenoisingKodak24 Mixture noise
PSNR30.31
32
Showing 10 of 61 rows

Other info

Code

Follow for update