IVCVAug 3, 2021

Wavelet-Based Network For High Dynamic Range Imaging

arXiv:2108.01434v316 citations
Originality Incremental advance
AI Analysis

This addresses ghosting artifacts in HDR imaging for photography and computer vision applications, representing an incremental improvement with a novel frequency-domain approach.

The paper tackles the problem of ghosting artifacts in high dynamic range (HDR) imaging from multiple low dynamic range images by proposing a frequency-guided deep neural network that uses wavelet transforms to separate low-frequency signals for artifact removal and high-frequency signals for detail preservation, achieving state-of-the-art performance on public and new RAW datasets.

High dynamic range (HDR) imaging from multiple low dynamic range (LDR) images has been suffering from ghosting artifacts caused by scene and objects motion. Existing methods, such as optical flow based and end-to-end deep learning based solutions, are error-prone either in detail restoration or ghosting artifacts removal. Comprehensive empirical evidence shows that ghosting artifacts caused by large foreground motion are mainly low-frequency signals and the details are mainly high-frequency signals. In this work, we propose a novel frequency-guided end-to-end deep neural network (FHDRNet) to conduct HDR fusion in the frequency domain, and Discrete Wavelet Transform (DWT) is used to decompose inputs into different frequency bands. The low-frequency signals are used to avoid specific ghosting artifacts, while the high-frequency signals are used for preserving details. Using a U-Net as the backbone, we propose two novel modules: merging module and frequency-guided upsampling module. The merging module applies the attention mechanism to the low-frequency components to deal with the ghost caused by large foreground motion. The frequency-guided upsampling module reconstructs details from multiple frequency-specific components with rich details. In addition, a new RAW dataset is created for training and evaluating multi-frame HDR imaging algorithms in the RAW domain. Extensive experiments are conducted on public datasets and our RAW dataset, showing that the proposed FHDRNet achieves state-of-the-art performance.

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