MLIRLGJun 2, 2020

An efficient manifold density estimator for all recommendation systems

arXiv:2006.01894v419 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficiently handling multiple data types and interaction strengths in recommendation systems, representing an incremental improvement with novel method application.

The authors tackled the problem of multi-modal recommendations by proposing EMDE, a framework for representing smooth probability densities on Riemannian manifolds using vector representations, which achieved new state-of-the-art results on multiple open datasets in top-k and session-based settings.

Many unsupervised representation learning methods belong to the class of similarity learning models. While various modality-specific approaches exist for different types of data, a core property of many methods is that representations of similar inputs are close under some similarity function. We propose EMDE (Efficient Manifold Density Estimator) - a framework utilizing arbitrary vector representations with the property of local similarity to succinctly represent smooth probability densities on Riemannian manifolds. Our approximate representation has the desirable properties of being fixed-size and having simple additive compositionality, thus being especially amenable to treatment with neural networks - both as input and output format, producing efficient conditional estimators. We generalize and reformulate the problem of multi-modal recommendations as conditional, weighted density estimation on manifolds. Our approach allows for trivial inclusion of multiple interaction types, modalities of data as well as interaction strengths for any recommendation setting. Applying EMDE to both top-k and session-based recommendation settings, we establish new state-of-the-art results on multiple open datasets in both uni-modal and multi-modal settings.

Code Implementations2 repos
Foundations

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

Your Notes