MLLGSPMay 8, 2023

Gaussian process deconvolution

arXiv:2305.04871v21 citations
AI Analysis

This addresses signal processing challenges in fields like imaging or communications, but it is incremental as it builds on existing Gaussian process methods for deconvolution.

The authors tackled the deconvolution problem of recovering a latent source from noisy, possibly incomplete observations with an unknown filter by proposing a Gaussian process prior for closed-form Bayesian nonparametric deconvolution, analyzing model conditions and feasibility, and comparing it to other methods with real-world datasets.

Let us consider the deconvolution problem, that is, to recover a latent source $x(\cdot)$ from the observations $\mathbf{y} = [y_1,\ldots,y_N]$ of a convolution process $y = x\star h + η$, where $η$ is an additive noise, the observations in $\mathbf{y}$ might have missing parts with respect to $y$, and the filter $h$ could be unknown. We propose a novel strategy to address this task when $x$ is a continuous-time signal: we adopt a Gaussian process (GP) prior on the source $x$, which allows for closed-form Bayesian nonparametric deconvolution. We first analyse the direct model to establish the conditions under which the model is well defined. Then, we turn to the inverse problem, where we study i) some necessary conditions under which Bayesian deconvolution is feasible, and ii) to which extent the filter $h$ can be learnt from data or approximated for the blind deconvolution case. The proposed approach, termed Gaussian process deconvolution (GPDC) is compared to other deconvolution methods conceptually, via illustrative examples, and using real-world datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes