Independent component analysis

From Wikipedia, the free encyclopedia

Jump to: navigation, search

Independent component analysis (ICA) is a computational method for separating a multivariate signal into additive subcomponents supposing the mutual statistical independence of the non-Gaussian source signals. It is a special case of blind source separation.

Contents

[edit] Definition

When the independence assumption is correct, blind ICA separation of a mixed signal gives very good results. It is also used for signals that are not supposed to be generated by a mixing for analysis purposes. A simple application of ICA is the “cocktail party problem”, where the underlying speech signals are separated from a sample data consisting of people talking simultaneously in a room. Usually the problem is simplified by assuming no time delays and echoes. An important note to consider is that if N sources are present, at least N observations (e.g. microphones) are needed to get the original signals. This constitutes the square (J = D, where D is the input dimension of the data and J is the dimension of the model). Other cases of underdetermined (J < D) and overdetermined (J > D) have been investigated.

The statistical method finds the independent components (aka factors, latent variables or sources) by maximizing the statistical independence of the estimated components. Non-Gaussianity, motivated by the central limit theorem, is one method for measuring the independence of the components. Non-Gaussianity can be measured, for instance, by kurtosis or approximations of negentropy. Mutual information is another popular criterion for measuring statistical independence of signals.

Typical algorithms for ICA use centering, whitening (usually with the eigenvalue 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.

In general, ICA cannot identify the actual number of source signals, a uniquely correct ordering of the source signals, nor the proper scaling (including sign) of the source signals.

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.

[edit] Mathematical definitions

Linear independent component analysis can be divided into noiseless and noisy cases, where noiseless ICA is a special case of noisy ICA. Nonlinear ICA should be considered as a separate case.

[edit] General definition

The data is represented by the random vector x=(x_1,\ldots,x_m) and the components as the random vector s=(s_1,\ldots,s_n). The task is to transform the observed data x, using a linear static transformation W as

 
s = W x
 \,,

into maximally independent components s measured by some function F(s_1,\ldots,s_n) of independence.

[edit] Generative model

[edit] Linear noiseless ICA

The components xi of the observed random vector x=(x_1,\ldots,x_m)^T are generated as a sum of the independent components sk, k=1,\ldots,n:

x_i = a_{i,1} s_1 + \ldots + a_{i,k} s_k + \cdots + a_{i,n} s_n

weighted by the mixing weights ai,k.

The same generative model can be written in vectorial form as x=\sum_{k=1}^{n} s_k a_k, where the observed random vector x is represented by the basis vectors a_k=(a_{1,k},\ldots,a_{m,k})^T. The basis vectors ak form the columns of the mixing matrix A=(a_1,\ldots,a_n) and the generative formula can be written as x = As, where s=(s_1,\ldots,s_n)^T.

Given the model and realizations (samples) x_1,\ldots,x_N of the random vector x, the task is to estimate both the mixing matrix A and the sources s. This is done by adaptively calculating the w vectors and setting up a cost function which either maximizes the nongaussianity of the calculated sk = (wT * x) or minimizes the mutual information. In some cases, a priori knowledge of the probability distributions of the sources can be used in the cost function.

The original sources s can be recovered by multiplying the observed signals x with the inverse of the mixing matrix W = A − 1, also known as the unmixing matrix. Here it is assumed that the mixing matrix is square (n = m). If the number of basis vectors is greater than the dimensionality of the observed vectors, n < m, the task is overcomplete but is still solvable.

[edit] Linear noisy ICA

With the added assumption of zero-mean and uncorrelated Gaussian noise n\sim N(0,\operatorname{diag}(\Sigma)), the ICA model takes the form x = As + n.

[edit] Nonlinear ICA

The mixing of the sources does not need to be linear. Using a nonlinear mixing function f(\cdot|\theta) with parameters θ the nonlinear ICA model is x = f(s | θ) + n.

[edit] Identifiability

The independent components are identifiable up to a permutation and scaling of the sources. This identifiability requires that:

  • At most one of the sources sk is Gaussian,
  • The number of observed mixtures, m, must be at least as large as the number of estimated components n: m \ge n. It is equivalent to say that the mixing matrix A must be of full rank for its inverse to exist.

[edit] See also

[edit] References

[edit] External links

Personal tools