CVIVOct 26, 2023

Lookup Table meets Local Laplacian Filter: Pyramid Reconstruction Network for Tone Mapping

arXiv:2310.17190v220 citationsh-index: 47
Originality Incremental advance
AI Analysis

This work addresses a critical task in camera imaging pipelines for photographers and image processing applications, offering an incremental improvement by combining existing techniques.

The paper tackles the problem of tone mapping high dynamic range images to low dynamic range by addressing the limitation of global 3D lookup tables in handling local areas, proposing a method that integrates global tone manipulation with local edge refinement using learned Laplacian filters, achieving favorable performance against state-of-the-art methods on benchmark datasets.

Tone mapping aims to convert high dynamic range (HDR) images to low dynamic range (LDR) representations, a critical task in the camera imaging pipeline. In recent years, 3-Dimensional LookUp Table (3D LUT) based methods have gained attention due to their ability to strike a favorable balance between enhancement performance and computational efficiency. However, these methods often fail to deliver satisfactory results in local areas since the look-up table is a global operator for tone mapping, which works based on pixel values and fails to incorporate crucial local information. To this end, this paper aims to address this issue by exploring a novel strategy that integrates global and local operators by utilizing closed-form Laplacian pyramid decomposition and reconstruction. Specifically, we employ image-adaptive 3D LUTs to manipulate the tone in the low-frequency image by leveraging the specific characteristics of the frequency information. Furthermore, we utilize local Laplacian filters to refine the edge details in the high-frequency components in an adaptive manner. Local Laplacian filters are widely used to preserve edge details in photographs, but their conventional usage involves manual tuning and fixed implementation within camera imaging pipelines or photo editing tools. We propose to learn parameter value maps progressively for local Laplacian filters from annotated data using a lightweight network. Our model achieves simultaneous global tone manipulation and local edge detail preservation in an end-to-end manner. Extensive experimental results on two benchmark datasets demonstrate that the proposed method performs favorably against state-of-the-art methods.

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