deconvolutionbased
Deconvolution-based methods are techniques to recover latent signals or images from blurred observations by reversing a convolution that models the imaging or sensing process. They assume the observed data arise from convolving a hidden signal with a blur kernel and then adding noise.
Model: y = k ⊗ x + n, where y is observed, x is latent signal, k is blur kernel,
Algorithms include Wiener filtering, Tikhonov regularization, and iterative methods such as Richardson–Lucy (for Poisson noise). Regularization
Applications include image deblurring in photography and microscopy, astronomy, satellite imaging, spectroscopy, and seismic or acoustic
Key challenges are the ill-posedness of deconvolution, sensitivity to noise, dependence on an accurate blur kernel,
Related approaches include deconvolutional neural networks that learn deblurring operators from data and hybrid model-based/data-driven methods.