You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this work, we propose SOFIA, an online algorithm for factorizing real-world tensors that evolve over time with missing entries and outliers. By smoothly and tightly combining tensor factorization, outlier detection, and temporal-pattern detection, SOFIA achieves the following strengths over state-of-the-art competitors:
Robust and accurate: SOFIA yields up to 76% and 71% lower imputation and forecasting error than its best competitors.
Fast: Compared to the second-most accurate method, using SOFIA makes imputation up to 935X faster.
Scalable: SOFIA incrementally processes new entries in a time-evolving tensor, and it scales linearly with the number of new entries per time step.
This code is free and open source for only academic/research purposes (non-commercial).
If you use this code as part of any published research, please acknowledge the following paper.
@inproceedings{lee2021robust,
title={Robust factorization of real-world tensor streams with patterns, missing values, and outliers},
author={Lee, Dongjin and Shin, Kijung},
booktitle={2021 IEEE 37th International Conference on Data Engineering (ICDE)},
pages={840--851},
year={2021},
organization={IEEE}
}
About
Robust Factorization of Real-world Tensor Streams with Patterns, Missing Values, and Outliers (ICDE'21)