Joint Multi-Scale Tone Mapping and Denoising for HDR Image Enhancement

Litao Hu,Huaijin Chen,Jan P. Allebach
DOI: https://doi.org/10.1109/WACVW54805.2022.00080
2023-03-24
Abstract:An image processing unit (IPU), or image signal processor (ISP) for high dynamic range (HDR) imaging usually consists of demosaicing, white balancing, lens shading correction, color correction, denoising, and tone-mapping. Besides noise from the imaging sensors, almost every step in the ISP introduces or amplifies noise in different ways, and denoising operators are designed to reduce the noise from these sources. Designed for dynamic range compressing, tone-mapping operators in an ISP can significantly amplify the noise level, especially for images captured in low-light conditions, making denoising very difficult. Therefore, we propose a joint multi-scale denoising and tone-mapping framework that is designed with both operations in mind for HDR images. Our joint network is trained in an end-to-end format that optimizes both operators together, to prevent the tone-mapping operator from overwhelming the denoising operator. Our model outperforms existing HDR denoising and tone-mapping operators both quantitatively and qualitatively on most of our benchmarking datasets.
Image and Video Processing,Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve This paper aims to address two main sub-tasks in high dynamic range (HDR) image enhancement: tone-mapping and denoising. Specifically: 1. **Joint Multi-Scale Denoising and Tone-Mapping Framework**: - A joint multi-scale denoising and tone-mapping framework is proposed for HDR image enhancement. This framework addresses the noise amplification issue caused by separately handling denoising and tone-mapping in traditional ISPs by optimizing both operations simultaneously at multiple scales. 2. **Denoising Module Design**: - A novel deep denoising module based on discrete cosine transform (DCT) is designed, combining the simplicity of traditional DCT denoising algorithms with the effectiveness of modern deep neural networks. 3. **Comparison of Different Orders**: - The impact of different sequences of tone-mapping operation (TMO) and denoising operation on the final result is explored, demonstrating that performing tone-mapping before denoising yields better results. Through experiments on multiple benchmark datasets, this method is shown to outperform existing HDR image enhancement methods in both quantitative and qualitative evaluations.