English

Simple and Optimal Sublinear Algorithms for Mean Estimation

Data Structures and Algorithms 2025-10-07 v4

Abstract

We study the sublinear multivariate mean estimation problem in dd-dimensional Euclidean space. Specifically, we aim to find the mean μ\mu of a ground point set AA, which minimizes the sum of squared Euclidean distances of the points in AA to μ\mu. We first show that a multiplicative (1+ε)(1+\varepsilon) approximation to μ\mu can be found with probability 1δ1-\delta using O(ε1logδ1)O(\varepsilon^{-1}\log \delta^{-1}) many independent uniform random samples, and provide a matching lower bound. Furthermore, we give two estimators with optimal sample complexity that can be computed in optimal running time for extracting a suitable approximate mean: 1. The coordinate-wise median of logδ1\log \delta^{-1} sample means of sample size ε1\varepsilon^{-1}. As a corollary, we also show improved convergence rates for this estimator for estimating means of multivariate distributions. 2. The geometric median of logδ1\log \delta^{-1} sample means of sample size ε1\varepsilon^{-1}. To compute a solution efficiently, we design a novel and simple gradient descent algorithm that is significantly faster for our specific setting than all other known algorithms for computing geometric medians. In addition, we propose an order statistics approach that is empirically competitive with these algorithms, has an optimal sample complexity and matches the running time up to lower order terms. We finally provide an extensive experimental evaluation among several estimators which concludes that the geometric-median-of-means-based approach is typically the most competitive in practice.

Keywords

Cite

@article{arxiv.2406.05254,
  title  = {Simple and Optimal Sublinear Algorithms for Mean Estimation},
  author = {Beatrice Bertolotti and Matteo Russo and Chris Schwiegelshohn and Sudarshan Shyam},
  journal= {arXiv preprint arXiv:2406.05254},
  year   = {2025}
}
R2 v1 2026-06-28T16:57:51.715Z