[Physics] why isn’t the variance of Fano noise proportional to the number of photon arrivals

imagingnoiseopticsphotons

I've been reading "Photon Transfer" by James Janesick and in Chapter 3 (http://spie.org/samples/PM170.pdf) he describes the various sources of noise in a CCD. Basically, incoming photons interact with the CCD and cause some electrons to jump the bandgap. Both of these processes have some inherent randomness and must be described statistically – the photon arrival rate's variability gives rise to the shot noise, while the variability in electrons produced from a given photon impact gives rise to the Fano noise.

The photon arrival is a Poisson process, so if m is the expected number of photon arrivals during a given exposure, the actual number of arrivals is a Poisson distributed random variable N(m), and var(N) = m.

Now here's the part I don't understand. I quote from Janesick, editing slightly for clarity (p. 26):

If all the energy of an interacting photon was spent in the production of electron-hole (e-h) pairs, then there would be no variation in the number of e-h pairs produced. On the other hand, if the energy was partitioned between breaking covalent bonds and lattice vibrations, or if phonon production was uncorrelated, Poisson statistics would apply. But neither is the case in nature. The variance in multiple electron-hole charge generation, called Fano noise, is empirically described by

$$
\sigma_{FN}^2 = F_F \eta_i = F_F \frac{h_v}{E_{e-h}}
$$

where [$\sigma_{FN}^2$ is the variance of the Fano noise], and $F_F$ is referred to as the Fano factor, which is defined by the variance in the number of electrons generated divided by the average number of electrons generated per interacting photon. [notation: $h_v$ and $E_{e-h}$ were defined to be the photon energy in eV and the energy required to create an electron-hole pair, and $\eta_i$ is the ratio of the two. So $\eta_i$ is the expected number of electrons per incident photon, if all photon energy goes into production of electrons.]

Based on this description of the process, I would assume that each incident photon liberates an uncertain number of electrons, and therefore each incident photon should contribute a constant amount of variance. So I think the Fano noise variance should be proportional to the incident number of photons. But according to Janesick, the Fano noise contributes a constant variance independent of the number of photon arrivals.

To be more mathematically precise, I think that the whole process should be modeled as a compound Poisson process, since both the number of arrivals and the number of electrons liberated per arrival are stochastic quantities. The wikipedia article on the compound Poisson process shows that the variance of the compound process has two components (one for the randomness of arrivals and one for the random size of the arrivals), and both components are proportional to the mean number of arrivals.

So can anyone explain the discrepancy between my expectations and the book's equations? I feel I must have misunderstood what Fano noise is — because if it's what I think it is, the natural model of it contradicts Janesick's equation.

By the way, I know that $\sigma_{FN}^2$ is not referring to the variance per incident photon. If it were, then Janesick would multiply it by the mean photon arrivals when calculating the total image noise, but he doesn't. Here is his calculation of the total noise variance (equation 3.17, p. 34, irrelevant flat field term removed):
$$
\sigma_{TOTAL}^2 = \sigma^2_{READ} + \eta_i F_F + \eta_i S
$$

where $S$ is the expected number of electrons from the exposure. The first term is from shot noise, the second from Fano noise, the third is from shot noise. Note that the shot noise term scales linearly with $S$ but the Fano noise term is independent of $S$.

Best Answer

It seems that the confusion is due to some unfortunate notation. As the OP states, Fano noise is due to the variance in photoelectron production per incident photon, and this should indeed be signal-dependent. However, the author also states that the total noise is given by:

$$\tag{1} \sigma^2_\mathrm{TOTAL} = \sigma^2_\mathrm{READ} + \eta_i F_F + \eta_i S $$

This equation is confusing, because the first and third term appear to be the familiar terms for read noise and Photon noise, but the second term, representing Fano noise, appears to have no dependance on the signal level. Matters are further confused because the notation used by the author is subtly different from what I (and I assume most others?) are familiar with.

First we will figure out this notation, then we will clarify the confusion about Fano noise, and finally we will see if we can make sense of equation 1. I'll be referring to the chapter of the text in question, "Photon Transfer" by James Janesick, which can be found for free here. I will explicitly state when I am referring to an equation from Janesick, while references to my own equations will simply be by number.

Notation

To be clear, I'm not saying this notation is bad. It's just different from what most people are used to, but similar enough to be confusing if you aren't careful.

$$ \begin{array} {l l} \sigma^2 & \quad \textrm{Variance} \\ \eta_i & \quad \textrm{The expectation value for the numper of photoelectrons per incident photon} \\ F_F & \quad \textrm{Fano coefficient} \\ S & \quad \textrm{Expected Number of photoelectrons in an exposure} \\ N_P & \quad \textrm{Number of photons incident in a given exposure} \\ P_I & \quad \textrm{Expected Number of photons incident on the detector}\\ \end{array} $$

Note the following relations as well:

$$\begin{array} {r c l} P_I &=& \left<N_P\right> \\ S &=& \left< S_\textrm{PEAK} \right> \\ S_\textrm{PEAK} &=& \eta_i N_P \\ S &=& \eta_i P_I \end{array}$$

where $\left<X\right>$ represents the expectation value of the random variable $X$. So remember that $S$ and $P_I$ are the mean values of their respective distributions, while $N_P$ and $S_\textrm{PEAK}$ are the specific values measured in a particular trial.

Another subtlety of this author's notation is that $\eta_i$ is not simply the quantum efficiency, and is not necessarily limited to [0, 1). In this author's notation, $\eta_i$ includes both of the quantities that I would refer to separately as the quantum efficiency $\eta$, and the gain $G$. So I may substitute $\eta_i \rightarrow \eta G$ where $\eta$ is a unitless and $0 \leq \eta \leq 1$.

As an example, the third term in equation 1 is supposed to represent the contribution to the variance of the photoelectron number due to the Poisson distributed statistics of the photon signal (i.e. photon noise). If we make all of my preferred substitutions we get:

$$ \begin{array}{r c l c r c l} \sigma^2_\textrm{photon} &=& \eta_i S &\quad& S &\rightarrow& \eta_i P_I \\ \sigma^2_\textrm{photon} &=& \eta^2_i P_I &\quad& \eta_i &\rightarrow& \eta G \\ \sigma^2_\textrm{photon} &=& \eta^2 G^2 P_I \end{array} $$

...which is the familiar expression for the variance contribution from photon noise is a system with gain. This also agrees with Janesick equations 3.5 and 3.6. So far, so good.

Fano Noise

For a moment let's ignore equation 1, and follow Janesick in section 3.3, where he introduces Fano noise. Janesick uses the example of a CCD or some other detector array, so we may, interchangeably, speak of the signal from a single "trial," or from one pixel, or from a single exposure. Furthermore, each pixel in the array will see a photon source with the same $P_I$, while the number of photons that hit each pixel, $N_P$, will generally not be exactly $P_I$, but will follow a Poisson distribution with $P_I$ as its mean.

In Janesick equation 3.7, he gives the variance in electron-hole generation as:

$$\tag{2} \sigma^2_\textrm{FN} = F_F \eta_i $$

where $F_F$ is a constant, $0\leq F_F \leq 1$ describing the strength of the noise. Looking at this equation, we can be confident that we are considering the electron-hole production from a single photon interaction. Why? Well, consider the case where $F_F = 0$. If this expression is for a single photon interaction, then the $F_F = 0$ case corresponds to the situation where each photon produces exactly the same number of photoelectrons, and there is no extra noise term associated with the electron-hole production process. Now consider the $F_F = 1$ case. This, according to the text preceeding the equation in Janesick, corresponds to the electron-hole production process being purely Poissonian and indeed the equation would reduce to

$$ \sigma^2_\textrm{FN} = \eta_i $$

which simply tells us that the variance from the electron-hole generation process would be equal to the expected number of photoelectrons from one photon($\eta_i N_P$ where $N_P = 1$). In other words the variance would equal the mean, as expected for a Poisson process.

So now we understand Fano noise for a single photon interaction, and we see that $F_F$ describes the degree to which this noise is less noisy than a simple Poisson process.

Moving on, Janesick goes back to the CCD array example, and plots a histogram of the charge measured on each pixel after exposing the array to an average incident signal of 3 photons per pixel, with $\eta_i = 10e^- \textrm{/photon}$. So we are looking at the result of many trials with $P_I=3 \textrm{photons}$ and $S = 30e^-$, but there are peaks around $(10, 20, 30, \ldots) e^-$ per pixel because $N_P$ is Poisson distributed. Each peak is broadened by read noise, but we also see that the peaks at larger $N_P$ are wider. Why? Janesick equation 3.9 tells us:

$$ \sigma^2_\textrm{FN,PEAK} = N_P F_F \eta_i $$

In other words, Fano noise varies as a function of signal, but not the mean signal $P_I$. Rather, it varies with the number of incident photons incident in a single trial.

Now things become confusing. Janesick tells us that to combine shot noise and Fano noise, we add the variances in the normal way:

$$ \sigma^2_\textrm{SHOT+FN} = \sigma^2_\textrm{SHOT} + \sigma^2_\textrm{FN} $$

No surprise there, but we are wondering what expression will give us $\sigma^2_\textrm{FN}$? Shot noise, as we know, varies with the signal $P_I$ or $S$, but we have not yet seen how to extend the $N_P$ dependance of Fano noise to an expression containing the mean signal level. At this point we understand Fano noise as a contribution to the variance in photoelectron number from pixels with a given number of incident photons, but this number itself is Poisson distributed. Janesick substitutes equation 2 (his equation 3.7) to state that

$$\tag{3} \sigma^2_\textrm{SHOT+FN} = \eta_i \left(S + F_F \right) $$

..but he does not explicitly justify this substitution.

The Confusion, and Resolution

It is this final substitution which leads to the form we see in equation 1, and the confusion can be traced to a lack of clarity on how that substitution is justified. Possibly there is some theorem which states that variance of a process in which the variances of each trial are themselves distributed with a given variance can be added in such a way as to arrive at equation 3, but I am unaware of such a theorem.

I suspect that the correct resolution to this confusion is two-fold: First, the noise term described in Janesick equation 3.7 is purely an empirical description, so one could assume that the form of equation 1 is simply an empirical estimate of noise in a detector where Fano effects are non-negligible.

Second, it is only for small signals where Fano noise will dominate, so when considering Fano noise we can take $N_P \approx 1$. Thus we can justify the substitution made by Janesick. This assumption would seem appropriate, as the signal to noise ratio (SNR) due to photon noise will scale with $\sqrt{P_I}$, while the SNR for Fano noise will scale like $\sqrt{\frac{N_P \eta_i}{F_F}}$, so for Fano noise to dominate over photon noise would imply high gain and low photon flux. In other words, Fano noise is associated with single photon counting detectors.

Related Question