LGDBFeb 16, 2021

Robust Factorization of Real-world Tensor Streams with Patterns, Missing Values, and Outliers

arXiv:2102.08466v227 citations
AI Analysis

This addresses the challenge of handling noisy, incomplete time-series data in real-time for applications like sensor networks or system monitoring, representing a strong specific gain.

The paper tackles the problem of estimating missing entries and predicting future evolution in real-world tensor streams with missing values and outliers, achieving up to 76% lower imputation error and 71% lower forecasting error.

Consider multiple seasonal time series being collected in real-time, in the form of a tensor stream. Real-world tensor streams often include missing entries (e.g., due to network disconnection) and at the same time unexpected outliers (e.g., due to system errors). Given such a real-world tensor stream, how can we estimate missing entries and predict future evolution accurately in real-time? In this work, we answer this question by introducing SOFIA, a robust factorization method for real-world tensor streams. In a nutshell, SOFIA smoothly and tightly integrates tensor factorization, outlier removal, and temporal-pattern detection, which naturally reinforce each other. Moreover, SOFIA integrates them in linear time, in an online manner, despite the presence of missing entries. We experimentally show that SOFIA is (a) robust and accurate: yielding up to 76% lower imputation error and 71% lower forecasting error; (b) fast: up to 935X faster than the second-most accurate competitor; and (c) scalable: scaling linearly with the number of new entries per time step.

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