I am just attempting to classify some data with GMM-UBM MAP adaptation approach. Inspired of speaker recognition, Initially, I used same covariance threshold as it used in MFCC features based speaker recognition applications (0.1) but I was not able to adapt models. The features I am trying to classify,  have a different range of values as compared to typical MFCC features, I started changing the covariance threhsold, and I was able to adapt the models. I want to know what is the significance of covariance threshold, and what is the optimal way to compute covariance threshold. 

Similar questions and discussions