Harman Patil (Editor)

Anscombe transform

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

In statistics, the Anscombe transform, named after Francis Anscombe, is a variance-stabilizing transformation that transforms a random variable with a Poisson distribution into one with an approximately standard Gaussian distribution. The Anscombe transform is widely used in photon-limited imaging (astronomy, X-ray) where images naturally follow the Poisson law. The Anscombe transform is usually used to pre-process the data in order to make the standard deviation approximately constant. Then denoising algorithms designed for the framework of additive white Gaussian noise are used; the final estimate is then obtained by applying an inverse Anscombe transformation to the denoised data.

Contents

Definition

For the Poisson distribution the mean m and variance v are not independent: m = v . The Anscombe transform

A : x 2 x + 3 8

aims at transforming the data so that the variance is set approximately 1 whatever the mean. It transforms Poissonian data x (with mean m ) to approximately Gaussian data of mean 2 m + 3 / 8 1 / ( 4 m ) and standard deviation 1. This approximation is valid provided that m is larger than 4.

Inversion

When the Anscombe transform is used in denoising (i.e. when the goal is to obtain from x an estimate of m ), its inverse transform is also needed in order to return the variance-stabilized and denoised data y to the original range. Applying the algebraic inverse

A 1 : y ( y 2 ) 2 3 8

usually introduces undesired bias to the estimate of the mean m , because the forward square-root transform is not linear. Sometimes using the asymptotically unbiased inverse

y ( y 2 ) 2 1 8

mitigates the issue of bias, but this is not the case in photon-limited imaging, for which the exact unbiased inverse given by the implicit mapping

E [ 2 x + 3 8 m ] = 2 x = 0 + ( x + 3 8 m x e m x ! ) m

should be used. A closed-form approximation of this exact unbiased inverse is

y 1 4 y 2 + 1 4 3 2 y 1 11 8 y 2 + 5 8 3 2 y 3 1 8 .

Alternatives

There are many other possible variance-stabilizing transformations for the Poisson distribution. Bar-Lev and Enis report a family of such transformations which includes the Anscombe transform. Another member of the family is the Freeman-Tukey transformation

A : x x + 1 + x .

A simplified transformation, obtained as the primitive of the reciprocal of the standard deviation of the data, is

A : x 2 x

which, while it is not quite so good at stabilizing the variance, has the advantage of being more easily understood.

Generalization

While the Anscombe transform is appropriate for pure Poisson data, in many applications the data presents also an additive Gaussian component. These cases are treated by a Generalized Anscombe transform and its asymptotically unbiased or exact unbiased inverses.

References

Anscombe transform Wikipedia