LGNAMLFeb 12, 2020

Efficient Structure-preserving Support Tensor Train Machine

arXiv:2002.05079v321 citations
AI Analysis

This work addresses efficient classification for high-dimensional tensor data in fields like signal processing or imaging, but it is incremental as it builds on existing tensor and SVM methods.

The paper tackles the problem of classifying high-dimensional tensor data with limited training samples by developing the TT-MMK method, which combines tensor decomposition and kernel methods to preserve structure and improve computational reliability, resulting in higher prediction accuracy compared to state-of-the-art techniques.

An increasing amount of collected data are high-dimensional multi-way arrays (tensors), and it is crucial for efficient learning algorithms to exploit this tensorial structure as much as possible. The ever-present curse of dimensionality for high dimensional data and the loss of structure when vectorizing the data motivates the use of tailored low-rank tensor classification methods. In the presence of small amounts of training data, kernel methods offer an attractive choice as they provide the possibility for a nonlinear decision boundary. We develop the Tensor Train Multi-way Multi-level Kernel (TT-MMK), which combines the simplicity of the Canonical Polyadic decomposition, the classification power of the Dual Structure-preserving Support Vector Machine, and the reliability of the Tensor Train (TT) approximation. We show by experiments that the TT-MMK method is usually more reliable computationally, less sensitive to tuning parameters, and gives higher prediction accuracy in the SVM classification when benchmarked against other state-of-the-art techniques.

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