English

Instance-optimal estimation of L2-norm

Data Structures and Algorithms 2026-03-26 v3

Abstract

The L2L_2-norm, or collision norm, is a core entity in the analysis of distributions and probabilistic algorithms. Batu and Canonne (FOCS 2017) presented an extensive analysis of algorithmic aspects of the L2L_2-norm and its connection to uniformity testing. However, when it comes to estimating the L2L_2-norm itself, their algorithm is not always optimal compared to the instance-specific second-moment bounds, O(1/(εμ2)+tμ/ε2)O(1/(\varepsilon\|\mu\|_2) + t_\mu/\varepsilon^2), for tμ=μ33/μ241t_\mu = \|\mu\|_3^3 / \|\mu\|_2^4 - 1, as stated by Batu (WoLA 2025, open problem session). In this paper, we present an unbiased L2L_2-estimation algorithm whose sample complexity matches the instance-specific second-moment analysis. Additionally, we show that Ω(1/(εμ2)+tμ/ε2)\Omega(1/(\varepsilon \|\mu\|_2) + t_\mu / \varepsilon^2) is indeed the per-instance lower bound for estimating the norm of a distribution μ\mu by sampling (even for non-unbiased estimators).

Keywords

Cite

@article{arxiv.2602.21937,
  title  = {Instance-optimal estimation of L2-norm},
  author = {Tomer Adar},
  journal= {arXiv preprint arXiv:2602.21937},
  year   = {2026}
}

Comments

Added the second part of the lower-bound. A few notation changes to reduce overloading. A few textual changes

R2 v1 2026-07-01T10:52:04.427Z