Composite Hypotheses and the GLRT
When the Signal Is Only Partially Known
In practice the received signal is rarely known exactly. A radar return has an unknown amplitude set by the target's radar cross-section; a carrier arrives with an unknown phase; a pulse is delayed by an unknown propagation time. We must detect whether something is there even though what it looks like lies in a parametric family. This is the domain of composite hypothesis testing, for which the generalised likelihood ratio test (GLRT) is the workhorse.
Definition: Composite Hypothesis Testing
Composite Hypothesis Testing
Let be a family of densities indexed by a parameter vector . A composite hypothesis testing problem is a pair
where are disjoint subsets of . When at least one contains more than a single point, the hypothesis is called composite; otherwise simple.
The LRT of Chapter 1 is not directly applicable: there is no single density against which to form a ratio. We need a principled way to collapse the parameter uncertainty.
Definition: Generalised Likelihood Ratio Test (GLRT)
Generalised Likelihood Ratio Test (GLRT)
The GLRT replaces the unknown parameters under each hypothesis with their maximum-likelihood estimates and forms the ratio
The GLRT decides if for a threshold chosen to achieve a prescribed false-alarm rate.
Unlike the Neyman--Pearson LRT, the GLRT is not guaranteed to be uniformly most powerful. It is, however, (i) easily derived whenever the MLE is tractable, (ii) asymptotically optimal under mild regularity, and (iii) invariant under reparametrisation --- which is why it dominates engineering practice.
Definition: Non-Coherent Detection
Non-Coherent Detection
Detection of a signal whose carrier phase is unknown and treated as a nuisance parameter is called non-coherent detection. Formally, let with unknown uniform. The GLRT over yields the envelope detector.
Theorem: GLRT for Unknown-Amplitude Signal in AWGN
Consider the composite hypothesis
with and known unit-energy template . The GLRT statistic is
and the test decides iff . Under , ; under it is non-central with non-centrality .
Without knowing the sign of , the detector cannot meaningfully compare the correlator to a single threshold; it compares its magnitude, yielding a two-sided test.
MLE of $A$ under $\mathcal{H}_1$.
The log-likelihood under is
Setting the derivative to zero:
(Using .)
Profile likelihood.
Substituting into ,
Under there is nothing to maximise:
Form the GLRT statistic.
|\mathbf{s}^{\mathsf{T}}\mathbf{y}|\gamma$.
Distribution of the statistic.
Under , , so its square is . Under , , so its square is non-central with parameter .
Theorem: GLRT for Unknown-Phase Signal Yields the Envelope Detector
Consider a signal with two known real quadrature components of equal norm and , parameterised by an unknown phase :
The GLRT statistic is the envelope
Without phase information, the detector cannot distinguish from branches. The magnitude is phase-invariant.
Log-likelihood under $\mathcal{H}_1$.
$
Maximise over $\phi$.
Let and . The phase-dependent term is , where and . The maximum over is , attained at . Hence
Compute the GLRT.
R(\mathbf{y})\blacksquare$
Example: Cost of Unknown Amplitude
At and dB, compare the detection probability of (i) the clairvoyant LRT that knows exactly and (ii) the GLRT that allows to take any sign.
Clairvoyant LRT.
. .
GLRT (two-sided threshold).
The GLRT uses the threshold since both tails contribute to the false alarm. With ,
Interpretation.
The GLRT loses roughly 0.1 on at this operating point --- the fraction of the two-sided false-alarm mass "wasted" on the wrong side. This gap shrinks at high SNR and widens at low SNR.
Example: Matched-Subspace GLRT
Suppose where has known orthonormal columns and is unknown. Derive the GLRT.
MLE of $\boldsymbol{\alpha}$.
The log-likelihood is . Since , the MLE is .
Profile likelihood.
Plugging in: ,
where is the projector onto the signal subspace.
GLRT decision rule.
Decide iff : project the data onto the signal subspace and threshold its squared norm. The scalar GLRT of TGLRT for Unknown-Amplitude Signal in AWGN is the special case .
GLRT vs. LRT for Unknown Amplitude
Detection probability of the clairvoyant LRT, a mismatched LRT that assumes the wrong amplitude , and the two-sided GLRT, as varies. Vary to see the LRT's vulnerability to amplitude mismatch --- something the GLRT avoids by construction.
Parameters
Common Mistake: GLRT Is Not Always UMP
Mistake:
"The GLRT is derived from the LRT, so it must be uniformly most powerful for every composite hypothesis."
Correction:
The GLRT is a heuristic. For a two-sided Gaussian mean test (), no UMP test even exists, so no procedure can dominate the GLRT uniformly --- but one can sometimes design locally most powerful tests that outperform the GLRT at small signal levels. Still, the GLRT is the engineering default because its derivation is mechanical and its asymptotic efficiency is well understood.
Quick Check
The envelope detector is the GLRT for which problem?
Known signal in AWGN
Signal with unknown carrier phase
Signal with unknown delay only
Signal with unknown amplitude and sign
The unknown phase is profiled out, leaving .
Quick Check
Under regularity conditions, as the GLRT statistic under converges in distribution to:
A Gaussian .
A chi-squared with .
A non-central chi-squared.
The exponential distribution.
This is Wilks' theorem — the asymptotic distribution of the GLRT statistic under .
Operational Interpretation
Every practical detector that claims to "adapt" to an unknown nuisance parameter --- adaptive matched filter, CFAR, GPS acquisition with Doppler search, cell-search in LTE --- is a disguised GLRT. The max-over-parameters step is typically implemented as a bank of parallel correlators followed by a maximum operator, or (in the continuous case) a peak-finder on the correlator output. Seen through this lens the detector's structural complexity is proportional to the dimension and fineness of the nuisance-parameter search grid.