paper-with-me

홈 › Papers

Distributed Bayesian Matrix Decomposition for Big Data Mining and Clustering

2020-02-10 · Chihao Zhang, Yang Yang, Wei zhang, Shihua Zhang

Matrix decomposition is one of the fundamental tools to discover knowledge from big data generated by modern applications. However, it is still inefficient or infeasible to process very big data using such a method in a single machine. Moreover, big data are often distributedly collected and stored on different machines. Thus, such data generally bear strong heterogeneous noise. It is essential and useful to develop distributed matrix decomposition for big data analytics. Such a method should scale up well, model the heterogeneous noise, and address the communication issue in a distributed system. To this end, we propose a distributed Bayesian matrix decomposition model (DBMD) for big data mining and clustering. Specifically, we adopt three strategies to implement the distributed computing including 1) the accelerated gradient descent, 2) the alternating direction method of multipliers (ADMM), and 3) the statistical inference. We investigate the theoretical convergence behaviors of these algorithms. To address the heterogeneity of the noise, we propose an optimal plug-in weighted average that reduces the variance of the estimation. Synthetic experiments validate our theoretical results, and real-world experiments show that our algorithms scale up well to big data and achieves superior or competing performance compared to other distributed methods.

📄 PDF Abstract BibTeX arXiv:2002.03703

Code (2)

zhanglabtools/dbmd 공식 구현
zhanglabtools/dbmd-dev 공식 구현

Tasks

ClusteringDistributed Computing

Similar Papers 제목 키워드 기반

Bayesian Joint Matrix Decomposition for Data Integration with Heterogeneous Noise

2017-12-09 · Chihao Zhang, Shihua Zhang

Matrix decomposition is a popular and fundamental approach in machine learning and data mining. It has been successfully applied into various fields. Most matrix decomposition methods focus on decomposing a data matrix f…

Bayesian InferenceData Integration

Ranky : An Approach to Solve Distributed SVD on Large Sparse Matrices

2020-09-21 · Resul Tugay, sule gunduz oguducu

Singular Value Decomposition (SVD) is a well studied research topic in many fields and applications from data mining to image processing. Data arising from these applications can be represented as a matrix where it is la…

Bayesian Matrix Decomposition and Applications

2023-02-18 · Jun Lu

The sole aim of this book is to give a self-contained introduction to concepts and mathematical tools in Bayesian matrix decomposition in order to seamlessly introduce matrix decomposition techniques and their applicatio…

Variational Inference

Learnable Graph-regularization for Matrix Decomposition

2020-10-16 · Penglong Zhai, Shihua Zhang

Low-rank approximation models of data matrices have become important machine learning and data mining tools in many fields including computer vision, text mining, bioinformatics and many others. They allow for embedding …

graph construction

Distributed Bayesian Matrix Factorization with Limited Communication

2017-03-02 · Xiangju Qin, Paul Blomstedt, Eemeli Leppäaho, Pekka Parviainen 외

Bayesian matrix factorization (BMF) is a powerful tool for producing low-rank representations of matrices and for predicting missing values and providing confidence intervals. Scaling up the posterior inference for massi…

Missing Values