Jump to content

User:Icax0r/Maximum likelihood linear regression

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Icax0r (talk | contribs) at 22:15, 2 August 2011 (Created page with '{{Userspace draft|source=ArticleWizard|date={{Subst:CURRENTMONTHNAME}} {{Subst:CURRENTYEAR}}}} {{Subst:Nul|<==do not change this line it will set the date automatic...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Maximum Likelihood Linear Regression (also known as MLLR) is a commonly-used technique in Speech recognition for speaker adaptation. Given a small amount of speech from a target speaker, the parameters of a speaker-independent model can be adjusted to maximize the likelihood of the target speaker's speech under the model.

Description

Parameter Tying

If not all of the distributions are observed in the training data, then the parameters may be tied - i.e. a single transformation matrix is applied to several distributions. Distributions can be clustered according to phonetic similarity, or automatic clustering methods may be used.

-- TODO -- math

Relation to Other Types of Adaptation

CMLLR

-- TODO -- doesn't rely on having a transcript.  and MLLR does??  use a GMM to estimate the tr

MAP Adaptation

-- TODO you need more data. --

References