Bayesian multi-exposure image fusion for robust high dynamic range ptychography

Read original: arXiv:2403.11344 - Published 6/11/2024 by Shantanu Kodgirwar, Lars Loetgering, Chang Liu, Aleena Joseph, Leona Licht, Daniel S. Penagos Molina, Wilhelm Eschen, Jan Rothhardt, Michael Habeck
Total Score

0

Bayesian multi-exposure image fusion for robust high dynamic range ptychography

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This research paper introduces a Bayesian approach to multi-exposure image fusion for robust high dynamic range (HDR) ptychography.
  • Ptychography is a computational imaging technique that reconstructs high-resolution images from a series of overlapping diffraction patterns.
  • The proposed Bayesian multi-exposure fusion (Bayesian MEF) framework combines multiple exposures to create an HDR image that is more robust to noise and artifacts than traditional methods.

Plain English Explanation

The paper presents a new way to combine multiple photographs taken at different exposure levels to create a single high-quality HDR image. This is particularly useful for imaging techniques like ptychography, where the input data can have a wide range of brightness levels that are difficult to capture in a single shot.

The key idea is to use a Bayesian statistical model to fuse the multiple exposures in a principled way. This allows the algorithm to adaptively weight the contributions from each exposure based on their relative reliability, rather than simply averaging them together. This makes the final HDR image more robust to noise and other artifacts that can occur in the individual exposures.

The Bayesian approach to multi-exposure fusion allows the method to balance the trade-offs between high and low exposures, preserving important details in both the bright and dark regions of the image. This is an important advancement over previous exposure diffusion and hierarchical fusion techniques.

Technical Explanation

The paper first formulates the Bayesian MEF problem, modeling the relationship between the true HDR image, the multiple exposures, and various sources of noise and uncertainty. This allows them to derive an optimal fusion rule that combines the exposures in a statistically principled way.

The proposed algorithm works by first using a pixel-wise acquisition model to estimate the camera response function and noise parameters from the input exposures. It then applies the Bayesian fusion rule to combine the exposures, producing a final HDR image that preserves details and minimizes artifacts.

The authors evaluate their approach on both simulated and real HDR imaging of dynamic scenes and events, demonstrating significant improvements over standard multi-exposure fusion methods in terms of image quality and robustness.

Critical Analysis

The paper provides a strong theoretical foundation for the Bayesian MEF approach and validates its effectiveness through rigorous experiments. However, the authors acknowledge some limitations:

  • The current implementation assumes a static scene, which may not always be the case in real-world applications. Extending the method to handle dynamic scenes would be an important area for future work.
  • The algorithm relies on accurate estimation of the camera response function and noise parameters, which could be challenging in some scenarios. Incorporating more robust techniques for these calibration steps could further improve the method's practical applicability.

Additionally, while the Bayesian formulation provides a principled way to fuse the exposures, the paper does not deeply explore the relationship between the fusion rule and the underlying statistical assumptions. A more detailed analysis of the model's sensitivity to these assumptions could provide additional insights.

Conclusion

This research presents a novel Bayesian approach to multi-exposure image fusion that significantly improves the robustness and quality of HDR imaging, particularly for challenging ptychographic applications. The theoretical framework and experimental results demonstrate the potential of this technique to advance the state of the art in computational imaging. Further developments in handling dynamic scenes and improving calibration robustness could expand the method's impact across a wide range of high-resolution imaging applications.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Bayesian multi-exposure image fusion for robust high dynamic range ptychography
Total Score

0

Bayesian multi-exposure image fusion for robust high dynamic range ptychography

Shantanu Kodgirwar, Lars Loetgering, Chang Liu, Aleena Joseph, Leona Licht, Daniel S. Penagos Molina, Wilhelm Eschen, Jan Rothhardt, Michael Habeck

The limited dynamic range of the detector can impede coherent diffractive imaging (CDI) schemes from achieving diffraction-limited resolution. To overcome this limitation, a straightforward approach is to utilize high dynamic range (HDR) imaging through multi-exposure image fusion (MEF). This method involves capturing measurements at different exposure times, spanning from under to overexposure and fusing them into a single HDR image. The conventional MEF technique in ptychography typically involves subtracting the background noise, ignoring the saturated pixels and then merging the acquisitions. However, this approach is inadequate under conditions of low signal-to-noise ratio (SNR). Additionally, variations in illumination intensity significantly affect the phase retrieval process. To address these issues, we propose a Bayesian MEF modeling approach based on a modified Poisson distribution that takes the background and saturation into account. To infer the model parameters, the expectation-maximization (EM) algorithm is employed. As demonstrated with synthetic and experimental data, our approach outperforms the conventional MEF method, offering superior phase retrieval under challenging experimental conditions. This work underscores the significance of robust multi-exposure image fusion for ptychography, particularly in imaging shot-noise-dominated weakly scattering specimens or in cases where access to HDR detectors with high SNR is limited. Furthermore, the applicability of the Bayesian MEF approach extends beyond CDI to any imaging scheme that requires HDR treatment. Given this versatility, we provide the implementation of our algorithm as a Python package.

Read more

6/11/2024

MobileMEF: Fast and Efficient Method for Multi-Exposure Fusion
Total Score

0

MobileMEF: Fast and Efficient Method for Multi-Exposure Fusion

Lucas Nedel Kirsten, Zhicheng Fu, Nikhil Ambha Madhusudhana

Recent advances in camera design and imaging technology have enabled the capture of high-quality images using smartphones. However, due to the limited dynamic range of digital cameras, the quality of photographs captured in environments with highly imbalanced lighting often results in poor-quality images. To address this issue, most devices capture multi-exposure frames and then use some multi-exposure fusion method to merge those frames into a final fused image. Nevertheless, most traditional and current deep learning approaches are unsuitable for real-time applications on mobile devices due to their heavy computational and memory requirements. We propose a new method for multi-exposure fusion based on an encoder-decoder deep learning architecture with efficient building blocks tailored for mobile devices. This efficient design makes our model capable of processing 4K resolution images in less than 2 seconds on mid-range smartphones. Our method outperforms state-of-the-art techniques regarding full-reference quality measures and computational efficiency (runtime and memory usage), making it ideal for real-time applications on hardware-constrained devices. Our code is available at: https://github.com/LucasKirsten/MobileMEF.

Read more

8/16/2024

Optimizing Illuminant Estimation in Dual-Exposure HDR Imaging
Total Score

0

Optimizing Illuminant Estimation in Dual-Exposure HDR Imaging

Mahmoud Afifi, Zhenhua Hu, Liang Liang

High dynamic range (HDR) imaging involves capturing a series of frames of the same scene, each with different exposure settings, to broaden the dynamic range of light. This can be achieved through burst capturing or using staggered HDR sensors that capture long and short exposures simultaneously in the camera image signal processor (ISP). Within camera ISP pipeline, illuminant estimation is a crucial step aiming to estimate the color of the global illuminant in the scene. This estimation is used in camera ISP white-balance module to remove undesirable color cast in the final image. Despite the multiple frames captured in the HDR pipeline, conventional illuminant estimation methods often rely only on a single frame of the scene. In this paper, we explore leveraging information from frames captured with different exposure times. Specifically, we introduce a simple feature extracted from dual-exposure images to guide illuminant estimators, referred to as the dual-exposure feature (DEF). To validate the efficiency of DEF, we employed two illuminant estimators using the proposed DEF: 1) a multilayer perceptron network (MLP), referred to as exposure-based MLP (EMLP), and 2) a modified version of the convolutional color constancy (CCC) to integrate our DEF, that we call ECCC. Both EMLP and ECCC achieve promising results, in some cases surpassing prior methods that require hundreds of thousands or millions of parameters, with only a few hundred parameters for EMLP and a few thousand parameters for ECCC.

Read more

4/9/2024

Multi-modal Evidential Fusion Network for Trusted PET/CT Tumor Segmentation
Total Score

0

Multi-modal Evidential Fusion Network for Trusted PET/CT Tumor Segmentation

Yuxuan Qi, Li Lin, Jiajun Wang, Jingya Zhang, Bin Zhang

Accurate segmentation of tumors in PET/CT images is important in computer-aided diagnosis and treatment of cancer. The key issue of such a segmentation problem lies in the effective integration of complementary information from PET and CT images. However, the quality of PET and CT images varies widely in clinical settings, which leads to uncertainty in the modality information extracted by networks. To take the uncertainty into account in multi-modal information fusion, this paper proposes a novel Multi-modal Evidential Fusion Network (MEFN) comprising a Cross-Modal Feature Learning (CFL) module and a Multi-modal Trusted Fusion (MTF) module. The CFL module reduces the domain gap upon modality conversion and highlights common tumor features, thereby alleviating the needs of the segmentation module to handle modality specificity. The MTF module utilizes mutual attention mechanisms and an uncertainty calibrator to fuse modality features based on modality uncertainty and then fuse the segmentation results under the guidance of Dempster-Shafer Theory. Besides, a new uncertainty perceptual loss is introduced to force the model focusing on uncertain features and hence improve its ability to extract trusted modality information. Extensive comparative experiments are conducted on two publicly available PET/CT datasets to evaluate the performance of our proposed method whose results demonstrate that our MEFN significantly outperforms state-of-the-art methods with improvements of 2.15% and 3.23% in DSC scores on the AutoPET dataset and the Hecktor dataset, respectively. More importantly, our model can provide radiologists with credible uncertainty of the segmentation results for their decision in accepting or rejecting the automatic segmentation results, which is particularly important for clinical applications. Our code will be available at https://github.com/QPaws/MEFN.

Read more

6/27/2024