LGMLFeb 10, 2023

Efficient and Accurate Learning of Mixtures of Plackett-Luce Models

arXiv:2302.05343v18 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient and accurate learning in ranking models, which is incremental as it improves upon existing EM-based methods by overcoming initialization and likelihood optimization bottlenecks.

The paper tackles the problem of parameter estimation in mixture models of Plackett-Luce ranking models by proposing an initialization algorithm for provably accurate initial estimates and an EM algorithm that efficiently maximizes the true log-likelihood, showing competitive accuracy and speed in experiments on synthetic and real datasets, especially with large numbers of items.

Mixture models of Plackett-Luce (PL) -- one of the most fundamental ranking models -- are an active research area of both theoretical and practical significance. Most previously proposed parameter estimation algorithms instantiate the EM algorithm, often with random initialization. However, such an initialization scheme may not yield a good initial estimate and the algorithms require multiple restarts, incurring a large time complexity. As for the EM procedure, while the E-step can be performed efficiently, maximizing the log-likelihood in the M-step is difficult due to the combinatorial nature of the PL likelihood function (Gormley and Murphy 2008). Therefore, previous authors favor algorithms that maximize surrogate likelihood functions (Zhao et al. 2018, 2020). However, the final estimate may deviate from the true maximum likelihood estimate as a consequence. In this paper, we address these known limitations. We propose an initialization algorithm that can provide a provably accurate initial estimate and an EM algorithm that maximizes the true log-likelihood function efficiently. Experiments on both synthetic and real datasets show that our algorithm is competitive in terms of accuracy and speed to baseline algorithms, especially on datasets with a large number of items.

Foundations

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

Your Notes