Multilinear subspace learning


Multilinear subspace learning is an approach to dimensionality reduction.
Dimensionality reduction can be performed on a data tensor whose observations have been vectorized and organized into a data tensor, or whose observations are matrices that are concatenated into a data tensor. Here are some examples of data tensors whose observations are vectorized or whose observations are matrices concatenated into data tensor images, video sequences, and hyperspectral cubes.
The mapping from a high-dimensional vector space to a set of lower dimensional vector spaces is a multilinear projection. When observations are retained in the same organizational structure as the sensor provides them; as matrices or higher order tensors, their representations are computed by performing N multiple linear projections.
Multilinear subspace learning algorithms are higher-order generalizations of linear subspace learning methods such as principal component analysis, independent component analysis, linear discriminant analysis and canonical correlation analysis.

Background

With the advances in data acquisition and storage technology, big data are being generated on a daily basis in a wide range of emerging applications. Most of these big data are multidimensional. Moreover, they are usually very-high-dimensional, with a large amount of redundancy, and only occupying a part of the input space. Therefore, dimensionality reduction is frequently employed to map high-dimensional data to a low-dimensional space while retaining as much information as possible.
Linear subspace learning algorithms are traditional dimensionality reduction techniques that represent input data as vectors and solve for an optimal linear mapping to a lower-dimensional space. Unfortunately, they often become inadequate when dealing with massive multidimensional data. They result in very-high-dimensional vectors, lead to the estimation of a large number of parameters.
Multilinear Subspace Learning employ different types of data tensor analysis tools for dimensionality reduction. Multilinear Subspace learning can be applied to observations whose measurements were vectorized and organized into a data tensor, or whose measurements are treated as a matrix and concatenated into a tensor.

Algorithms

Multilinear principal component analysis

Historically, multilinear principal component analysis has been referred to as "M-mode PCA", a terminology which was coined by Peter Kroonenberg. In 2005, Vasilescu and Terzopoulos introduced the Multilinear PCA terminology as a way to better differentiate between multilinear tensor decompositions that computed 2nd order statistics associated with each data tensor modes, and subsequent work on Multilinear Independent Component Analysis that computed higher order statistics associated with each tensor mode/axis. MPCA is an extension of PCA.

Multilinear independent component analysis

is an extension of ICA.

Multilinear linear discriminant analysis

There are N sets of parameters to be solved, one in each mode. The solution to one set often depends on the other sets. Therefore, the suboptimal iterative procedure in is followed.
  1. Initialization of the projections in each mode
  2. For each mode, fixing the projection in all the other mode, and solve for the projection in the current mode.
  3. Do the mode-wise optimization for a few iterations or until convergence.
This is originated from the alternating least square method for multi-way data analysis.

Pros and cons

The advantages of MSL over traditional linear subspace modeling, in common domains where the representation is naturally somewhat tensorial, are:
However, MSL algorithms are iterative and are not guaranteed to converge; where an MSL algorithm does converge, it may do so at a local optimum. MSL convergence problems can often be mitigated by choosing an appropriate subspace dimensionality, and by appropriate strategies for initialization, for termination, and for choosing the order in which projections are solved.

Pedagogical resources