Journal Article
Computer Vision

HDR image reconstruction from a single exposure using deep CNNs

Gabriel Eilertsen(Linköping University), Joel Kronander(Linköping University), György Dénes(University of Cambridge), Rafał Mantiuk(University of Cambridge), Jonas Unger(Linköping University)
November 20, 2017ACM Transactions on Graphics629 citations

629

Citations

103

Influential Citations

ACM Transactions on Graphics

Venue

2017

Year

Abstract

Camera sensors can only capture a limited range of luminance simultaneously, and in order to create high dynamic range (HDR) images a set of different exposures are typically combined. In this paper we address the problem of predicting information that have been lost in saturated image areas, in order to enable HDR reconstruction from a single exposure. We show that this problem is well-suited for deep learning algorithms, and propose a deep convolutional neural network (CNN) that is specifically designed taking into account the challenges in predicting HDR values. To train the CNN we gather a large dataset of HDR images, which we augment by simulating sensor saturation for a range of cameras. To further boost robustness, we pre-train the CNN on a simulated HDR dataset created from a subset of the MIT Places database. We demonstrate that our approach can reconstruct high-resolution visually convincing HDR results in a wide range of situations, and that it generalizes well to reconstruction of images captured with arbitrary and low-end cameras that use unknown camera response functions and post-processing. Furthermore, we compare to existing methods for HDR expansion, and show high quality results also for image based lighting. Finally, we evaluate the results in a subjective experiment performed on an HDR display. This shows that the reconstructed HDR images are visually convincing, with large improvements as compared to existing methods.

Analysis

Why This Paper Matters

This paper addresses a fundamental limitation of camera sensors: their inability to capture the full dynamic range of a scene in a single exposure. Traditional HDR imaging requires multiple exposures, which is impractical for dynamic scenes or handheld photography. By using deep CNNs to predict lost information in saturated areas, the authors enable HDR reconstruction from a single image, a significant step toward practical HDR capture.

The work is among the first to apply deep learning to HDR reconstruction, and its design considerations—such as handling the non-linear nature of HDR values and simulating sensor saturation—set a precedent for subsequent research. The demonstrated generalization to arbitrary cameras and post-processing makes the method broadly applicable, increasing its impact on both academic and industrial applications.

Technical Contributions

  • CNN architecture tailored for HDR: The network is designed to predict HDR values in saturated regions, accounting for the challenges of high dynamic range prediction.
  • Large HDR dataset with saturation augmentation: The authors gathered a large dataset of HDR images and augmented it by simulating sensor saturation for a range of cameras, providing diverse training data.
  • Pre-training on simulated HDR from MIT Places: To boost robustness, the CNN is pre-trained on a simulated HDR dataset created from a subset of the MIT Places database, leveraging a large-scale scene dataset.
  • Generalization to unknown cameras: The method works with arbitrary and low-end cameras that have unknown response functions and post-processing, demonstrating practical robustness.

Results

The paper reports that the proposed method can reconstruct high-resolution, visually convincing HDR results in a wide range of situations. It generalizes well to images from arbitrary and low-end cameras, and comparisons to existing HDR expansion methods show high-quality results for image-based lighting. A subjective experiment on an HDR display revealed large improvements over existing methods, confirming the visual quality of the reconstructions.

Significance

This work has had a lasting impact on computational photography and computer vision. It opened the door for deep learning-based HDR reconstruction, influencing subsequent research on single-image HDR and related tasks like exposure correction and tone mapping. The approach's ability to work with arbitrary cameras makes it valuable for consumer photography, where HDR capture is often limited. The dataset and methodology have also served as a foundation for further advancements in HDR imaging.