45.05.09 · mathematical-statistics / 05-empirical-processes-nonparametric

Minimax Lower Bounds for Nonparametric Estimation: Le Cam, Fano, and Assouad

shipped3 tiersLean: none

Anchor (Master): Tsybakov 2009 Introduction to Nonparametric Estimation (Springer) ch. 2 (the full lower-bound calculus: Theorem 2.2 two points, Theorem 2.5/2.7 Fano with the Kullback diameter, Theorem 2.12 Assouad, and §2.5-§2.6 the construction of the hard subproblem for the n^{-2s/(2s+1)} rate); Le Cam 1973 Ann. Statist. 1 (convergence of estimates under dimensionality restrictions); Assouad 1983 C. R. Acad. Sci. Paris 296; Fano via Cover & Thomas 2006 Elements of Information Theory 2e (Wiley) §2.10

Intuition Beginner

Every estimation method comes with a promise: feed it data and it returns a guess close to the truth. A lower bound asks the opposite question. Across all possible methods, how close can the best one get with samples? If even the cleverest method cannot beat a certain error, that error is a wall set by the problem, not by our ingenuity. Minimax lower bounds find that wall.

The trick is to turn estimating into guessing between a few possibilities. Suppose two candidate truths sit close together, yet are far enough apart that getting within the target error tells you which one you are looking at. Then any accurate estimator secretly solves a quiz: which of the two worlds produced this data? If the two worlds make the data look almost the same, no quiz-taker can answer reliably, so no estimator can be accurate. The closeness of the two data-worlds is measured by how hard they are to tell apart.

That is the whole engine. Build a small set of candidate truths, spaced just far enough to matter but producing nearly identical data, and the data simply cannot separate them. The more candidates you can pack into that ambiguous zone, the stronger the wall you prove. Two candidates give a basic wall; many candidates, or a whole grid of them, give the sharp walls that match what the best real estimators actually achieve.

Visual Beginner

Picture two bell-shaped curves that are far apart in what they claim (their peaks sit at different places) but nearly on top of each other in what data they produce. An estimator only ever sees samples; if both curves spit out almost the same samples, the estimator cannot know which curve it came from.

 candidate world 0          candidate world 1
        /\                         /\
       /  \                       /  \
      /    \  <-- overlap: data  /    \
_____/______\####################______\______  parameter axis
     |        |                  |
     peak 0   |<---- 2s -------->| peak 1
              (separation in the loss)

  large overlap  ==  hard to tell apart  ==  big unavoidable error
Two candidate worlds What it forces
far apart in the loss (separation ) telling them apart pins the estimate
nearly identical data (large overlap) no test can reliably separate them
both at once every estimator has error at least about

The single message: separation in the answer plus overlap in the data equals an error floor no method escapes.

Worked example Beginner

You want to estimate a coin's bias (its chance of heads) from flips, and you are told the truth is one of two values: or . The gap between them is , so if an estimator is reliably within of the truth, it also reveals which coin you hold.

Step 1. Set the separation. The two candidates differ by , so . An estimator within of the truth solves the two-way quiz.

Step 2. Ask how distinguishable the data is. With flips, a coin gives about heads and a coin about heads, with a typical spread of about heads. The two head-counts ( versus ) differ by only one spread, so the two flip-records overlap heavily.

Step 3. Read off the floor. Because a one-spread gap means the data frequently looks the same either way, any quiz-taker errs a constant fraction of the time — here on the order of . So with constant probability the estimator picks the wrong world and lands at least from the truth.

Step 4. See what more data buys. Push to flips: the spread is heads, while the gap in head-counts is now . Ten spreads apart, the worlds are easy to separate, and the floor at this fixed gap disappears. To keep a floor you must shrink the gap as grows.

What this tells us: a lower bound is a balance — choose candidates close enough that the data confuses them, yet far enough that confusing them costs real error. Tune that balance against and you get the exact rate at which error must decay.

Check your understanding Beginner

Formal definition Intermediate+

Let be a statistical experiment in which is the object of interest and is a semi-distance on (or on a functional of it). For an estimator the minimax risk with loss a non-decreasing function with is

the inf over all measurable estimators. A sequence is the minimax rate if . The upper bound is supplied by a concrete estimator (kernel, series, wavelet) controlled with the concentration tools of 45.05.01; the lower bound is the subject here.

The information quantities driving every lower bound are the divergences between candidate laws. For probability measures on a common space, the total variation is , the Hellinger affinity is with squared Hellinger distance , and the Kullback-Leibler divergence is when (the relative entropy of 37.07.06). For product experiments , the additivity that converts a per-sample divergence into the -dependence of the bound. These are linked by the Le Cam inequality and Pinsker's inequality , so controlling controls and hence the indistinguishability of the candidates.

Definition (reduction to testing). Fix a finite family that is -separated: for . A test is a measurable map . The minimax probability of error is . The reduction asserts

because the minimum-distance test errs only if is at least from the true (two centres are apart). Combined with Markov's inequality , the estimation problem is bounded below by [Tsybakov 2009].

Counterexamples to common slips Intermediate+

  • "A bigger separation always gives a bigger lower bound." Only until the candidates become distinguishable. Enlarging raises but inflates , driving ; the bound is maximized at the balance point where , not at the largest .

  • "Fano needs the candidates pairwise far in KL." Fano needs them pairwise -separated in the loss but with small average KL to a reference. Loss-separation and information-closeness are different geometries; the construction must satisfy both at once.

  • "Two points always suffice." The two-point method recovers parametric rates and pointwise nonparametric rates, but for the integrated risk it loses a logarithmic-to-polynomial factor: the family must grow with (Fano) or fill a hypercube (Assouad) to match the upper bound.

  • "Total variation and KL are interchangeable." Pinsker bounds by , but not conversely; can be infinite while . Lower bounds use Hellinger when the densities have disjoint-ish support and KL when product additivity is wanted.

Key theorem with proof Intermediate+

The signature result is Le Cam's two-point method: a single pair of well-chosen candidates already forces a lower bound governed by their statistical distance. The proof is the reduction to testing of the previous section specialized to , with the two-point testing error expressed through the affinity.

Theorem (Le Cam's two-point method). Let with , and write , for the -fold product laws. Then

In particular, if then the minimax risk is at least . [Tsybakov 2009]

Proof. By the reduction to testing it suffices to bound the two-point testing error from below, since and the minimum-distance test turns an estimator into a test that errs whenever the estimator does. For any test ,

Minimizing the right side over events gives , the optimum attained by the likelihood-ratio (Neyman-Pearson) test. Hence , the first inequality. For the second, Pinsker's inequality gives , and product additivity gives . Substituting yields the stated KL form. The positivity claim is immediate: forces the bracket positive.

Corollary (parametric floor). For a smooth one-dimensional family with near a point, take with . Then is bounded, , and with squared loss the two-point bound is , recovering the Cramér-Rao order. Proof. Insert into the theorem; is constant, , and the bracket is a positive constant.

Bridge. Le Cam's two-point method is the foundational reason a lower bound is an information-distance computation rather than an estimator-by-estimator search: the reduction to testing converts into a likelihood-ratio test whose error is exactly , and Pinsker plus product additivity make that error a function of the single number . This is exactly the same Kullback divergence that governs the large-deviation rate of 37.07.06 and that appears again in Fano's method below, where a single pair is replaced by a packing of candidates and total variation is replaced by mutual information. The two-point bound generalises in two directions: increasing to capture the gain of Fano, and arranging the candidates on a hypercube so coordinatewise errors add, which is Assouad's lemma. Putting these together, the entire minimax lower-bound calculus is one principle — separate the candidates in the loss, keep them close in information — instrumented at three scales, and the bridge is that each scale trades a richer hard subproblem for a sharper floor; this builds toward the rate of the Advanced results, where two points give only the pointwise rate and the full integrated rate needs the many-point machinery, and the central insight is that the achievable rate is pinned by how many loss-separated worlds fit inside a fixed information budget .

Exercises Intermediate+

Advanced results Master

The two-point method is the base of a three-level calculus. Fano's method replaces the pair by a packing whose size enters logarithmically; Assouad's lemma arranges the candidates on a hypercube so that risk adds across coordinates; and the explicit construction over a smoothness class delivers the exact rate, certifying the kernel and wavelet estimators as minimax-optimal.

Theorem 1 (Fano's method). Let be -separated in , with product laws satisfying the average-KL bound for the mixture , equivalently with uniform. Then the minimax probability of error obeys , so for and large,

The mutual information is controlled by the convexity bound , so a family that is pairwise loss-separated yet pairwise information-close gives ; choosing the packing with achieves const [Tsybakov 2009]. Fano sharpens the two-point bound exactly because in the denominator lets the average information grow with the packing while the error stays bounded away from zero — the relative-entropy budget of 37.07.06 is spent against a logarithmically larger menu.

Theorem 2 (Assouad's lemma, the hypercube method). Index a family by the hypercube: such that for some the loss is Hamming-additive, . Then for any estimator and ,

where is the per-sample KL between two laws differing only in coordinate [Tsybakov 2009]. The proof reduces the summed risk to independent two-point tests, one per coordinate, via the identity and a coordinatewise minimum-distance decoder; each coordinate contributes a Le Cam factor. Assouad is the structural statement that the risk of estimating a function is the sum of the risks of estimating its independent features — the mechanism by which integrated risk over a smoothness class accumulates to .

Theorem 3 (the minimax rate). Let be the Hölder (or the Sobolev ) ball of smoothness on . For density estimation from i.i.d. samples, or for the fixed-design regression model , the minimax risk satisfies

The lower bound is Assouad (or Fano) applied to disjoint scaled bumps of bandwidth : each bump carries -energy and per-coordinate KL , so keeps neighbours indistinguishable while the coordinates accumulate risk [Tsybakov 2009][Wasserman 2006]. The matching upper bound is achieved by a kernel estimator of bandwidth or by a wavelet/orthogonal-series estimator thresholded at the same resolution, controlled with the variance-aware concentration of 45.05.01; the bias-squared and the variance balance at exactly the same , which is why the rate is two-sided and those estimators are minimax-optimal.

Theorem 4 (Le Cam-Birgé equivalence and the testing-affinity master bound). The three methods are instances of one inequality. For any prior on a -separated family, the Bayes risk lower-bounds the minimax risk, and the Bayes testing error between the two mixtures induced by splitting the family in two is governed by their Hellinger affinity:

and bounding this mixture total variation by a Hellinger or affinity recovers Le Cam ( point masses), Fano (uniform with the entropy bound), and Assouad (product on the hypercube) as the three canonical choices of prior [Le Cam 1973]. The -divergence variant (the Ingster-Suslina method) replaces TV by and is the route to sharp constants and to detection-boundary (rather than estimation-rate) lower bounds.

Synthesis. The minimax lower-bound calculus is one principle read at three scales, and the foundational reason it works is the reduction to testing: over all estimators collapses to a likelihood-ratio test whose error is , so a floor on estimation is a ceiling on distinguishability, an information-distance computation in the Kullback divergence of 37.07.06. Le Cam, Fano, and Assouad are the same inequality against three priors — two point masses, a uniform packing, a hypercube product — and they generalise one another: Fano is dual to Le Cam in that it spends the same per-pair information budget against a logarithmically larger menu, gaining the that the integrated risk needs, while Assouad is the central insight that risk is additive over independent features, so coordinatewise two-point tests accumulate to the that a single pair cannot produce. Putting these together, the achievable rate is pinned by the arithmetic — the largest perturbation a fixed information budget hides — and this is exactly the bandwidth at which the bias-variance balance of the kernel and wavelet upper bounds sits, so the lower bounds of this unit and the concentration-driven upper bounds of 45.05.01 meet, certifying optimality. The bridge upward at every level is the same: separate the candidate worlds in the loss, keep them within a constant information budget, and count how many such worlds the data cannot tell apart.

Full proof set Master

Proposition 1 (reduction to testing). If are -separated and is non-decreasing with , then , where .

Proof. Given an estimator , define the minimum-distance test (ties broken arbitrarily). If under , then while ; the triangle inequality forces . Hence , so . Markov's inequality gives , and taking the max over then the inf over yields the claim.

Proposition 2 (Le Cam two-point bound). For on a common space, , hence with -separation .

Proof. For any test write . Then . Taking the inf over tests is taking the sup over of , which equals attained at (the likelihood-ratio test); at the average equals the max, so the inf is exactly . The estimation bound follows from Proposition 1 with .

Proposition 3 (Fano's inequality and its estimation corollary). For a Markov chain with uniform on and : , and consequently .

Proof. Let . Expand two ways. First, since is determined by . Second, . Now , because pins and leaves among remaining values. Thus , and the data-processing inequality gives Fano. With uniform, ; bounding and rearranging gives .

Proposition 4 (mutual information bounded by average pairwise KL). For uniform on inducing with mixture , .

Proof. The identity is the definition of mutual information for a uniform mixture. Convexity of in its second argument (relative entropy is jointly convex) gives , so averaging over yields the double-sum bound. Each term satisfies by product additivity, and the average of terms each the max is the max times .

Proposition 5 (Assouad's lemma). Let satisfy (Hamming-additive loss) and . Then .

Proof. From the Hamming lower bound, , where is the induced hypercube decoder. Replacing the worst case by the average over uniform on the cube, . For each coordinate , pair with its flip ; the inner average is, per pair, a two-point testing error between and , so by Proposition 2 it is . Summing the coordinates, .

Proposition 6 (the integrated lower bound ). Over on , .

Proof. Fix a smooth bump supported on with , . Partition into cells of width and set, for , on a baseline density bounded below on its support. Each summand has -norm , so for a fixed . The squared- loss is Hamming-additive: , so the semi-distance obeys ; applying Assouad in the squared loss (each coordinate contributing ) gives summed risk . Neighbours differ in one cell, with per-sample KL , so stays once . Choose so and ; the risk is .

Connections Master

This unit is the lower-bound companion of the concentration toolkit in 45.05.01: there the variance-aware Bernstein tail controls the stochastic error of a kernel or series estimator and yields the upper bound at bandwidth ; here the Le Cam-Fano-Assouad calculus proves the matching floor, so the two together pin the minimax rate exactly and certify those estimators as optimal. The bias-variance balance that fixes in the upper bound is the same arithmetic that fixes the hard subproblem in the lower bound.

The information quantity at the centre of every bound is the Kullback-Leibler divergence developed as a rate function in 37.07.06: product additivity converts a per-sample divergence into the sample-size dependence of the floor, Pinsker's inequality routes it to total variation in Le Cam, and the average-KL bound on mutual information routes it to Fano. The relative entropy that measures how fast empirical frequencies betray a wrong model in large-deviation theory is the same quantity that measures how well an estimator can betray which of several candidate models generated the data.

The reduction of estimation to testing is the statistical-decision analogue of the No-Free-Lunch argument in 45.07.02: both lower-bound a learner by exhibiting a family of targets the data cannot separate and averaging the error over that family. No-Free-Lunch packs all labelings of a shattered set and averages with a uniform prior — a discrete Fano/Assouad instance — while the nonparametric bound packs loss-separated densities inside a fixed information budget; the shared mechanism is that a worst-case adversary over an indistinguishable family forces irreducible error, and the inductive-bias restriction No-Free-Lunch demands is the smoothness class that makes the nonparametric rate finite.

The wavelet/orthogonal-series estimator whose thresholded form attains the upper bound at the same resolution as this unit's hard subproblem is the constructive optimal estimator these bounds match; its adaptivity across smoothness levels is exactly the question of whether one estimator can meet the floor simultaneously for all , which the lower-bound calculus reframes as the cost of not knowing in advance.

Historical & philosophical context Master

The reduction of estimation to testing and the systematic use of affinities between candidate measures originate with Lucien Le Cam, whose 1973 Annals of Statistics paper on convergence of estimates under dimensionality restrictions introduced the two-point comparison and the Hellinger-affinity control that bear his name [Le Cam 1973]. Le Cam's broader programme — the comparison of statistical experiments through their deficiency and the asymptotic equivalence of estimation and testing — placed minimax lower bounds on an information-geometric footing rather than a case-by-case one.

The hypercube method was given its clean form by Patrice Assouad in 1983, isolating the additivity of risk over independent coordinates as the device that produces integrated rates [Tsybakov 2009]. The information-theoretic route through Fano's inequality descends from Robert Fano's 1950s lecture notes on channel coding and entered statistics through the recognition that a multiple-hypothesis estimation problem is a noisy channel whose capacity bounds the achievable error; the modern packaging with mutual information and the Kullback diameter is standard in the information-theory literature [Cover Thomas 2006]. The synthesis of the three methods into a single calculus for nonparametric rates, together with the explicit constructions that yield over Hölder and Sobolev classes, is the content of Tsybakov's 2009 monograph [Tsybakov 2009], with the density-estimation rates also recorded in Wasserman's treatment [Wasserman 2006]. The -divergence refinement and the detection-boundary theory are due to Yuri Ingster and collaborators in the 1980s-1990s.

Bibliography Master

@book{tsybakov2009,
  author    = {Tsybakov, Alexandre B.},
  title     = {Introduction to Nonparametric Estimation},
  publisher = {Springer},
  year      = {2009}
}

@book{wasserman2006,
  author    = {Wasserman, Larry},
  title     = {All of Nonparametric Statistics},
  publisher = {Springer},
  year      = {2006}
}

@article{lecam1973,
  author  = {Le Cam, Lucien},
  title   = {Convergence of estimates under dimensionality restrictions},
  journal = {The Annals of Statistics},
  volume  = {1},
  number  = {1},
  pages   = {38--53},
  year    = {1973}
}

@article{assouad1983,
  author  = {Assouad, Patrice},
  title   = {Deux remarques sur l'estimation},
  journal = {Comptes Rendus de l'Acad\'emie des Sciences, Paris, S\'erie I},
  volume  = {296},
  number  = {23},
  pages   = {1021--1024},
  year    = {1983}
}

@book{coverthomas2006,
  author    = {Cover, Thomas M. and Thomas, Joy A.},
  title     = {Elements of Information Theory},
  edition   = {2},
  publisher = {Wiley-Interscience},
  year      = {2006}
}

@article{ingstersuslina2003,
  author    = {Ingster, Yuri I. and Suslina, Irina A.},
  title     = {Nonparametric Goodness-of-Fit Testing Under Gaussian Models},
  journal   = {Lecture Notes in Statistics 169, Springer},
  year      = {2003}
}

@article{birge1983,
  author  = {Birg\'e, Lucien},
  title   = {Approximation dans les espaces m\'etriques et th\'eorie de l'estimation},
  journal = {Zeitschrift f\"ur Wahrscheinlichkeitstheorie und verwandte Gebiete},
  volume  = {65},
  number  = {2},
  pages   = {181--237},
  year    = {1983}
}