van Dyk (2000) Fitting Mixed-Effects Models Using Efficient EM-Type Algorithms

em-algorithmmixed-effectsbayesianhierarchical-model

Summary

Develops a family of fast, numerically stable Expectation-Maximization (EM)-type algorithms for maximum likelihood (ML), restricted maximum likelihood (REML), and MAP (posterior mode) estimation in Gaussian linear mixed-effects models. Combines three methodological advances — ECME (Expectation-Conditional-Maximization-Either), conditional data augmentation, and PXEM (Parameter-Expanded EM) — to build algorithms that converge uniformly fast across signal-to-noise ratios while retaining monotone convergence guarantees absent from standard implementations (SAS proc mixed, S-Plus lme). Also extends the Hobert-Casella (1996) posterior-propriety result to the general multivariate mixed-effects model.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"We present efficient algorithms for maximum likelihood (ML), restricted maximum likelihood (REML), and computing posterior modes with conjugate proper and improper priors. These algorithms are not only useful in their own right, but also illustrate how parameter expansion, conditional data augmentation, and the ECME algorithm can be used in conjunction to form efficient algorithms."

"PXEM brings attention to this difficulty with the posterior [under an improper prior] — the mode is not a sufficient summary of the posterior, at least on the original scale."

My Take

A practically important paper that solves a real numerical problem: EM for mixed-effects models was well-known to be slow or unreliable in standard software. The theoretical contribution — grounding the algorithm choices in the fraction-of-missing-information framework — turns what could have been ad hoc tuning into a principled design exercise. The clearest practical take-away is the asymmetry between ML/REML (PXEM works beautifully) and proper Bayesian MAP (PXEM fails; use conditional augmentation). This paper focuses on posterior modes, not full posterior sampling; in a Bayesian time-series context, MCMC (Gibbs sampling) is more commonly used for inference, but EM modes are valuable as starting values and for approximate marginal likelihood calculations.