Fano's inequality

From HandWiki

In information theory, Fano's inequality (also known as the Fano converse and the Fano lemma) relates the average information lost in a noisy channel to the probability of the categorization error. It was derived by Robert Fano in the early 1950s while teaching a Ph.D. seminar in information theory at MIT, and later recorded in his 1961 textbook. It is used to find a lower bound on the error probability of any decoder as well as the lower bounds for minimax risks in density estimation.

Let the random variables X and Y represent input and output messages with a joint probability P(x,y). Let e represent an occurrence of error; i.e., that XX~, with X~=f(Y) being an approximate version of X. Fano's inequality is

H(X|Y)Hb(e)+P(e)log(|𝒳|1),

where 𝒳 denotes the support of X,

H(X|Y)=i,jP(xi,yj)logP(xi|yj)

is the conditional entropy,

P(e)=P(XX~)

is the probability of the communication error, and

Hb(e)=P(e)logP(e)(1P(e))log(1P(e))

is the corresponding binary entropy.

Proof

Define an indicator random variable E, that indicates the event that our estimate X~=f(Y) is in error,

E:={1 if X~X,0 if X~=X.

Consider H(E,X|X~). We can use the chain rule for entropies to expand this in two different ways

H(E,X|X~)=H(X|X~)+H(E|X,X~)=0=H(E|X~)+H(X|E,X~)

Equating the two

H(X|X~)=H(E|X~)+H(X|E,X~)

Expanding the right most term, H(X|E,X~)

H(X|E,X~)=H(X|E=0,X~)=0P(E=0)+H(X|E=1,X~)P(E=1)=P(e)=H(X|E=1,X~)P(e)

Since E=0 means X=X~; being given the value of X~ allows us to know the value of X with certainty. This makes the term H(X|E=0,X~)=0. On the other hand, E=1 means that X~X, hence given the value of X~, we can narrow down X to one of |𝒳|1 different values, allowing us to upper bound the conditional entropy H(X|E=1,X~)log(|𝒳|1). Hence

H(X|E,X~)log(|𝒳|1)P(e)

The other term, H(E|X~)H(E), because conditioning reduces entropy. Because of the way E is defined, H(E)=Hb(e), meaning that H(E|X~)Hb(e). Putting it all together,

H(X|X~)Hb(e)+P(e)log(|𝒳|1)

Because XYX~ is a Markov chain, we have I(X;X~)I(X;Y) by the data processing inequality, and hence H(X|X~)H(X|Y), giving us

H(X|Y)Hb(e)+P(e)log(|𝒳|1)

Intuition

Fano's inequality can be interpreted as a way of dividing the uncertainty of a conditional distribution into two questions given an arbitrary predictor. The first question, corresponding to the term Hb(e), relates to the uncertainty of the predictor. If the prediction is correct, there is no more uncertainty remaining. If the prediction is incorrect, the uncertainty of any discrete distribution has an upper bound of the entropy of the uniform distribution over all choices besides the incorrect prediction. This has entropy log(|𝒳|1). Looking at extreme cases, if the predictor is always correct the first and second terms of the inequality are 0, and the existence of a perfect predictor implies X is totally determined by Y, and so H(X|Y)=0. If the predictor is always wrong, then the first term is 0, and H(X|Y) can only be upper bounded with a uniform distribution over the remaining choices.

Alternative formulation

Let X be a random variable with density equal to one of r+1 possible densities f1,,fr+1. Furthermore, the Kullback–Leibler divergence between any pair of densities cannot be too large,

DKL(fifj)β for all i=j.

Let ψ(X){1,,r+1} be an estimate of the index. Then

supiPi(ψ(X)=i)1β+log2logr

where Pi is the probability induced by fi

Generalization

The following generalization is due to Ibragimov and Khasminskii (1979), Assouad and Birge (1983).

Let F be a class of densities with a subclass of r + 1 densities ƒθ such that for any θ ≠ θ

fθfθL1α,
DKL(fθfθ)β.

Then in the worst case the expected value of error of estimation is bound from below,

supf𝐅EfnfL1α2(1nβ+log2logr)

where ƒn is any density estimator based on a sample of size n.

References