TL;DR
This paper introduces RPR-NMF, a novel matrix factorisation method that incorporates relative pairwise relationship constraints to improve clustering and recommendation tasks, with proven convergence and superior empirical performance.
Contribution
It proposes a new NMF variant that models pairwise relationships using triplet constraints and develops an efficient algorithm with convergence guarantees.
Findings
RPR-NMF achieves closer approximation to data.
It satisfies a high proportion of pairwise constraints.
It outperforms existing NMF methods in experiments.
Abstract
Non-negative Matrix Factorisation (NMF) has been extensively used in machine learning and data analytics applications. Most existing variations of NMF only consider how each row/column vector of factorised matrices should be shaped, and ignore the relationship among pairwise rows or columns. In many cases, such pairwise relationship enables better factorisation, for example, image clustering and recommender systems. In this paper, we propose an algorithm named, Relative Pairwise Relationship constrained Non-negative Matrix Factorisation (RPR-NMF), which places constraints over relative pairwise distances amongst features by imposing penalties in a triplet form. Two distance measures, squared Euclidean distance and Symmetric divergence, are used, and exponential and hinge loss penalties are adopted for the two measures respectively. It is well known that the so-called "multiplicative…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
