HDR Image Reconstruction using an Unsupervised Fusion Model
Kumbha Nagaswetha
TL;DR
This work tackles HDR reconstruction by combining traditional multi-exposure fusion with an unsupervised deep learning framework. An encoder–decoder CNN predicts per-pixel weights for two-exposure inputs, optimizing a weighted SSIM loss that blends local variance, gradient, and well-exposedness cues; the fusion follows $I_{\mathrm{fused}}(x,y) = \sum_{n=1}^{N} W_n(x,y) I_n(x,y)$, with a hybrid variance–gradient $\gamma$ achieving the best performance ($$MEF-SSIM = 0.9921$$). An adaptive MEF baseline using well-exposedness and gradient maps is also developed, achieving $MEF$-SSIM of $0.9207$ on five sequences. The approach removes the need for ground-truth HDR data and demonstrates practical, high-quality HDR reconstruction for static scenes in real-world settings by leveraging per-pixel adaptive fusion weights guided by perceptual cues.
Abstract
High Dynamic Range (HDR) imaging aims to reproduce the wide range of brightness levels present in natural scenes, which the human visual system can perceive but conventional digital cameras often fail to capture due to their limited dynamic range. To address this limitation, we propose a deep learning-based multi-exposure fusion approach for HDR image generation. The method takes a set of differently exposed Low Dynamic Range (LDR) images, typically an underexposed and an overexposed image, and learns to fuse their complementary information using a convolutional neural network (CNN). The underexposed image preserves details in bright regions, while the overexposed image retains information in dark regions; the network effectively combines these to reconstruct a high-quality HDR output. The model is trained in an unsupervised manner, without relying on ground-truth HDR images, making it practical for real-world applications where such data is unavailable. We evaluate our results using the Multi-Exposure Fusion Structural Similarity Index Measure (MEF-SSIM) and demonstrate that our approach achieves superior visual quality compared to existing fusion methods. A customized loss function is further introduced to improve reconstruction fidelity and optimize model performance.
