IVCVJan 31, 2021

Deep Reformulated Laplacian Tone Mapping

arXiv:2102.00348v113 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the display quality issue for WDR images, which is an incremental improvement in computer vision and image processing.

The authors tackled the problem of detail and contrast loss in wide dynamic range (WDR) images during tone mapping by combining a novel reformulated Laplacian pyramid with deep learning, resulting in a method that outperforms state-of-the-art WDR tone mapping techniques.

Wide dynamic range (WDR) images contain more scene details and contrast when compared to common images. However, it requires tone mapping to process the pixel values in order to display properly. The details of WDR images can diminish during the tone mapping process. In this work, we address the problem by combining a novel reformulated Laplacian pyramid and deep learning. The reformulated Laplacian pyramid always decompose a WDR image into two frequency bands where the low-frequency band is global feature-oriented, and the high-frequency band is local feature-oriented. The reformulation preserves the local features in its original resolution and condenses the global features into a low-resolution image. The generated frequency bands are reconstructed and fine-tuned to output the final tone mapped image that can display on the screen with minimum detail and contrast loss. The experimental results demonstrate that the proposed method outperforms state-of-the-art WDR image tone mapping methods. The code is made publicly available at https://github.com/linmc86/Deep-Reformulated-Laplacian-Tone-Mapping.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes