LGNov 21, 2017

A two-dimensional decomposition approach for matrix completion through gossip

arXiv:1711.07684v2
Originality Incremental advance
AI Analysis

This addresses the challenge of decentralized matrix completion for applications requiring scalability without a central server, though it appears incremental as it builds on existing factorization methods with a gossip-based approach.

The paper tackles the problem of scalable and decentralized matrix completion by decomposing the matrix into grid blocks and learning factors through gossip communication, eliminating the need for a central server, and shows that the algorithm performs well on synthetic and real datasets.

Factoring a matrix into two low rank matrices is at the heart of many problems. The problem of matrix completion especially uses it to decompose a sparse matrix into two non sparse, low rank matrices which can then be used to predict unknown entries of the original matrix. We present a scalable and decentralized approach in which instead of learning two factors for the original input matrix, we decompose the original matrix into a grid blocks, each of whose factors can be individually learned just by communicating (gossiping) with neighboring blocks. This eliminates any need for a central server. We show that our algorithm performs well on both synthetic and real datasets.

Foundations

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

Your Notes