IVCVGROct 28, 2022

Single-Image HDR Reconstruction by Multi-Exposure Generation

arXiv:2210.15897v143 citationsh-index: 27Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of HDR imaging for photographers by offering a method that avoids alignment issues and artifacts, though it is incremental as it builds on existing single-image HDR approaches.

The paper tackles single-image high dynamic range (HDR) reconstruction by proposing a weakly supervised neural network that generates multiple exposures from a single input, achieving state-of-the-art performance on the DrTMO dataset.

High dynamic range (HDR) imaging is an indispensable technique in modern photography. Traditional methods focus on HDR reconstruction from multiple images, solving the core problems of image alignment, fusion, and tone mapping, yet having a perfect solution due to ghosting and other visual artifacts in the reconstruction. Recent attempts at single-image HDR reconstruction show a promising alternative: by learning to map pixel values to their irradiance using a neural network, one can bypass the align-and-merge pipeline completely yet still obtain a high-quality HDR image. In this work, we propose a weakly supervised learning method that inverts the physical image formation process for HDR reconstruction via learning to generate multiple exposures from a single image. Our neural network can invert the camera response to reconstruct pixel irradiance before synthesizing multiple exposures and hallucinating details in under- and over-exposed regions from a single input image. To train the network, we propose a representation loss, a reconstruction loss, and a perceptual loss applied on pairs of under- and over-exposure images and thus do not require HDR images for training. Our experiments show that our proposed model can effectively reconstruct HDR images. Our qualitative and quantitative results show that our method achieves state-of-the-art performance on the DrTMO dataset. Our code is available at https://github.com/VinAIResearch/single_image_hdr.

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