NAMLSep 29, 2017

Fast online low-rank tensor subspace tracking by CP decomposition using recursive least squares from incomplete observations

arXiv:1709.10276v131 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of dynamically tracking time-varying low-dimensional subspaces in streaming data, which is incremental as it builds on existing tensor completion methods.

The paper tackled the problem of online subspace tracking for partially observed, noisy high-dimensional data streams by proposing OLSTEC, a novel algorithm based on CP decomposition and recursive least squares, which outperformed state-of-the-art online algorithms in convergence rate per iteration on synthetic and real-world datasets.

We consider the problem of online subspace tracking of a partially observed high-dimensional data stream corrupted by noise, where we assume that the data lie in a low-dimensional linear subspace. This problem is cast as an online low-rank tensor completion problem. We propose a novel online tensor subspace tracking algorithm based on the CANDECOMP/PARAFAC (CP) decomposition, dubbed OnLine Low-rank Subspace tracking by TEnsor CP Decomposition (OLSTEC). The proposed algorithm especially addresses the case in which the subspace of interest is dynamically time-varying. To this end, we build up our proposed algorithm exploiting the recursive least squares (RLS), which is the second-order gradient algorithm. Numerical evaluations on synthetic datasets and real-world datasets such as communication network traffic, environmental data, and surveillance videos, show that the proposed OLSTEC algorithm outperforms state-of-the-art online algorithms in terms of the convergence rate per iteration.

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