Maximum likelihood linear regression or MLLR computes a set of transformations that will reduce the mismatch between an initial model set and the adaptation data9.2. More specifically MLLR is a model adaptation technique that estimates a set of linear transformations for the mean and variance parameters of a Gaussian mixture HMM system. The effect of these transformations is to shift the component means and alter the variances in the initial system so that each state in the HMM system is more likely to generate the adaptation data. Note that due to computational reasons, MLLR is only implemented within HTK for diagonal covariance, single stream, continuous density HMMs.
The transformation matrix used to give a new estimate of the adapted mean is
given by
The transformation matrix
is obtained by solving a
maximisation problem using the Expectation-Maximisation
(EM) technique. This technique is also used to compute the variance
transformation matrix. Using EM results in the maximisation of a
standard auxiliary function. (Full details are available in
section 9.4.)