Matrix Completion via Factorizing Polynomials
Vatsal Shah, Nikhil Rao, Weicong Ding

TL;DR
This paper introduces a novel matrix completion method leveraging higher-order interactions encoded in powers of a graph transition matrix, improving prediction accuracy especially in sparse data scenarios.
Contribution
It develops an efficient coordinate descent algorithm to incorporate higher-order implicit information into matrix factorization for recommendation systems.
Findings
Outperforms existing methods using only explicit or second-order implicit information.
Efficiently computes higher-order matrix powers without explicit calculation.
Demonstrates improved accuracy on multiple datasets.
Abstract
Predicting unobserved entries of a partially observed matrix has found wide applicability in several areas, such as recommender systems, computational biology, and computer vision. Many scalable methods with rigorous theoretical guarantees have been developed for algorithms where the matrix is factored into low-rank components, and embeddings are learned for the row and column entities. While there has been recent research on incorporating explicit side information in the low-rank matrix factorization setting, often implicit information can be gleaned from the data, via higher-order interactions among entities. Such implicit information is especially useful in cases where the data is very sparse, as is often the case in real-world datasets. In this paper, we design a method to learn embeddings in the context of recommendation systems, using the observation that higher powers of a graph…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Stochastic Gradient Optimization Techniques
