paper-with-me

Papers

Probabilistic Streaming Tensor Decomposition

2018-12-31 · Yishuai Du, Yimin Zheng, Kuang-Chih Lee, Shandian Zhe

Tensor decomposition is a fundamental tool for multiway data analysis. While most decomposition algorithms operate a collection of static data and perform batch processes, many applications produce data in a streaming manner - every time a subset of entries are generated, and previously seen entries cannot be revisited. In such scenarios, traditional decomposition approaches will be inappropriate, because they cannot provide timely updates when new data come in, and they need to access the whole dataset many times for batch optimization. To address this issue, we propose POST, a PrObabilistic Streaming Tensor decomposition algorithm, which enables real-time updates and predictions upon receiving new tensor entries, and supports dynamic growth of all the modes. Compared with the state-of-the-art streaming decomposition approach MAST, POST is more flexible in that it can handle arbitrary orders of streaming entries, and hence is more widely applicable. In addition, as a Bayesian inference algorithm, POST can quantify the uncertainty of the latent embeddings via their posterior distributions, and the confidence levels of the missing entry value predictions. On several real-world datasets, POST exhibits better or comparable predictive performance than MAST and other static decomposition algorithms.

📄 PDF Abstract BibTeX

Code (1)

yishuaidu/POST

Tasks

Bayesian InferenceTensor Decomposition

Similar Papers 제목 키워드 기반

Probabilistic Streaming Tensor Decomposition with Side Information

2019-11-27 · Yimin Zheng, Shandian Zhe

Tensor decomposition is an essential tool to analyze high-order interactions in multiway data. While most tensor decomposition approaches are developed for static data, many real-world applications generate tensor elemen…

Tensor Decomposition

Streaming Probabilistic Deep Tensor Factorization

2020-07-14 · Shikai Fang, Zheng Wang, Zhimeng Pan, Ji Liu 외

Despite the success of existing tensor factorization methods, most of them conduct a multilinear decomposition, and rarely exploit powerful modeling frameworks, like deep neural networks, to capture a variety of complica…

Streaming data recovery via Bayesian tensor train decomposition

2023-02-23 · Yunyu Huang, Yani Feng, Qifeng Liao

In this paper, we study a Bayesian tensor train (TT) decomposition method to recover streaming data by approximating the latent structure in high-order streaming data. Drawing on the streaming variational Bayes method, w…

Tensor DecompositionVariational Inference

Fast and Accurate Dual-Way Streaming PARAFAC2 for Irregular Tensors -- Algorithm and Application

2023-05-28 · Jun-Gi Jang, Jeongyoung Lee, Yong-chan Park, U Kang

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 stre…

Identifying and Alleviating Concept Drift in Streaming Tensor Decomposition

2018-04-25 · Ravdeep Pasricha, Ekta Gujral, Evangelos E. Papalexakis

Tensor decompositions are used in various data mining applications from social network to medical applications and are extremely useful in discovering latent structures or concepts in the data. Many real-world applicatio…

Tensor Decomposition