Content deleted Content added
m WP:CHECKWIKI error fixes using AWB (12016) |
No edit summary |
||
Line 1:
{{context|date=June 2012}}
'''Multilinear Principal Component Analysis''' (MPCA) concerns dimension reduction of multidimensional data. Such data is represented by an array indexed by three or more indices, referred to as a
MPCA can also refer to one particular algorithm of the same name. This is one approach that can be taken to extend the PCA to multi-dimensional data. It works in the following way. One computes a set of orthonormal matrices associated with each mode of a data tensor, and the data is expressed with respect to this matrix basis. The matrices are analogues of the vector principal components that occur in usual PCA. The transformation aims to account for as much of the variance in the data as possible, given a restricted number of basis matrices.
As a family of methods, higher dimensional PCA can be traced back to the [[Tucker decomposition]]<ref>{{Cite journal|last1=Tucker| first1=Ledyard R
| authorlink1 = Ledyard R Tucker
| title = Some mathematical notes on three-mode factor analysis
Line 7 ⟶ 11:
|date=September 1966
| doi = 10.1007/BF02289464
}}</ref> and Peter Kroonenberg's "M-mode PCA/3-mode PCA" work.<ref name="Kroonenberg1980">P. M. Kroonenberg and J. de Leeuw, [http://www.springerlink.com/content/c8551t1p31236776/ Principal component analysis of three-mode data by means of alternating least squares algorithms], Psychometrika, 45 (1980), pp. 69–97.</ref> In 2000, De Lathauwer etal. restated Tucker and Kroonenberg's work
Circa 2001, Vasilescu reframed the data analysis, recognition and synthesis problems as multilinear tensor problems based on the insight that most observed data are the compositional consequence of several causal factors of data formation, and are well suited for multi-modal data tensor analysis. The power of the tensor framework was showcased in a visually and mathematically compelling manner by decomposing and representing joint angels, or images in terms of their causal factors of data formation in the following works: Human Motion Signatures
Line 23 ⟶ 27:
,<ref name="Vasilescu2004">M.A.O. Vasilescu, D. Terzopoulos (2004) [http://www.media.mit.edu/~maov/tensortextures/Vasilescu_siggraph04.pdf "TensorTextures: Multilinear Image-Based Rendering", M. A. O. Vasilescu and D. Terzopoulos, Proc. ACM SIGGRAPH 2004 Conference Los Angeles, CA, August, 2004, in Computer Graphics Proceedings, Annual Conference Series, 2004, 336-342. ]</ref> or whose observations are treated as matrix <ref name="MPCA2008">H. Lu, K. N. Plataniotis, and A. N. Venetsanopoulos, (2008) [http://www.dsp.utoronto.ca/~haiping/Publication/MPCA_TNN08_rev2010.pdf "MPCA: Multilinear principal component analysis of tensor objects"], ''IEEE Trans. Neural Netw.'', 19 (1), 18–39</ref> and concatenated into a data tensor.
== The algorithm ==
|