AIJul 5, 2012

Higher-Order Partial Least Squares (HOPLS): A Generalized Multi-Linear Regression Method

arXiv:1207.1230v1149 citations
Originality Incremental advance
AI Analysis

This addresses the problem of tensor-to-tensor regression for researchers in fields like neuroscience, offering a novel approach but with incremental improvements over existing multilinear models.

The paper introduces Higher-Order Partial Least Squares (HOPLS), a generalized multilinear regression method for predicting a tensor Y from a tensor X, which outperforms existing methods in predictive ability, handling small sample sizes, and robustness to noise, as demonstrated on synthetic data and real-world ECoG signal decoding.

A new generalized multilinear regression model, termed the Higher-Order Partial Least Squares (HOPLS), is introduced with the aim to predict a tensor (multiway array) $\tensor{Y}$ from a tensor $\tensor{X}$ through projecting the data onto the latent space and performing regression on the corresponding latent variables. HOPLS differs substantially from other regression models in that it explains the data by a sum of orthogonal Tucker tensors, while the number of orthogonal loadings serves as a parameter to control model complexity and prevent overfitting. The low dimensional latent space is optimized sequentially via a deflation operation, yielding the best joint subspace approximation for both $\tensor{X}$ and $\tensor{Y}$. Instead of decomposing $\tensor{X}$ and $\tensor{Y}$ individually, higher order singular value decomposition on a newly defined generalized cross-covariance tensor is employed to optimize the orthogonal loadings. A systematic comparison on both synthetic data and real-world decoding of 3D movement trajectories from electrocorticogram (ECoG) signals demonstrate the advantages of HOPLS over the existing methods in terms of better predictive ability, suitability to handle small sample sizes, and robustness to noise.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes