LGIVSPJan 18, 2021

HyperNTF: A Hypergraph Regularized Nonnegative Tensor Factorization for Dimensionality Reduction

arXiv:2101.06827v320 citations
Originality Incremental advance
AI Analysis

This work addresses the need for better nonlinear feature extraction in tensor data, such as images and EEG signals, for researchers and practitioners in machine learning and data analysis, though it is incremental as it builds on existing graph-regularized methods.

The paper tackled the problem of linear tensor decomposition methods being unable to capture nonlinear structures in high-dimensional data by proposing HyperNTF, a hypergraph-regularized nonnegative tensor factorization method, which outperformed state-of-the-art methods in dimensionality reduction, clustering, and classification on synthetic and real-world datasets.

Tensor decomposition is an effective tool for learning multi-way structures and heterogeneous features from high-dimensional data, such as the multi-view images and multichannel electroencephalography (EEG) signals, are often represented by tensors. However, most of tensor decomposition methods are the linear feature extraction techniques, which are unable to reveal the nonlinear structure within high-dimensional data. To address such problem, a lot of algorithms have been proposed for simultaneously performs linear and non-linear feature extraction. A representative algorithm is the Graph Regularized Non-negative Matrix Factorization (GNMF) for image clustering. However, the normal 2-order graph can only models the pairwise similarity of objects, which cannot sufficiently exploit the complex structures of samples. Thus, we propose a novel method, named Hypergraph Regularized Non-negative Tensor Factorization (HyperNTF), which utilizes hypergraph to encode the complex connections among samples and employs the factor matrix corresponding with last mode of Canonical Polyadic (CP) decomposition as low-dimensional representation. Extensive experiments on synthetic manifolds, real-world image datasets, and EEG signals, demonstrating that HyperNTF outperforms the state-of-the-art methods in terms of dimensionality reduction, clustering, and classification.

Foundations

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

Your Notes