Samiksha Jaiswal (Editor)

Richardson–Lucy deconvolution

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The Richardson–Lucy algorithm, also known as Lucy–Richardson deconvolution, is an iterative procedure for recovering a latent image that has been blurred by a known point spread function. It was named after William Richardson and Leon Lucy, who described it independently.

Description

When an image is recorded on a detector such as photographic film or a charge coupled device, it is generally slightly blurred, with an ideal point source not appearing as a point but being spread out, into what is known as the point spread function. Non-point sources are effectively the sum of many individual point sources, and pixels in an observed image can be represented in terms of the point spread function and the latent image as

d i = j p i j u j

where p i j is the point spread function (the fraction of light coming from true location j that is observed at position i ), u j is the pixel value at location j in the latent image, and d i is the observed value at pixel location i . The statistics are performed under the assumption that u j are Poisson distributed, which is appropriate for photon noise in the data.

The basic idea is to calculate the most likely u j given the observed d i and known p i j . This leads to an equation for u j which can be solved iteratively according to

u j ( t + 1 ) = u j ( t ) i d i c i p i j

where

c i = j p i j u j ( t ) .

It has been shown empirically that if this iteration converges, it converges to the maximum likelihood solution for u j .

This can also be written more generally (for more dimensions) in terms of convolution,

u ( t + 1 ) = u ( t ) ( d u ( t ) p p ^ )

where the division and multiplication are element wise, and p ^ is the flipped point spread function, such that

p ^ n m = p ( i n ) ( j m ) , 0 n , m i , j

In problems where the point spread function p i j is dependent on one or more unknown parameters, the Richardson–Lucy algorithm cannot be used.

References

Richardson–Lucy deconvolution Wikipedia