# Efficient Profile Maximum Likelihood for Universal Symmetric Property   Estimation

**Authors:** Moses Charikar, Kirankumar Shiragur, Aaron Sidford

arXiv: 1905.08448 · 2019-05-22

## TL;DR

This paper introduces a nearly linear time algorithm for approximating the profile maximum likelihood (PML) distribution, enabling efficient universal estimation of symmetric properties of distributions with broad applications.

## Contribution

It provides the first polynomial-time algorithm for approximate PML computation, facilitating universal symmetric property estimation in nearly linear time.

## Key findings

- Algorithm computes approximate PML within exponential multiplicative error.
- Enables universal plug-in estimators for all symmetric functions with high accuracy.
- Extends to polynomial-time algorithms for multi-dimensional PML for symmetric relationships.

## Abstract

Estimating symmetric properties of a distribution, e.g. support size, coverage, entropy, distance to uniformity, are among the most fundamental problems in algorithmic statistics. While each of these properties have been studied extensively and separate optimal estimators are known for each, in striking recent work, Acharya et al. 2016 showed that there is a single estimator that is competitive for all symmetric properties. This work proved that computing the distribution that approximately maximizes \emph{profile likelihood (PML)}, i.e. the probability of observed frequency of frequencies, and returning the value of the property on this distribution is sample competitive with respect to a broad class of estimators of symmetric properties. Further, they showed that even computing an approximation of the PML suffices to achieve such a universal plug-in estimator. Unfortunately, prior to this work there was no known polynomial time algorithm to compute an approximate PML and it was open to obtain a polynomial time universal plug-in estimator through the use of approximate PML. In this paper we provide a algorithm (in number of samples) that, given $n$ samples from a distribution, computes an approximate PML distribution up to a multiplicative error of $\exp(n^{2/3} \mathrm{poly} \log(n))$ in time nearly linear in $n$. Generalizing work of Acharya et al. 2016 on the utility of approximate PML we show that our algorithm provides a nearly linear time universal plug-in estimator for all symmetric functions up to accuracy $\epsilon = \Omega(n^{-0.166})$. Further, we show how to extend our work to provide efficient polynomial-time algorithms for computing a $d$-dimensional generalization of PML (for constant $d$) that allows for universal plug-in estimation of symmetric relationships between distributions.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.08448/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1905.08448/full.md

---
Source: https://tomesphere.com/paper/1905.08448