Maximum Likelihood Reconstruction for Multi-Look Digital Holography with Markov-Modeled Speckle Correlation

arXiv cs.CV / 4/23/2026

💬 OpinionDeveloper Stack & InfrastructureSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • Multi-look digital holography typically reduces speckle noise by averaging or joint reconstruction, but these methods often assume looks are statistically independent, which is unrealistic under hardware limits.
  • The study reconstructs speckle-free reflectivity from complex-valued multi-look measurements by modeling inter-look speckle dependence with a first-order Markov process and deriving a corresponding likelihood.
  • Solving the resulting constrained maximum-likelihood problem, the authors propose an efficient projected gradient descent approach that uses deep image priors for implicit regularization.
  • The method employs Monte Carlo approximation and matrix-free operators for scalable computation, and simulations show strong robustness even under severe inter-look correlation, outperforming dependency-agnostic baselines.
  • The work provides an implementation and emphasizes that explicitly modeling inter-look correlation enables practical multi-look holographic reconstruction under realistic acquisition constraints.

Abstract

Multi-look acquisition is a widely used strategy for reducing speckle noise in coherent imaging systems such as digital holography. By acquiring multiple measurements, speckle can be suppressed through averaging or joint reconstruction, typically under the assumption that speckle realizations across looks are statistically independent. In practice, however, hardware constraints limit measurement diversity, leading to inter-look correlation that degrades the performance of conventional methods. In this work, we study the reconstruction of speckle-free reflectivity from complex-valued multi-look measurements in the presence of correlated speckle. We model the inter-look dependence using a first-order Markov process and derive the corresponding likelihood under a first-order Markov approximation, resulting in a constrained maximum likelihood estimation problem. To solve this problem, we develop an efficient projected gradient descent framework that combines gradient-based updates with implicit regularization via deep image priors, and leverages Monte Carlo approximation and matrix-free operators for scalable computation. Simulation results demonstrate that the proposed approach remains robust under strong inter-look correlation, achieving performance close to the ideal independent-look scenario and consistently outperforming methods that ignore such dependencies. These results highlight the importance of explicitly modeling inter-look correlation and provide a practical framework for multi-look holographic reconstruction under realistic acquisition conditions. Our code is available at: https://github.com/Computational-Imaging-RU/MLE-Holography-Markov.