LGMLMay 30, 2019

Learning Nonsymmetric Determinantal Point Processes

arXiv:1905.12962v348 citations
Originality Incremental advance
AI Analysis

This work addresses a gap in probabilistic modeling for tasks like recommendation systems and summarization by enabling more expressive DPPs, though it is incremental as it builds on existing DPP frameworks.

The paper tackles the limitation of symmetric determinantal point processes (DPPs) by introducing a method for learning nonsymmetric DPPs, which allow both repulsive and attractive interactions, and demonstrates improved predictive performance on synthetic and real-world datasets compared to symmetric DPPs.

Determinantal point processes (DPPs) have attracted substantial attention as an elegant probabilistic model that captures the balance between quality and diversity within sets. DPPs are conventionally parameterized by a positive semi-definite kernel matrix, and this symmetric kernel encodes only repulsive interactions between items. These so-called symmetric DPPs have significant expressive power, and have been successfully applied to a variety of machine learning tasks, including recommendation systems, information retrieval, and automatic summarization, among many others. Efficient algorithms for learning symmetric DPPs and sampling from these models have been reasonably well studied. However, relatively little attention has been given to nonsymmetric DPPs, which relax the symmetric constraint on the kernel. Nonsymmetric DPPs allow for both repulsive and attractive item interactions, which can significantly improve modeling power, resulting in a model that may better fit for some applications. We present a method that enables a tractable algorithm, based on maximum likelihood estimation, for learning nonsymmetric DPPs from data composed of observed subsets. Our method imposes a particular decomposition of the nonsymmetric kernel that enables such tractable learning algorithms, which we analyze both theoretically and experimentally. We evaluate our model on synthetic and real-world datasets, demonstrating improved predictive performance compared to symmetric DPPs, which have previously shown strong performance on modeling tasks associated with these datasets.

Code Implementations1 repo
Foundations

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

Your Notes