Chapter Summary

Chapter 4 Summary: Sequential Detection and CFAR

Key Points

  • 1.

    The SPRT accumulates log-likelihood ratios Sn=βˆ‘i=1nβ„“(yi)S_n = \sum_{i=1}^n \ell(y_i) and stops the first time SnS_n exits the interval [B,A][B, A] with Aβ‰ˆlog⁑1βˆ’Ξ²Ξ±A \approx \log\frac{1-\beta}{\alpha}, Bβ‰ˆlog⁑β1βˆ’Ξ±B \approx \log\frac{\beta}{1-\alpha}.

  • 2.

    Wald's identity E[SN]=E[N]β‹…E[β„“]\mathbb{E}[S_N] = \mathbb{E}[N] \cdot \mathbb{E}[\ell] yields the average sample number: the SPRT uses roughly 2log⁑(1/Ξ±)/D(p1βˆ₯p0)2\log(1/\alpha) / D(p_1 \| p_0) samples on average, versus n∼log⁑(1/Ξ±)/Dn \sim \log(1/\alpha) / D for a fixed-sample LRT β€” a 2x saving.

  • 3.

    The Wald-Wolfowitz theorem: among all tests (sequential or fixed) with the same PfP_f and PdP_d, the SPRT minimizes E0[N]\mathbb{E}_0[N] AND E1[N]\mathbb{E}_1[N].

  • 4.

    CUSUM detects a change from p0p_0 to p1p_1 via Wn=max⁑(0,Wnβˆ’1+β„“(yn))W_n = \max(0, W_{n-1} + \ell(y_n)); stop at the first nn with Wnβ‰₯hW_n \geq h. Lorden's minimax framework: CUSUM asymptotically minimizes the worst-case detection delay for a given mean-time-between-false-alarms Ξ³\gamma.

  • 5.

    For CUSUM with threshold hh: ARL0β‰ˆeh/D(p0βˆ₯p1)\mathrm{ARL}_0 \approx e^h / D(p_0 \| p_1) and worst-case detection delay β‰ˆh/D(p1βˆ₯p0)\approx h / D(p_1 \| p_0). Delay grows logarithmically with the false-alarm rate.

  • 6.

    CFAR detectors keep PfP_f constant even when the noise level is unknown. CA-CFAR estimates noise from NN adjacent cells and scales the threshold as T=Ξ±CAΟƒ^2T = \alpha_{CA} \hat\sigma^2; the multiplier Ξ±CA=N(Pfβˆ’1/Nβˆ’1)\alpha_{CA} = N(P_f^{-1/N} - 1) follows from the F-distribution of the test statistic.

  • 7.

    CA-CFAR degrades at clutter edges and near interfering targets; OS-CFAR (kth-order statistic) is more robust to interference; GO-CFAR/SO-CFAR trade clutter-edge performance against multi-target masking.

  • 8.

    Applications: early-stopping in iterative decoding (SPRT on posterior LLRs), handover triggering (CUSUM on RSS), radar target detection (CFAR on range-Doppler maps), and spectrum sensing for cognitive radio (sequential energy detection).

Looking Ahead

Chapter 5 shifts from discrete-hypothesis decision problems to the estimation of continuous-valued parameters. The log-likelihood ratio that drives the SPRT is replaced by the score function, and the Kullback-Leibler divergence that controls detection exponents is replaced by its local quadratic approximation β€” the Fisher information. The sequential and fixed-sample analyses we developed here will return in Chapter 8 (EM as a deterministic analog of sequential updating) and throughout Part IV (iterative message passing is a sequential procedure with convergence guarantees).