Little Strokes Fell Great Oaks: Boosting the Hierarchical Features for Multi-exposure Image Fusion
Pan Mu, Zhiying Du, Jinyuan Liu, Cong Bai
TL;DR
The paper addresses the challenge of limited dynamic range in multi-exposure image fusion by proposing BHF-MEF, an unsupervised architecture that boosts hierarchical features through a Gamma Correction Module (GCM), a Shadow Encoder/Decoder with transformer blocks, a Texture Enhancement Module (TEM), and a Color Enhancement (CE) step. It introduces a two-part loss combining gamma-correction and fusion objectives and validates the approach with extensive experiments across multiple MEF datasets, showing superior quantitative and qualitative performance. The method leverages latent information in source images, preserves textures, and enhances color saturation while retaining details, with source code available for reproducibility. This work advances unsupervised MEF by integrating latent-detail exploitation, global-local feature fusion, and colorfulness improvements in a cohesive framework.
Abstract
In recent years, deep learning networks have made remarkable strides in the domain of multi-exposure image fusion. Nonetheless, prevailing approaches often involve directly feeding over-exposed and under-exposed images into the network, which leads to the under-utilization of inherent information present in the source images. Additionally, unsupervised techniques predominantly employ rudimentary weighted summation for color channel processing, culminating in an overall desaturated final image tone. To partially mitigate these issues, this study proposes a gamma correction module specifically designed to fully leverage latent information embedded within source images. Furthermore, a modified transformer block, embracing with self-attention mechanisms, is introduced to optimize the fusion process. Ultimately, a novel color enhancement algorithm is presented to augment image saturation while preserving intricate details. The source code is available at https://github.com/ZhiyingDu/BHFMEF.
