English

High-Accuracy List-Decodable Mean Estimation

Machine Learning 2025-11-25 v1 Data Structures and Algorithms Machine Learning

Abstract

In list-decodable learning, we are given a set of data points such that an α\alpha-fraction of these points come from a nice distribution DD, for some small α1\alpha \ll 1, and the goal is to output a short list of candidate solutions, such that at least one element of this list recovers some non-trivial information about DD. By now, there is a large body of work on this topic; however, while many algorithms can achieve optimal list size in terms of α\alpha, all known algorithms must incur error which decays, in some cases quite poorly, with 1/α1 / \alpha. In this paper, we ask if this is inherent: is it possible to trade off list size with accuracy in list-decodable learning? More formally, given ϵ>0\epsilon > 0, can we can output a slightly larger list in terms of α\alpha and ϵ\epsilon, but so that one element of this list has error at most ϵ\epsilon with the ground truth? We call this problem high-accuracy list-decodable learning. Our main result is that non-trivial high-accuracy guarantees, both information-theoretically and algorithmically, are possible for the canonical setting of list-decodable mean estimation of identity-covariance Gaussians. Specifically, we demonstrate that there exists a list of candidate means of size at most L=exp(O(log21/αϵ2))L = \exp \left( O\left( \tfrac{\log^2 1 / \alpha}{\epsilon^2} \right)\right) so that one of the elements of this list has 2\ell_2 distance at most ϵ\epsilon to the true mean. We also design an algorithm that outputs such a list with runtime and sample complexity n=dO(logL)+expexp(O~(logL))n = d^{O(\log L)} + \exp \exp (\widetilde{O}(\log L)). We do so by demonstrating a completely novel proof of identifiability, as well as a new algorithmic way of leveraging this proof without the sum-of-squares hierarchy, which may be of independent technical interest.

Keywords

Cite

@article{arxiv.2511.17822,
  title  = {High-Accuracy List-Decodable Mean Estimation},
  author = {Ziyun Chen and Spencer Compton and Daniel Kane and Jerry Li},
  journal= {arXiv preprint arXiv:2511.17822},
  year   = {2025}
}

Comments

Abstract shortened to meet arXiv requirement

R2 v1 2026-07-01T07:49:49.868Z