Video track analysis of ICA VOICE BIOMETRIC...
by barkkathulla[ Edit ] 2012-09-22 11:35:34
Typical algorithms for ICA use centering, whitening (usually with the Eigen value decomposition), and dimensionality reduction as preprocessing steps in order to simplify and reduce the complexity of the problem for the actual iterative algorithm. Whitening and dimension reduction can be achieved with principal component analysis or singular value decomposition. Whitening ensures that all dimensions are treated equally a priori before the algorithm is run. Algorithms for ICA include infomax, FastICA, and JADE, but there are many others also.
ICA is important to blind signal separation and has many practical applications. It is closely related to (or even a special case of) the search for a factorial code of the data, i.e., a new vector-valued representation of each data vector such that it gets uniquely encoded by the resulting code vector (loss-free coding), but the code components are statistically independent.Linear independent component analysis can be divided into noiseless and noisy cases, where noiseless ICA is a special case of noisy ICA.