A typical example is the “cocktail party problem”. (See a
demo.) Given
the signals
from
microphones recording
speakers in the
room (
), one wants to recover the voice
of each speaker.
The problem can be formulated as
- Given
 |
(202) |
or in matrix form
![$\displaystyle {\bf x}=\left[ \begin{array}{c} x_1 \\ \vdots \\ x_m \end{array} ...
...ght]
\left[ \begin{array}{c} s_1 \\ \vdots \\ s_n \end{array} \right]
={\bf As}$](img745.svg) |
(203) |
- Find
 |
(204) |
that best estimates the source variables
, the
independent components, or in matrix form
![$\displaystyle {\bf y}=\left[ \begin{array}{c} y_1 \\ \vdots \\ y_n \end{array} ...
...ight]
\left[ \begin{array}{c} x_1 \\ \vdots \\ x_m \end{array} \right]={\bf Wx}$](img748.svg) |
(205) |
This is a blind source separation (BSS) problem, i.e., to
separate linearly mixed source signals. The word “blind” means that
we do not assume any prior knowledge about sources
or the
mixing process
, except that the source signals
are
statistically independent. Although this BSS problem seems severely
under constrained, the method of ICA can find nearly unique solutions
satisfying certain properties.
ICA can be compared with the principal component analysis (PCA)
for decorrelation. Given a set of variables
, PCA finds
a matrix
so that the components of
are
uncorrelated. Only in the special case when
is gaussian, are its components also independent. Therefore the ICA is
a more powerful method in the senese that it satisfies a stronger
requirement for
so that the components of
are independent (and therefore are also necessarily uncorrelated).