Bock and Aitkin make item-response-theory (IRT) estimation practical by estimating item parameters from the marginal likelihood — integrating the person ability out of the likelihood — and maximizing it with an EM algorithm. This sidesteps the two failures of earlier approaches: conditional ML works only for the Rasch model (which has a sufficient statistic for ability), and joint ML of person + item parameters is inconsistent (the number of nuisance ability parameters grows with the sample — the incidental-parameters problem). By characterizing the ability distribution empirically (on quadrature nodes) they avoid arbitrary distributional assumptions, and the method applies to general models — two- and three-parameter logistic/normal-ogive, multi-category, and multidimensional IRT.
"Maximum likelihood estimation of item parameters in the marginal distribution, integrating over the distribution of ability, becomes practical when computing procedures based on an EM algorithm are used."
"By characterizing the ability distribution empirically, arbitrary assumptions about its form are avoided. The EM procedure is shown to apply to general item-response models lacking simple sufficient statistics for ability."
This is the paper that made modern IRT computable, and it is a textbook case of the right way to handle a latent nuisance variable: don't try to estimate every person's ability (that way lies the incidental-parameters inconsistency), and don't restrict yourself to the one model where you can condition it away (Rasch) — instead integrate it out and let EM do the missing-data bookkeeping. The E-step's "expected number correct at each ability level" is a beautifully concrete instance of the EM philosophy, and the empirical/quadrature treatment of prefigures nonparametric mixing and the Bock-Aitkin "empirical prior" that the wiki's multivariate probit page already uses as a normality check. It sits directly upstream of the Bayesian data-augmentation alternative (Albert 1992, Béguin-Glas 2001): where Bock-Aitkin marginalize ability and maximize by EM, the Gibbs samplers impute it and draw — two routes to the same latent-trait likelihood. For the wiki it is the marginal-maximum-likelihood foundation under the IRT and EM threads (and the estimation engine of BILOG/TESTFACT).