paper-with-me

홈 › Papers

Streaming Coresets for Symmetric Tensor Factorization

2020-06-01 · ICML 2020 1 · Rachit Chhaya, Jayesh Choudhari, Anirban Dasgupta, Supratim Shit

Factorizing tensors has recently become an important optimization module in a number of machine learning pipelines, especially in latent variable models. We show how to do this efficiently in the streaming setting. Given a set of $n$ vectors, each in $\mathbb{R}^d$, we present algorithms to select a sublinear number of these vectors as coreset, while guaranteeing that the CP decomposition of the $p$-moment tensor of the coreset approximates the corresponding decomposition of the $p$-moment tensor computed from the full data. We introduce two novel algorithmic techniques: online filtering and kernelization. Using these two, we present six algorithms that achieve different tradeoffs of coreset size, update time and working space, beating or matching various state of the art algorithms. In the case of matrices ($2$-ordered tensor), our online row sampling algorithm guarantees $(1 \pm \epsilon)$ relative error spectral approximation. We show applications of our algorithms in learning single topic modeling.

📄 PDF Abstract BibTeX arXiv:2006.01225

Code (1)

supratim05/Streaming-Coresets-for-Symmetric-Tensor-Factorization 공식 구현

Similar Papers 제목 키워드 기반

Live Multi-Streaming and Donation Recommendations via Coupled Donation-Response Tensor Factorization

2021-10-05 · Hsu-Chao Lai, Jui-Yi Tsai, Hong-Han Shuai, Jiun-Long Huang 외

In contrast to traditional online videos, live multi-streaming supports real-time social interactions between multiple streamers and viewers, such as donations. However, donation and multi-streaming channel recommendatio…

Recommendation Systems

Variational Bayesian Inference for Robust Streaming Tensor Factorization and Completion

2018-09-06 · Cole Hawkins, Zheng Zhang

Streaming tensor factorization is a powerful tool for processing high-volume and multi-way temporal data in Internet networks, recommender systems and image/video data analysis. Existing streaming tensor factorization al…

Bayesian InferenceRecommendation Systems

Coresets for Near-Convex Functions

2020-06-09 · NeurIPS 2020 12 · Murad Tukan, Alaa Maalouf, Dan Feldman

Coreset is usually a small weighted subset of $n$ input points in $\mathbb{R}^d$, that provably approximates their loss function for a given set of queries (models, classifiers, etc.). Coresets become increasingly common…

regressionSensitivity

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…

Tensor Factorization via Matrix Factorization

2015-01-29 · Volodymyr Kuleshov, Arun Tejasvi Chaganty, Percy Liang

Tensor factorization arises in many machine learning applications, such knowledge base modeling and parameter estimation in latent variable models. However, numerical methods for tensor factorization have not reached the…

parameter estimation