Fast Algorithm for GMM-Based Pattern Classifier
SUMMARY
- Gussian distribution is popularly used in statistical pattern classification problems.
 Not suitabe for modeling a multi-modal distribution.
- Gussian mixture model (GMM) can approximate a multi-modal distribution and be an alternative.
 Higher computational costs are not preferable.
- Statistical pattern classification problems often meet a situation that comparison between probabilities is obvious and redundant.
- In this work, an efficient implemetation of the exponential function is proposed for GMM-based pattern classification.
- A hardware friendly algorithm is obtained.
- Evaluation on programmable DSP shows the significance.
- Adaptive control of computational precision is achieved to reduce the redundant operations.
 

Idea
A comparison of the exponential function’s evaluation is replaced by a comparison of the intervals based on the following inequality:
      ![Rendered by QuickLaTeX.com \[ 2^{-(\lfloor z\log_2 e\rfloor+1)}<\exp(-z)\leq 2^{-\lfloor z\log_2 e\rfloor}, \]](https://www.eng.niigata-u.ac.jp/~msiplab/wordpress/wp-content/ql-cache/quicklatex.com-09461dcea368670b67940986f9b968d3_l3.png)
 where  . Since
. Since  is constant (1.442695040888963…), the interval calculation is achieved only by constant scaling of positive variable
 is constant (1.442695040888963…), the interval calculation is achieved only by constant scaling of positive variable  , flooring and bit shifts.
, flooring and bit shifts.
Journal Paper
- Hidenori Watanabe and Shogo Muramatsu: Fast Algorithm and Efficient Implementation of GMM-Based Pattern Classifiers, Journal of Signal Processing Systems, Springer, Volume 63, Number 1, April 2011 , pp. 107-116(10), DOI: 10.1007/s11265-009-0439-z, Apr. 2011. (Online)
Proceedings
- Shogo Muramatsu and Hidenori Watanabe: Fast Algorithm for GMM-Based Pattern Classifier, Proc. of 2009 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP2009), pp.633-636, Taipei, Apr. 2009.
Patent
- Identification Device, Identification Method, and Identification Processing Program,Shogo Muramatsu, Hidenori Watanabe
 ( 8,321,368,Nov. 27, 2012) ,USA


