CMUSphinx Acoustic Model Types

CMUSphinx supports different types of the acoustic models: continuous, semi-continuous and phonetically tied (PTM).

The difference between PTM, semi-continuous and continuous models is the following. We use mixture of gaussians to compute the score of each frame, the difference is how do we build such mixture. In continuous model every senone has it’s own set of gaussians thus the total number of gaussians in the model is about 150 thousand. That’s too much to compute the mixture efficiently. In semi-continuous model we have just 700 gaussians, way less than in continuous and we only use them with different mixtures to score the frame. Due to the smaller number of gaussians semi-continuous models are fast, but because of more hardcoded structure they are also a bit less accurate.

PTM models is a gold middle here. It uses about 5000 gaussians thus providing better accuracy than semi-continuous, but it is still significantly faster than continuous thus it can be used in mobile applications. Accuracy of PTM model is almost the same as accuracy of continuous model.

In modern packages of pocketsphinx and sphinx4 PTM models are used by default.

To understand the model type you need to look in feat.params file inside the model. PTM models have -model ptm there. Continuous model have -feat 1s_c_d_dd. You can also infer the type from the model name, semi-continuous models usually have “semi” in the name.

https://cmusphinx.github.io/wiki/acousticmodeltypes/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值