Learning Raw Image Denoising with Bayer Pattern Unification and Bayer Preserving Augmentation


Jiaming Liu1   Chi-Hao Wu1   Yuzhi Wang2   Qin Xu1   Yuqian Zhou1   Haibin Huang1  
Chuan Wang1   Shaofan Cai1   Yifan Ding3,1   Haoqiang Fan1   Jue Wang2 

1Megvii Technology                  2Tsinghua University                  3University of Central Florida

Accepted by CVPR Workshop 2019
Winner Award (Top 1) in NTIRE 2019 Challenge on Real Image Denoising

arXiv https://arxiv.org/pdf/1904.12945

skindet Figure: Our results on NTIRE 2019 Real Image Denoising Challenge (Track 1, Top 1) validation set.

Abstract

In this paper, we present new data pre-processing and augmentation techniques for DNN-based raw image denoising. Compared with traditional RGB image denoising, performing this task on direct camera sensor readings presents new challenges such as how to effectively handle various Bayer patterns from different data sources, and subsequently how to perform valid data augmentation with raw images. To address the first problem, we propose a Bayer pattern unification (BayerUnify) method to unify different Bayer patterns. This allows us to fully utilize a heterogeneous dataset to train a single denoising model instead of training one model for each pattern. Furthermore, while it is essential to augment the dataset to improve model generalization and performance, we discovered that it is error-prone to modify raw images by adapting augmentation methods designed for RGB images. Towards this end, we present a Bayer preserving augmentation (BayerAug) method as an effective approach for raw image augmentation. Combining these data processing technqiues with a modified U-Net, our method achieves a PSNR of 52.11 and a SSIM of 0.9969 in NTIRE 2019 Real Image Denoising Challenge, demonstrating the state-of-the-art performance. Our code is available at https://github.com/Jiaming-Liu/BayerUnifyAug.


Downloads

    paper  
    code  

Bibtex

@inproceedings{liu2019learning,
  title={Learning Raw Image Denoising with Bayer Pattern Unification and Bayer Preserving Augmentation},
  author={Liu, Jiaming and Wu, Chi-Hao and Wang, Yuzhi and Xu, Qin and Zhou, Yuqian and Huang, Haibin and Wang, Chuan and Cai, Shaofan and Ding, Yifan and Fan, Haoqiang and others},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops},
  pages={0--0},
  year={2019}
}