LGMLMar 18, 2020

NeCPD: An Online Tensor Decomposition with Optimal Stochastic Gradient Descent

arXiv:2003.08844v14 citations
AI Analysis

This work addresses the challenge of efficient and accurate online tensor analysis for applications like structural health monitoring, though it appears incremental as it builds on existing SGD and acceleration techniques.

The paper tackles the problem of online CP tensor decomposition for non-convex multi-way data by proposing NeCPD, which uses stochastic gradient descent with Hessian-based saddle point escape and Nesterov acceleration, resulting in more accurate results compared to existing methods in structural health monitoring datasets.

Multi-way data analysis has become an essential tool for capturing underlying structures in higher-order datasets stored in tensor $\mathcal{X} \in \mathbb{R} ^{I_1 \times \dots \times I_N} $. $CANDECOMP/PARAFAC$ (CP) decomposition has been extensively studied and applied to approximate $\mathcal{X}$ by $N$ loading matrices $A^{(1)}, \dots, A^{(N)}$ where $N$ represents the order of the tensor. We propose a new efficient CP decomposition solver named NeCPD for non-convex problem in multi-way online data based on stochastic gradient descent (SGD) algorithm. SGD is very useful in online setting since it allows us to update $\mathcal{X}^{(t+1)}$ in one single step. In terms of global convergence, it is well known that SGD stuck in many saddle points when it deals with non-convex problems. We study the Hessian matrix to identify theses saddle points, and then try to escape them using the perturbation approach which adds little noise to the gradient update step. We further apply Nesterov's Accelerated Gradient (NAG) method in SGD algorithm to optimally accelerate the convergence rate and compensate Hessian computational delay time per epoch. Experimental evaluation in the field of structural health monitoring using laboratory-based and real-life structural datasets show that our method provides more accurate results compared with existing online tensor analysis methods.

Foundations

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

Your Notes