Wood (2011) Fast Stable REML and ML Estimation of Semiparametric GLMs

generalized-additive-modelremlsmoothing-parameter-selectionpenalized-regressionlaplace-approximationgeneralized-linear-modelsmoothing

Summary

Wood develops the first method for selecting the smoothing parameters of a semiparametric generalized linear model by directly optimizing a restricted maximum likelihood (REML) or marginal likelihood (ML) criterion, rather than iterating REML/ML on working linear approximations. A Laplace approximation yields an approximate REML/ML for any GLM that is a well-defined, differentiable function of the smoothing parameters, so it can be optimized efficiently and reliably. The method requires Newton-Raphson (not Fisher scoring) for the GLM fit, for which a numerically stable scheme is proposed; it is the algorithm behind the mgcv R package.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"This article develops the first such method for REML or ML estimation of smoothing parameters. A Laplace approximation is used to obtain an approximate REML or ML for any GLM, which is suitable for efficient direct optimization."

My Take

The paper that made REML-based GAM fitting trustworthy: by turning the marginal likelihood into a directly optimizable, differentiable function of the smoothing parameters (via a Laplace approximation, with a stable Newton-Raphson inner fit), it removed the convergence failures that plagued earlier iterative/PQL schemes. That reliability is why mgcv became the default GAM engine. The interesting tension it crystallizes — prediction-error (GCV) criteria have the better asymptotic prediction but REML is more stable and less prone to catastrophic under-smoothing — is exactly the estimation-vs-identification trade-off in another guise. It complements the basis-penalty story in P-splines: p-splines supply the smoother, Wood (2011) supplies the smoothing-parameter estimator.