TL;DR
This paper introduces a new sequential quadratic programming algorithm for maximum likelihood estimation of mixture proportions, which is significantly faster and equally accurate compared to existing interior point methods, especially on large datasets.
Contribution
The authors develop a novel SQP-based method for mixture proportion estimation that outperforms interior point methods in speed while maintaining accuracy.
Findings
Achieves at least 100-fold reduction in runtime on large datasets.
Performs comparably in accuracy to interior point methods.
Effective on synthetic and real genetic data.
Abstract
Maximum likelihood estimation of mixture proportions has a long history, and continues to play an important role in modern statistics, including in development of nonparametric empirical Bayes methods. Maximum likelihood of mixture proportions has traditionally been solved using the expectation maximization (EM) algorithm, but recent work by Koenker & Mizera shows that modern convex optimization techniques -- in particular, interior point methods -- are substantially faster and more accurate than EM. Here, we develop a new solution based on sequential quadratic programming (SQP). It is substantially faster than the interior point method, and just as accurate. Our approach combines several ideas: first, it solves a reformulation of the original problem; second, it uses an SQP approach to make the best use of the expensive gradient and Hessian computations; third, the SQP iterations are…
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.
