Independent component analysis

From testwiki
Jump to navigation Jump to search

Template:Short description Template:More citations needed Template:Machine learning 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.[1] ICA was invented by Jeanny Hรฉrault and Christian Jutten in 1985.[2] 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.[3]

Introduction

File:A-Local-Learning-Rule-for-Independent-Component-Analysis-srep28073-s3.ogv 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.[5] 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×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:

  1. The source signals are independent of each other.
  2. The values in each source signal have non-Gaussian distributions.

Three effects of mixing source signals:

  1. Independence: As per assumption 1, the source signals are independent; however, their signal mixtures are not. This is because the signal mixtures share the same source signals.
  2. Normality: According to the Central Limit Theorem, the distribution of a sum of independent random variables with finite variance tends towards a Gaussian distribution.
    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.
  3. Complexity: The temporal complexity of any signal mixture is greater than that of its simplest constituent source signal.

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.[6][7]

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

  1. Minimization of mutual information
  2. Maximization of non-Gaussianity

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.[8]

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 ๐’™=(x1,,xm)T and the hidden components as the random vector ๐’”=(s1,,sn)T. 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 F(s1,,sn) of independence.

Generative model

Linear noiseless ICA

The components xi of the observed random vector ๐’™=(x1,,xm)T are generated as a sum of the independent components sk, k=1,,n:

xi=ai,1s1++ai,ksk++ai,nsn

weighted by the mixing weights ai,k.

The same generative model can be written in vector form as ๐’™=k=1nsk๐’‚k, where the observed random vector ๐’™ is represented by the basis vectors ๐’‚k=(๐’‚1,k,,๐’‚m,k)T. The basis vectors ๐’‚k form the columns of the mixing matrix ๐‘จ=(๐’‚1,,๐’‚n) and the generative formula can be written as ๐’™=๐‘จ๐’”, where ๐’”=(s1,,sn)T.

Given the model and realizations (samples) ๐’™1,,๐’™N 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 sk=๐’˜T๐’™ 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 ๐‘พ=๐‘จ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 with the pseudo inverse.

Linear noisy ICA

With the added assumption of zero-mean and uncorrelated Gaussian noise nN(0,diag(Σ)), the ICA model takes the form ๐’™=๐‘จ๐’”+n.

Nonlinear ICA

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

Identifiability

The independent components are identifiable up to a permutation and scaling of the sources.[9] 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: mn. It is equivalent to say that the mixing matrix ๐‘จ must be of full rank for its inverse to exist.

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 x1,x2,,xm be the set of binary variables from m monitors and y1,y2,,yn be the set of binary variables from n sources. Source-monitor connections are represented by the (unknown) mixing matrix ๐‘ฎ, where gij=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 (yi=1) and it is connected to the monitor j (gij=1) then the monitor j will observe some activity (xj=1). Formally we have:

xi=j=1n(gijyj),i=1,2,,m,

where is Boolean AND and is Boolean OR. Noise is not explicitly modelled, rather, can be treated as independent sources.

The above problem can be heuristically solved[10] 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.Template:Citation needed

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 ๐‘ฟ0 of ๐‘ฟ where xij=0,j corresponds to the unbiased observation matrix of hidden components that do not have connection to the i-th monitor. Experimental results from[11] show that this approach is accurate under moderate noise levels.

The Generalized Binary ICA framework[12] 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.[13][14]

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

K=E[(๐ฒ๐ฒ)4](E[(๐ฒ๐ฒ)2])23

where ๐ฒ is the sample mean of ๐ฒ, 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 ๐ฒ, 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 ๐ฒ=๐ฐT๐ฑ extracted from a set of M mixtures ๐ฑ=(x1,x2,,xM)T varies as the weight vector ๐ฐ is rotated around the origin. Given our assumption that each source signal ๐ฌ is super-gaussian we would expect:

  1. the kurtosis of the extracted signal ๐ฒ to be maximal precisely when ๐ฒ=๐ฌ.
  2. the kurtosis of the extracted signal ๐ฒ to be maximal when ๐ฐ is orthogonal to the projected axes S1 or S2, because we know the optimal weight vector should be orthogonal to a transformed axis S1 or S2.

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 ๐ฐ, we can use gradient descent method. We first of all whiten the data, and transform ๐ฑ into a new mixture ๐ณ, which has unit variance, and ๐ณ=(z1,z2,,zM)T. This process can be achieved by applying Singular value decomposition to ๐ฑ,

๐ฑ=๐”๐ƒ๐•T

Rescaling each vector Ui=Ui/E(Ui2), and let ๐ณ=๐”. The signal extracted by a weighted vector ๐ฐ is ๐ฒ=๐ฐT๐ณ. If the weight vector w has unit length, then the variance of y is also 1, that is E[(๐ฐT๐ณ)2]=1. The kurtosis can thus be written as:

K=E[๐ฒ4](E[๐ฒ2])23=E[(๐ฐT๐ณ)4]3.

The updating process for ๐ฐ is:

๐ฐnew=๐ฐoldηE[๐ณ(๐ฐoldT๐ณ)3].

where η is a small constant to guarantee that ๐ฐ converges to the optimal solution. After each update, we normalize ๐ฐnew=๐ฐnew|๐ฐnew|, and set ๐ฐold=๐ฐnew, and repeat the updating process until convergence. We can also use another algorithm to update the weight vector ๐ฐ.

Another approach is using negentropy[8][15] 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.

J(x)=S(y)S(x)

y is a Gaussian random variable of the same covariance matrix as x

S(x)=px(u)logpx(u)du

An approximation for negentropy is

J(x)=112(E(x3))2+148(kurt(x))2

A proof can be found in the original papers of Comon;[16][8] it has been reproduced in the book Independent Component Analysis by Aapo Hyvรคrinen, Juha Karhunen, and Erkki Oja[17] This approximation also suffers from the same problem as kurtosis (sensitivity to outliers). Other approaches have been developed.[18]

J(y)=k1(E(G1(y)))2+k2(E(G2(y))E(G2(v))2

A choice of G1 and G2 are

G1=1a1log(cosh(a1u)) and G2=exp(u22)

Based on infomax

Infomax ICA[19] 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.[20]

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 ๐ฑ and a set of identical independent model cumulative distribution functions(cdfs) g, we seek the unmixing matrix ๐– which maximizes the joint entropy of the signals ๐˜=g(๐ฒ), where ๐ฒ=๐–๐ฑ are the signals extracted by ๐–. Given the optimal ๐–, the signals ๐˜ have maximum entropy and are therefore independent, which ensures that the extracted signals ๐ฒ=g1(๐˜) are also independent. g is an invertible function, and is the signal model. Note that if the source signal model probability density function ps matches the probability density function of the extracted signal p๐ฒ, then maximizing the joint entropy of Y also maximizes the amount of mutual information between ๐ฑ and ๐˜. For this reason, using entropy to extract independent signals is known as infomax.

Consider the entropy of the vector variable ๐˜=g(๐ฒ), where ๐ฒ=๐–๐ฑ is the set of signals extracted by the unmixing matrix ๐–. For a finite set of values sampled from a distribution with pdf p๐ฒ, the entropy of ๐˜ can be estimated as:

H(๐˜)=1Nt=1Nlnp๐˜(๐˜t)

The joint pdf p๐˜ can be shown to be related to the joint pdf p๐ฒ of the extracted signals by the multivariate form:

p๐˜(Y)=p๐ฒ(๐ฒ)|๐˜๐ฒ|

where ๐‰=๐˜๐ฒ is the Jacobian matrix. We have |๐‰|=g(๐ฒ), and g is the pdf assumed for source signals g=ps, therefore,

p๐˜(Y)=p๐ฒ(๐ฒ)|๐˜๐ฒ|=p๐ฒ(๐ฒ)p๐ฌ(๐ฒ)

therefore,

H(๐˜)=1Nt=1Nlnp๐ฒ(๐ฒ)p๐ฌ(๐ฒ)

We know that when p๐ฒ=ps, p๐˜ is of uniform distribution, and H(๐˜) is maximized. Since

p๐ฒ(๐ฒ)=p๐ฑ(๐ฑ)|๐ฒ๐ฑ|=p๐ฑ(๐ฑ)|๐–|

where |๐–| is the absolute value of the determinant of the unmixing matrix ๐–. Therefore,

H(๐˜)=1Nt=1Nlnp๐ฑ(๐ฑt)|๐–|p๐ฌ(๐ฒt)

so,

H(๐˜)=1Nt=1Nlnp๐ฌ(๐ฒt)+ln|๐–|+H(๐ฑ)

since H(๐ฑ)=1Nt=1Nlnp๐ฑ(๐ฑt), and maximizing ๐– does not affect H๐ฑ, so we can maximize the function

h(๐˜)=1Nt=1Nlnp๐ฌ(๐ฒt)+ln|๐–|

to achieve the independence of the extracted signal.

If there are M marginal pdfs of the model joint pdf p๐ฌ are independent and use the commonly super-gaussian model pdf for the source signals p๐ฌ=(1tanh(๐ฌ)2), then we have

h(๐˜)=1Ni=1Mt=1Nln(1tanh(๐ฐi๐–ณ๐ฑt)2)+ln|๐–|

In the sum, given an observed signal mixture ๐ฑ, the corresponding set of extracted signals ๐ฒ and source signal model p๐ฌ=g, we can find the optimal unmixing matrix ๐–, 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 ๐–) 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) ps of source signals).[20]

The ML "model" includes a specification of a pdf, which in this case is the pdf ps of the unknown source signals s. Using ML ICA, the objective is to find an unmixing matrix that yields extracted signals y=๐–x with a joint pdf as similar as possible to the joint pdf ps of the unknown source signals s.

MLE is thus based on the assumption that if the model pdf ps and the model parameters ๐€ are correct then a high probability should be obtained for the data x that were actually observed. Conversely, if ๐€ 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 ps and a matrix ๐€) the likelihood of the model parameter values given the observed data.

We define a likelihood function ๐‹(๐–) of ๐–:

๐‹(๐–)=ps(๐–x)|det๐–|.

This equals to the probability density at x, since s=๐–x.

Thus, if we wish to find a ๐– that is most likely to have generated the observed mixtures x from the unknown source signals s with pdf ps then we need only find that ๐– 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 ๐– that maximizes the function ๐‹(๐–) also maximizes its logarithm ln๐‹(๐–). This allows us to take the logarithm of equation above, which yields the log likelihood function

ln๐‹(๐–)=itlnps(wiTxt)+Nln|det๐–|

If we substitute a commonly used high-Kurtosis model pdf for the source signals ps=(1tanh(s)2) then we have

ln๐‹(๐–)=1NiMtNln(1tanh(wiTxt)2)+ln|det๐–|

This matrix ๐– 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,[21] further developed by Christian Jutten in 1985 and 1986,[2][22][23] and refined by Pierre Comon in 1991,[16] and popularized in his paper of 1994.[8] 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. A link exists between maximum-likelihood estimation and Infomax approaches.[24] A quite comprehensive tutorial on the maximum-likelihood approach to ICA has been published by J-F. Cardoso in 1998.[25]

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,[26] which uses the negentropy as cost function, already proposed 7 years before by Pierre Comon in this context.[8] 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).[27] 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:[6]

Independent component analysis in EEGLAB
  • optical Imaging of neurons[28]
  • neuronal spike sorting[29]
  • face recognition[30]
  • modelling receptive fields of primary visual neurons[31]
  • predicting stock market prices[32]
  • mobile phone communications[33]
  • colour based detection of the ripeness of tomatoes[34]
  • removing artifacts, such as eye blinks, from EEG data.[35]
  • predicting decision-making using EEG[36]
  • analysis of changes in gene expression over time in single cell RNA-sequencing experiments.[37]
  • studies of the resting state network of the brain.[38]
  • astronomy and cosmology[39]
  • finance[40]

Availability

ICA can be applied through the following software:

See also

Template:Portal Template:Colbegin

Template:Colend

Notes

Template:Reflist

References

  1. โ†‘ Template:Cite web
  2. โ†‘ 2.0 2.1 Ans, B., Hรฉrault, J., & Jutten, C. (1985). Architectures neuromimรฉtiques adaptatives  : Dรฉtection de primitives. Cognitiva 85 (Vol. 2, pp. 593-597). Paris: CESTA.
  3. โ†‘ Template:Cite journal
  4. โ†‘ Template:Cite journal
  5. โ†‘ Comon, P.; Jutten C., (2010): Handbook of Blind Source Separation, Independent Component Analysis and Applications. Academic Press, Oxford UK. Template:ISBN
  6. โ†‘ 6.0 6.1 Template:Cite book
  7. โ†‘ Template:Cite book
  8. โ†‘ 8.0 8.1 8.2 8.3 8.4 Pierre Comon (1994) Independent component analysis, a new concept? http://www.ece.ucsb.edu/wcsl/courses/ECE594/594C_F10Madhow/comon94.pdf
  9. โ†‘ Theorem 11, Comon, Pierre. "Independent component analysis, a new concept?." Signal processing 36.3 (1994): 287-314.
  10. โ†‘ Johan Himbergand Aapo Hyvรคrinen, Independent Component Analysis For Binary Data: An Experimental Study, Proc. Int. Workshop on Independent Component Analysis and Blind Signal Separation (ICA2001), San Diego, California, 2001.
  11. โ†‘ Huy Nguyen and Rong Zheng, Binary Independent Component Analysis With or Mixtures, IEEE Transactions on Signal Processing, Vol. 59, Issue 7. (July 2011), pp. 3168–3181.
  12. โ†‘ Template:Cite book
  13. โ†‘ James V. Stone(2004); "Independent Component Analysis: A Tutorial Introduction", The MIT Press Cambridge, Massachusetts, London, England; Template:ISBN
  14. โ†‘ Kruskal, JB. 1969; "Toward a practical method which helps uncover the structure of a set of observations by finding the line transformation which optimizes a new "index of condensation", Pages 427โ€“440 of: Milton, RC, & Nelder, JA (eds), Statistical computation; New York, Academic Press
  15. โ†‘ Template:Cite journal
  16. โ†‘ 16.0 16.1 P.Comon, Independent Component Analysis, Workshop on Higher-Order Statistics, July 1991, republished in J-L. Lacoume, editor, Higher Order Statistics, pp. 29-38. Elsevier, Amsterdam, London, 1992. HAL link
  17. โ†‘ Template:Cite book
  18. โ†‘ Template:Cite journal
  19. โ†‘ Bell, A. J.; Sejnowski, T. J. (1995). "An Information-Maximization Approach to Blind Separation and Blind Deconvolution", Neural Computation, 7, 1129-1159
  20. โ†‘ 20.0 20.1 James V. Stone (2004). "Independent Component Analysis: A Tutorial Introduction", The MIT Press Cambridge, Massachusetts, London, England; Template:ISBN
  21. โ†‘ Template:Cite journal
  22. โ†‘ Hรฉrault, J., Jutten, C., & Ans, B. (1985). Dรฉtection de grandeurs primitives dans un message composite par une architecture de calcul neuromimรฉtique en apprentissage non supervisรฉ. Proceedings of the 10th Workshop Traitement du signal et ses applications (Vol. 2, pp. 1017-1022). Nice (France): GRETSI.
  23. โ†‘ Hรฉrault, J., & Jutten, C. (1986). Space or time adaptive signal processing by neural networks models. Intern. Conf. on Neural Networks for Computing (pp. 206-211). Snowbird (Utah, USA).
  24. โ†‘ J-F.Cardoso, "Infomax and Maximum Likelihood for source separation", IEEE Sig. Proc. Letters, 1997, 4(4):112-114.
  25. โ†‘ J-F.Cardoso, "Blind signal separation: statistical principles", Proc. of the IEEE, 1998, 90(8):2009-2025.
  26. โ†‘ Template:Cite journal
  27. โ†‘ Template:Cite journal
  28. โ†‘ Template:Cite journal
  29. โ†‘ Template:Cite journal
  30. โ†‘ Template:Cite book
  31. โ†‘ Template:Cite journal
  32. โ†‘ Template:Cite journal
  33. โ†‘ Template:Cite book
  34. โ†‘ Template:Cite book
  35. โ†‘ Template:Cite journal
  36. โ†‘ Template:Cite journal
  37. โ†‘ Template:Cite journal
  38. โ†‘ Template:Cite journal
  39. โ†‘ Template:Cite journal
  40. โ†‘ Template:Cite book