Fast and Accurate Dual-Way Streaming PARAFAC2 for Irregular Tensors -- Algorithm and Application
Jun-Gi Jang, Jeongyoung Lee, Yong-chan Park, U Kang

TL;DR
This paper introduces Dash, a novel dual-way streaming PARAFAC2 decomposition method that efficiently analyzes irregular tensors in real-time, outperforming existing methods and enabling anomaly detection in real-world datasets.
Contribution
Dash is a new algorithm that efficiently performs PARAFAC2 decomposition in dual-way streaming settings, handling new rows and matrices without re-computing from scratch.
Findings
Dash is up to 14x faster than existing methods.
It effectively detects anomalies in real-world datasets.
The method maintains accuracy while improving efficiency.
Abstract
How can we efficiently and accurately analyze an irregular tensor in a dual-way streaming setting where the sizes of two dimensions of the tensor increase over time? What types of anomalies are there in the dual-way streaming setting? An irregular tensor is a collection of matrices whose column lengths are the same while their row lengths are different. In a dual-way streaming setting, both new rows of existing matrices and new matrices arrive over time. PARAFAC2 decomposition is a crucial tool for analyzing irregular tensors. Although real-time analysis is necessary in the dual-way streaming, static PARAFAC2 decomposition methods fail to efficiently work in this setting since they perform PARAFAC2 decomposition for accumulated tensors whenever new data arrive. Existing streaming PARAFAC2 decomposition methods work in a limited setting and fail to handle new rows of matrices…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications
Methodsfail · SPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
