LGAIDCMLApr 27, 2016

Distributed Flexible Nonlinear Tensor Factorization

arXiv:1604.07928v267 citations
AI Analysis

This work addresses computational and bias issues in tensor factorization for multi-way data analysis, offering incremental improvements for applications like online advertising.

The paper tackles the computational expense and learning bias in nonlinear tensor factorization by proposing a distributed, flexible model that avoids expensive Kronecker-product computations and uses a tractable variational bound for parallel inference. Experimental results show advantages in predictive performance and computational efficiency over state-of-the-art methods, with potential application in Click-Through-Rate prediction.

Tensor factorization is a powerful tool to analyse multi-way data. Compared with traditional multi-linear methods, nonlinear tensor factorization models are capable of capturing more complex relationships in the data. However, they are computationally expensive and may suffer severe learning bias in case of extreme data sparsity. To overcome these limitations, in this paper we propose a distributed, flexible nonlinear tensor factorization model. Our model can effectively avoid the expensive computations and structural restrictions of the Kronecker-product in existing TGP formulations, allowing an arbitrary subset of tensorial entries to be selected to contribute to the training. At the same time, we derive a tractable and tight variational evidence lower bound (ELBO) that enables highly decoupled, parallel computations and high-quality inference. Based on the new bound, we develop a distributed inference algorithm in the MapReduce framework, which is key-value-free and can fully exploit the memory cache mechanism in fast MapReduce systems such as SPARK. Experimental results fully demonstrate the advantages of our method over several state-of-the-art approaches, in terms of both predictive performance and computational efficiency. Moreover, our approach shows a promising potential in the application of Click-Through-Rate (CTR) prediction for online advertising.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes