LGMSNAMay 8, 2022

GOCPT: Generalized Online Canonical Polyadic Tensor Factorization and Completion

arXiv:2205.03749v16 citationsh-index: 87
Originality Incremental advance
AI Analysis

This work addresses a gap in handling dynamic tensors with multiple evolving modes and missing data, which is incremental as it extends existing online tensor methods to more general scenarios.

The paper tackles the problem of online tensor factorization and completion for dynamic tensors with complex evolving patterns, proposing GOCPT and GOCPTE frameworks that improve fitness by up to 9.2% on datasets like JHU Covid data and a proprietary patient claim dataset.

Low-rank tensor factorization or completion is well-studied and applied in various online settings, such as online tensor factorization (where the temporal mode grows) and online tensor completion (where incomplete slices arrive gradually). However, in many real-world settings, tensors may have more complex evolving patterns: (i) one or more modes can grow; (ii) missing entries may be filled; (iii) existing tensor elements can change. Existing methods cannot support such complex scenarios. To fill the gap, this paper proposes a Generalized Online Canonical Polyadic (CP) Tensor factorization and completion framework (named GOCPT) for this general setting, where we maintain the CP structure of such dynamic tensors during the evolution. We show that existing online tensor factorization and completion setups can be unified under the GOCPT framework. Furthermore, we propose a variant, named GOCPTE, to deal with cases where historical tensor elements are unavailable (e.g., privacy protection), which achieves similar fitness as GOCPT but with much less computational cost. Experimental results demonstrate that our GOCPT can improve fitness by up to 2:8% on the JHU Covid data and 9:2% on a proprietary patient claim dataset over baselines. Our variant GOCPTE shows up to 1:2% and 5:5% fitness improvement on two datasets with about 20% speedup compared to the best model.

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