Deconvolution is one of the most common image-reconstruction tasks that arise in 3D fluorescence microscopy. The aim of this challenge is to benchmark existing deconvolution algorithms and to stimulate the community to look for novel, global and practical approaches to this problem.
The challenge will be divided into two stages: a training phase and a competition (testing) phase. It will primarily be based on realistic-looking synthetic data sets representing various sub-cellular structures. In addition it will rely on a number of common and advanced performance metrics to objectively assess the quality of the results.
Here we clarify a practical implication of the fact that our forward model relies on Toeplitz boundary conditions. To illustrate our point, we rederive the standard Richardson-Lucy algorithm. The same type of modification may be required for your own algorithm if you originally developed it for circulant boundary conditions.
The Richardson-Lucy algorithm is a maximum-likelihood algorithm that is based on a Poisson noise model. Using matrix-vector notations, we have \mathbf{y} \sim \mathcal{P}(\mathbf{Ax} + \mathbf{b})
Maximizing p(\mathbf{y}|\mathbf{x}) with respect to \mathbf{x} is equivalent to maximizing the log-likelihood function L(\mathbf{x}) = \log\big(p(\mathbf{y}|\mathbf{x})\big).
Usually the matrix \mathbf{A} is taken to be block-circulant and normalized such that \mathbf{A}^T\mathbf{1} = \mathbf{1};
in this case the Richardson-Lucy iteration reduces to \mathbf{x}_{k+1} = \mathrm{diag}\big[\mathbf{A}^T \mathrm{diag}(\mathbf{Ax}_k+\mathbf{b})^{-1} \mathbf{y}\big] \mathbf{x}_k.
However, in the framework of this challenge the matrix \mathbf{A} has a block-Toeplitz structure and therefore the normalization factor \mathrm{diag}(\mathbf{A}^T\mathbf{1})^{-1} is non-trivial.
We refer to our reference implementation of the Richardson-Lucy algorithm (RLdeblur3D.m
) for more details.
The training stage of the 2nd edition of the challenge will begin soon. Follow this link for early registration.
July 15, 2013