LGNAOct 31, 2021

A Tensor SVD-based Classification Algorithm Applied to fMRI Data

arXiv:2111.00587v115 citationsHas Code
Originality Incremental advance
AI Analysis

This work provides a more efficient method for analyzing fMRI data, which could benefit researchers in neuroscience and medical imaging, though it is incremental as it extends existing tensor frameworks.

The authors tackled the problem of classifying fMRI data by extending a tensor-based classification algorithm to any number of dimensions, demonstrating that their approach outperforms the best possible matrix-based method on the StarPlus dataset.

To analyze the abundance of multidimensional data, tensor-based frameworks have been developed. Traditionally, the matrix singular value decomposition (SVD) is used to extract the most dominant features from a matrix containing the vectorized data. While the SVD is highly useful for data that can be appropriately represented as a matrix, this step of vectorization causes us to lose the high-dimensional relationships intrinsic to the data. To facilitate efficient multidimensional feature extraction, we utilize a projection-based classification algorithm using the t-SVDM, a tensor analog of the matrix SVD. Our work extends the t-SVDM framework and the classification algorithm, both initially proposed for tensors of order 3, to any number of dimensions. We then apply this algorithm to a classification task using the StarPlus fMRI dataset. Our numerical experiments demonstrate that there exists a superior tensor-based approach to fMRI classification than the best possible equivalent matrix-based approach. Our results illustrate the advantages of our chosen tensor framework, provide insight into beneficial choices of parameters, and could be further developed for classification of more complex imaging data. We provide our Python implementation at https://github.com/elizabethnewman/tensor-fmri.

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