Contents
Independent component analysis
In signal processing, independent component analysis (ICA) is a computational method for separating a multivariate signal into additive subcomponents. This is done by assuming that at most one subcomponent is Gaussian and that the subcomponents are statistically independent from each other. ICA was invented by Jeanny Hérault and Christian Jutten in 1985. ICA is a special case of blind source separation. A common example application of ICA is the "cocktail party problem" of listening in on one person's speech in a noisy room.
Introduction
Independent component analysis attempts to decompose a multivariate signal into independent non-Gaussian signals. As an example, sound is usually a signal that is composed of the numerical addition, at each time t, of signals from several sources. The question then is whether it is possible to separate these contributing sources from the observed total signal. When the statistical 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 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 or echoes. Note that a filtered and delayed signal is a copy of a dependent component, and thus the statistical independence assumption is not violated. Mixing weights for constructing the M observed signals from the N components can be placed in an M \times N matrix. An important thing to consider is that if N sources are present, at least N observations (e.g. microphones if the observed signal is audio) are needed to recover the original signals. When there are an equal number of observations and source signals, the mixing matrix is square (M = N). Other cases of underdetermined (M < N) and overdetermined (M > N) have been investigated. The success of ICA separation of mixed signals relies on two assumptions and three effects of mixing source signals. Two assumptions: Three effects of mixing source signals: Loosely speaking, a sum of two independent random variables usually has a distribution that is closer to Gaussian than any of the two original variables. Here we consider the value of each signal as the random variable. Those principles contribute to the basic establishment of ICA. If the signals extracted from a set of mixtures are independent and have non-Gaussian distributions or have low complexity, then they must be source signals.
Defining component independence
ICA finds the independent components (also called factors, latent variables or sources) by maximizing the statistical independence of the estimated components. We may choose one of many ways to define a proxy for independence, and this choice governs the form of the ICA algorithm. The two broadest definitions of independence for ICA are The Minimization-of-Mutual information (MMI) family of ICA algorithms uses measures like Kullback-Leibler Divergence and maximum entropy. The non-Gaussianity family of ICA algorithms, motivated by the central limit theorem, uses kurtosis and negentropy. Typical algorithms for ICA use centering (subtract the mean to create a zero mean signal), 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. Well-known algorithms for ICA include infomax, FastICA, JADE, and kernel-independent component analysis, among others. 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.
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.
General
The data are represented by the observed random vector and the hidden components as the random vector The task is to transform the observed data using a linear static transformation as into a vector of maximally independent components measured by some function of independence.
Generative model
Linear noiseless ICA
The components x_i of the observed random vector are generated as a sum of the independent components s_k, : weighted by the mixing weights a_{i,k}. The same generative model can be written in vector form as, where the observed random vector is represented by the basis vectors. The basis vectors form the columns of the mixing matrix and the generative formula can be written as, where. Given the model and realizations (samples) of the random vector, the task is to estimate both the mixing matrix and the sources. This is done by adaptively calculating the vectors and setting up a cost function which either maximizes the non-gaussianity of the calculated 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 can be recovered by multiplying the observed signals with the inverse of the mixing matrix, 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 with the pseudo inverse.
Linear noisy ICA
With the added assumption of zero-mean and uncorrelated Gaussian noise, the ICA model takes the form.
Nonlinear ICA
The mixing of the sources does not need to be linear. Using a nonlinear mixing function with parameters \theta the nonlinear ICA model is.
Identifiability
The independent components are identifiable up to a permutation and scaling of the sources. This identifiability requires that:
Binary ICA
A special variant of ICA is binary ICA in which both signal sources and monitors are in binary form and observations from monitors are disjunctive mixtures of binary independent sources. The problem was shown to have applications in many domains including medical diagnosis, multi-cluster assignment, network tomography and internet resource management. Let be the set of binary variables from m monitors and be the set of binary variables from n sources. Source-monitor connections are represented by the (unknown) mixing matrix, where g_{ij} = 1 indicates that signal from the i-th source can be observed by the j-th monitor. The system works as follows: at any time, if a source i is active (y_i=1) and it is connected to the monitor j (g_{ij}=1) then the monitor j will observe some activity (x_j=1). Formally we have: where \wedge is Boolean AND and \vee is Boolean OR. Noise is not explicitly modelled, rather, can be treated as independent sources. The above problem can be heuristically solved by assuming variables are continuous and running FastICA on binary observation data to get the mixing matrix (real values), then apply round number techniques on to obtain the binary values. This approach has been shown to produce a highly inaccurate result. Another method is to use dynamic programming: recursively breaking the observation matrix into its sub-matrices and run the inference algorithm on these sub-matrices. The key observation which leads to this algorithm is the sub-matrix of where corresponds to the unbiased observation matrix of hidden components that do not have connection to the i-th monitor. Experimental results from show that this approach is accurate under moderate noise levels. The Generalized Binary ICA framework introduces a broader problem formulation which does not necessitate any knowledge on the generative model. In other words, this method attempts to decompose a source into its independent components (as much as possible, and without losing any information) with no prior assumption on the way it was generated. Although this problem appears quite complex, it can be accurately solved with a branch and bound search tree algorithm or tightly upper bounded with a single multiplication of a matrix with a vector.
Methods for blind source separation
Projection pursuit
Signal mixtures tend to have Gaussian probability density functions, and source signals tend to have non-Gaussian probability density functions. Each source signal can be extracted from a set of signal mixtures by taking the inner product of a weight vector and those signal mixtures where this inner product provides an orthogonal projection of the signal mixtures. The remaining challenge is finding such a weight vector. One type of method for doing so is projection pursuit. Projection pursuit seeks one projection at a time such that the extracted signal is as non-Gaussian as possible. This contrasts with ICA, which typically extracts M signals simultaneously from M signal mixtures, which requires estimating a M × M unmixing matrix. One practical advantage of projection pursuit over ICA is that fewer than M signals can be extracted if required, where each source signal is extracted from M signal mixtures using an M-element weight vector. We can use kurtosis to recover the multiple source signal by finding the correct weight vectors with the use of projection pursuit. The kurtosis of the probability density function of a signal, for a finite sample, is computed as where is the sample mean of \mathbf{y}, the extracted signals. The constant 3 ensures that Gaussian signals have zero kurtosis, Super-Gaussian signals have positive kurtosis, and Sub-Gaussian signals have negative kurtosis. The denominator is the variance of \mathbf{y}, and ensures that the measured kurtosis takes account of signal variance. The goal of projection pursuit is to maximize the kurtosis, and make the extracted signal as non-normal as possible. Using kurtosis as a measure of non-normality, we can now examine how the kurtosis of a signal extracted from a set of M mixtures varies as the weight vector \mathbf{w} is rotated around the origin. Given our assumption that each source signal \mathbf{s} is super-gaussian we would expect: For multiple source mixture signals, we can use kurtosis and Gram-Schmidt Orthogonalization (GSO) to recover the signals. Given M signal mixtures in an M-dimensional space, GSO project these data points onto an (M-1)-dimensional space by using the weight vector. We can guarantee the independence of the extracted signals with the use of GSO. In order to find the correct value of \mathbf{w}, we can use gradient descent method. We first of all whiten the data, and transform \mathbf{x} into a new mixture \mathbf{z}, which has unit variance, and. This process can be achieved by applying Singular value decomposition to \mathbf{x}, Rescaling each vector, and let. The signal extracted by a weighted vector \mathbf{w} is. If the weight vector w has unit length, then the variance of y is also 1, that is. The kurtosis can thus be written as: The updating process for \mathbf{w} is: where \eta is a small constant to guarantee that \mathbf{w} converges to the optimal solution. After each update, we normalize, and set , and repeat the updating process until convergence. We can also use another algorithm to update the weight vector \mathbf{w}. Another approach is using negentropy instead of kurtosis. Using negentropy is a more robust method than kurtosis, as kurtosis is very sensitive to outliers. The negentropy methods are based on an important property of Gaussian distribution: a Gaussian variable has the largest entropy among all continuous random variables of equal variance. This is also the reason why we want to find the most nongaussian variables. A simple proof can be found in Differential entropy. y is a Gaussian random variable of the same covariance matrix as x An approximation for negentropy is A proof can be found in the original papers of Comon; it has been reproduced in the book Independent Component Analysis by Aapo Hyvärinen, Juha Karhunen, and Erkki Oja This approximation also suffers from the same problem as kurtosis (sensitivity to outliers). Other approaches have been developed. A choice of G_1 and G_2 are
Based on infomax
Infomax ICA is essentially a multivariate, parallel version of projection pursuit. Whereas projection pursuit extracts a series of signals one at a time from a set of M signal mixtures, ICA extracts M signals in parallel. This tends to make ICA more robust than projection pursuit. The projection pursuit method uses Gram-Schmidt orthogonalization to ensure the independence of the extracted signal, while ICA use infomax and maximum likelihood estimate to ensure the independence of the extracted signal. The Non-Normality of the extracted signal is achieved by assigning an appropriate model, or prior, for the signal. The process of ICA based on infomax in short is: given a set of signal mixtures \mathbf{x} and a set of identical independent model cumulative distribution functions(cdfs) g, we seek the unmixing matrix \mathbf{W} which maximizes the joint entropy of the signals, where are the signals extracted by \mathbf{W}. Given the optimal \mathbf{W}, the signals \mathbf{Y} have maximum entropy and are therefore independent, which ensures that the extracted signals are also independent. g is an invertible function, and is the signal model. Note that if the source signal model probability density function p_s matches the probability density function of the extracted signal, then maximizing the joint entropy of Y also maximizes the amount of mutual information between \mathbf{x} and \mathbf{Y}. For this reason, using entropy to extract independent signals is known as infomax. Consider the entropy of the vector variable, where is the set of signals extracted by the unmixing matrix \mathbf{W}. For a finite set of values sampled from a distribution with pdf, the entropy of \mathbf{Y} can be estimated as: The joint pdf can be shown to be related to the joint pdf of the extracted signals by the multivariate form: where is the Jacobian matrix. We have, and g' is the pdf assumed for source signals g'=p_s, therefore, therefore, We know that when, is of uniform distribution, and is maximized. Since where is the absolute value of the determinant of the unmixing matrix \mathbf{W}. Therefore, so, since, and maximizing \mathbf{W} does not affect , so we can maximize the function to achieve the independence of the extracted signal. If there are M marginal pdfs of the model joint pdf are independent and use the commonly super-gaussian model pdf for the source signals, then we have In the sum, given an observed signal mixture \mathbf{x}, the corresponding set of extracted signals \mathbf{y} and source signal model, we can find the optimal unmixing matrix \mathbf{W}, and make the extracted signals independent and non-gaussian. Like the projection pursuit situation, we can use gradient descent method to find the optimal solution of the unmixing matrix.
Based on maximum likelihood estimation
Maximum likelihood estimation (MLE) is a standard statistical tool for finding parameter values (e.g. the unmixing matrix \mathbf{W}) that provide the best fit of some data (e.g., the extracted signals y) to a given a model (e.g., the assumed joint probability density function (pdf) p_s of source signals). The ML "model" includes a specification of a pdf, which in this case is the pdf p_s of the unknown source signals s. Using ML ICA, the objective is to find an unmixing matrix that yields extracted signals with a joint pdf as similar as possible to the joint pdf p_s of the unknown source signals s. MLE is thus based on the assumption that if the model pdf p_s and the model parameters \mathbf{A} are correct then a high probability should be obtained for the data x that were actually observed. Conversely, if \mathbf{A} is far from the correct parameter values then a low probability of the observed data would be expected. Using MLE, we call the probability of the observed data for a given set of model parameter values (e.g., a pdf p_s and a matrix \mathbf{A}) the likelihood of the model parameter values given the observed data. We define a likelihood function of \mathbf{W}: This equals to the probability density at x, since. Thus, if we wish to find a \mathbf{W} that is most likely to have generated the observed mixtures x from the unknown source signals s with pdf p_s then we need only find that \mathbf{W} which maximizes the likelihood. The unmixing matrix that maximizes equation is known as the MLE of the optimal unmixing matrix. It is common practice to use the log likelihood, because this is easier to evaluate. As the logarithm is a monotonic function, the \mathbf{W} that maximizes the function also maximizes its logarithm. This allows us to take the logarithm of equation above, which yields the log likelihood function If we substitute a commonly used high-Kurtosis model pdf for the source signals then we have This matrix \mathbf{W} that maximizes this function is the maximum likelihood estimation.
History and background
The early general framework for independent component analysis was introduced by Jeanny Hérault and Bernard Ans from 1984, further developed by Christian Jutten in 1985 and 1986, and refined by Pierre Comon in 1991, and popularized in his paper of 1994. In 1995, Tony Bell and Terry Sejnowski introduced a fast and efficient ICA algorithm based on infomax, a principle introduced by Ralph Linsker in 1987. An interesting link between ML and Infomax approaches can be found in. A quite comprehensive tutorial on ML approach has been published by J-F.Cardoso in 1998. There are many algorithms available in the literature which do ICA. A largely used one, including in industrial applications, is the FastICA algorithm, developed by Hyvärinen and Oja, which uses the negentropy as cost function, already proposed 7 years before by Pierre Comon in this context. Other examples are rather related to blind source separation where a more general approach is used. For example, one can drop the independence assumption and separate mutually correlated signals, thus, statistically "dependent" signals. Sepp Hochreiter and Jürgen Schmidhuber showed how to obtain non-linear ICA or source separation as a by-product of regularization (1999). Their method does not require a priori knowledge about the number of independent sources.
Applications
ICA can be extended to analyze non-physical signals. For instance, ICA has been applied to discover discussion topics on a bag of news list archives. Some ICA applications are listed below:
Availability
ICA can be applied through the following software:
This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.
Wikipedia® is a registered trademark of the
Wikimedia Foundation, Inc.
Bliptext is not
affiliated with or endorsed by Wikipedia or the
Wikimedia Foundation.