Papers
Topics
Authors
Recent
Search
2000 character limit reached

Window-Limited GLR-CuSum Detection

Updated 15 June 2026
  • Window-Limited GLR-CuSum is a sequential change detection method that uses a sliding window to estimate unknown post-change distributions, ensuring fast adaptation.
  • It achieves first-order asymptotic optimality by balancing statistical precision and computational efficiency through window-restricted likelihood maximization.
  • Practical implementations leverage recursive data structures and window size tuning to maintain low per-sample cost in both parametric and nonparametric settings.

The window-limited generalized likelihood-ratio cumulative sum (GLR-CuSum) procedure is a family of sequential change detection methods designed for quickest change detection (QCD) when the post-change distribution is unknown and inferred online using only a finite sliding window of recent observations. These procedures were introduced to reconcile statistical optimality, computational tractability, fast adaptation, and robustness in both parametric and nonparametric settings. Window-limited GLR-CuSum achieves first-order asymptotic optimality under broad model assumptions, and its recent generalizations extend to nonparametric, nuisance, and nonstationary post-change regimes (Liang et al., 2023, Lau et al., 2019, Xie et al., 2022, Liang et al., 2021, Lau et al., 2019).

1. Quickest Change Detection and the Need for Window Limitation

In the classical QCD setup, observations X1,X2,...X_1,X_2,... are independent; for an unknown change-point ν\nu, the pre-change regime (n<νn<\nu) has distribution f0f_0 (known), and the post-change regime (n≥νn\geq\nu) has distribution f1f_1 (typically unknown or partially specified). The objective is to minimize the worst-case detection delay

$\WADD(T)=\sup_{\nu\ge1}\esssup\,\E_\nu\bigl[(T-\nu+1)^+\mid\F_{\nu-1}\bigr]$

subject to a false-alarm constraint

$\E_\infty[T]\ge\gamma$

for a (large) target γ\gamma. While CuSum and likelihood-ratio-based schemes achieve minimax optimality when f1f_1 is known, in practice ν\nu0 is often unknown and must be estimated. Standard GLR-CuSum statistics scan back over the entire observed history at each time, causing both computational and statistical delays (e.g., large burn-in). Window-limited GLR-CuSum restricts estimation and maximization to the most recent ν\nu1 samples, maintaining optimality while drastically improving efficiency and responsiveness (Liang et al., 2023, Lau et al., 2019, Liang et al., 2021, Xie et al., 2022).

2. Window-Limited GLR-CuSum: Definitions and Algorithm

The generic window-limited GLR-CuSum statistic at time ν\nu2 takes the form: ν\nu3 where ν\nu4 is the set of candidate change-points inside an ν\nu5-length sliding window, and ν\nu6 denotes the post-change density parameterized by ν\nu7 (possibly nonstationary, i.e., dependent on time since the putative change at ν\nu8). For a fixed or suitably growing window size ν\nu9, the stopping rule is

n<νn<\nu0

where threshold n<νn<\nu1 is chosen so that n<νn<\nu2 for the desired average run length (ARL) constraint (Liang et al., 2021, Xie et al., 2022).

Nonparametric variants (NGLR-CuSum) replace parametric likelihoods with sliding-window density estimators (e.g., kernel density estimates computed on samples n<νn<\nu3 for leave-one-out correction), and use

n<νn<\nu4

with the statistic

n<νn<\nu5

and otherwise identical stopping rule (Liang et al., 2023).

3. Statistical Properties and Optimality

Window-limited GLR-CuSum schemes are proven to be first-order asymptotically optimal in Lorden's sense: n<νn<\nu6 where n<νn<\nu7 is a generalized Kullback–Leibler information number dependent on the post-change regime. For parametric and certain nonstationary models, the cumulative or instantaneous mean KL-divergence governs the detection-delay scaling (Liang et al., 2021, Xie et al., 2022). For nonparametric density estimation, rates depend on estimator convergence: n<νn<\nu8 ensuring optimal WADD as n<νn<\nu9 if the window f0f_00 grows at least linearly in f0f_01 (threshold) and f0f_02 (Liang et al., 2023).

False-alarm rates are controlled via renewal-theoretic calculations, motivating thresholds of the form f0f_03 with higher-order corrections for nonparametric estimators (to account for "max-product" bounds) (Liang et al., 2023).

Under suitable conditions, window-limited GLR-CuSum procedures match the minimax lower bounds for detection delay while guaranteeing ARL constraints—robust to misspecification and model complexity (Liang et al., 2021, Xie et al., 2022, Liang et al., 2023).

4. Window Size Selection and Practical Considerations

Asymptotic results require the window size f0f_04 to satisfy: f0f_05 where f0f_06 is the inverse growth of the cumulative post-change KL divergence, capturing the typical delay scale. In i.i.d. or stationary settings, f0f_07 suffices; nonparametric tests employ f0f_08 or f0f_09 for n≥νn\geq\nu0 (Liang et al., 2023, Liang et al., 2021). Window sizes that grow too slowly result in suboptimal delay, while excessive growth incurs unnecessary computation. For practical tuning, one sets n≥νn\geq\nu1 close to n≥νn\geq\nu2 and verifies estimator-specific conditions (e.g., the "max-product" moment, leave-one-out cross-validation) (Liang et al., 2023).

Efficient recursive implementations exploit monotone-queue data structures and partial sum representations to keep per-sample cost n≥νn\geq\nu3 for classical and n≥νn\geq\nu4 for composite parameter or nonparametric settings (where n≥νn\geq\nu5 is the number of grid points for parameter discretization) (Liang et al., 2021, Xie et al., 2022, Liang et al., 2023).

5. Model Variants and Extensions

Window-limited GLR-CuSum accommodates a broad array of QCD problems, including:

  • Nonparametric uncertainty: NGLR-CuSum achieves minimax rates without any prior knowledge of n≥νn\geq\nu6, driven solely by the smoothness (e.g., Hölder class) and convergence properties of the density estimator (Liang et al., 2023).
  • Nonstationary post-change: Allows n≥νn\geq\nu7 to vary with time since change. Asymptotic delay is governed by a function n≥νn\geq\nu8 tracking cumulative expected post-change divergence; minimax-optimality holds under regularity and concentration-of-measure assumptions (Liang et al., 2021).
  • Nuisance changes: The window-limited GLR form extends to discriminating critical changes from nuisance shifts by maximizing test statistics over all candidates for the nuisance-change point, retaining optimality provided identifiability via KL-separation (Lau et al., 2019).
  • Sampling constraints and switching costs: The methodology extends to settings with restricted observation policies, capturing both observation sparsity and switching penalizations via randomized finite-window patterns and Markovian policy synthesis (Lau et al., 2019).

6. Numerical Performance and Empirical Validation

Extensive numerical experiments validate theory across several canonical and applied settings:

  • Gaussian mean shift (unknown mean): NGLR-CuSum and parametric window-limited GLR-CuSum achieve detection delays indistinguishable from the oracle CuSum with known mean, as long as window sizes are chosen per the theoretical guidelines. For moderate n≥νn\geq\nu9, ARL and delay scale as predicted by renewal theory and minimax optimality (Liang et al., 2023, Xie et al., 2022).
  • Exponential and decaying mean models: In scenarios with nonstationary or composite post-change parameters, window-limited GLR-CuSum tracks optimal known-parameter detection performance for large enough f1f_10; the influence of window selection is especially pronounced for heavy-tailed or fast-varying post-change models (Liang et al., 2021).
  • Nuisance regimes: In the presence of nuisance changes, window-limited GLR-CuSum outperforms moving-average and two-stage procedures in both theoretical and empirical comparisons (Lau et al., 2019).
  • Applied contexts (e.g., pandemic monitoring): Real-world data such as COVID-19 incidence timeseries illustrate the practical effectiveness of window-limited GLR-CuSum in rapidly and reliably identifying change points corresponding to major trend shifts (Liang et al., 2021).

7. Relation to Classical and Contemporary QCD Schemes

The window-limited GLR-CuSum generalizes several classical QCD detectors:

Method Post-change knowledge Statistic Windowed? Asymptotic optimality
CuSum f1f_11 known LLR sum No Yes
Parametric GLR-CuSum f1f_12 in known family Sup over f1f_13 Optional Yes, windowed or not
Window-limited GLR-CuSum f1f_14 in (rich) family Windowed sup Yes Yes
NGLR-CuSum f1f_15 unknown, smooth Nonparametric LR Yes Yes with estimator

These approaches constitute a unified toolkit for detection under uncertainty, offering trade-offs between computational load, adaptation lag, and distributional assumptions. For many realistic applications, windowing is both necessary and sufficient for minimax-optimal QCD (Liang et al., 2023, Lau et al., 2019, Xie et al., 2022, Liang et al., 2021, Lau et al., 2019).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Window-Limited Generalized Likelihood-Ratio (GLR) CuSum.