Joint Approximation Diagonalization of Eigen-matrices
Joint Approximation Diagonalization of Eigen-matrices (JADE) is an algorithm for independent component analysis that separates observed mixed signals into latent source signals by exploiting fourth order moments.[1] The fourth order moments are a measure of non-Gaussianity, which is used as a proxy for defining independence between the source signals. The motivation for this measure is that Gaussian distributions possess zero excess kurtosis, and with non-Gaussianity being a canonical assumption of ICA, JADE seeks an orthogonal rotation of the observed mixed vectors to estimate source vectors which possess high values of excess kurtosis.
Algorithm
Let [math]\displaystyle{ \mathbf{X} = (x_{ij}) \in \mathbb{R}^{m \times n} }[/math] denote an observed data matrix whose [math]\displaystyle{ n }[/math] columns correspond to observations of [math]\displaystyle{ m }[/math]-variate mixed vectors. It is assumed that [math]\displaystyle{ \mathbf{X} }[/math] is prewhitened, that is, its rows have a sample mean equaling zero and a sample covariance is the [math]\displaystyle{ m \times m }[/math] dimensional identity matrix, that is,
Applying JADE to [math]\displaystyle{ \mathbf{X} }[/math] entails
- computing fourth-order cumulants of [math]\displaystyle{ \mathbf{X} }[/math] and then
- optimizing a contrast function to obtain a [math]\displaystyle{ m \times m }[/math] rotation matrix [math]\displaystyle{ O }[/math]
to estimate the source components given by the rows of the [math]\displaystyle{ m \times n }[/math] dimensional matrix [math]\displaystyle{ \mathbf{Z} := \mathbf{O}^{-1} \mathbf{X} }[/math].[2]
References
- ↑ Cardoso, Jean-François; Souloumiac, Antoine (1993). "Blind beamforming for non-Gaussian signals". IEE Proceedings F - Radar and Signal Processing 140 (6): 362–370. doi:10.1049/ip-f-2.1993.0054.
- ↑ Cardoso, Jean-François (Jan 1999). "High-order contrasts for independent component analysis". Neural Computation 11 (1): 157–192. doi:10.1162/089976699300016863.
Original source: https://en.wikipedia.org/wiki/Joint Approximation Diagonalization of Eigen-matrices.
Read more |