vix.ing · top · new · best · stats · spec

On the amortized complexity of approximate counting

2022/11/08 by Ishaq Aden-Ali, Yanjun Han, Aden-Ali, Ishaq +5
Computer Science · #Complexity and Algorithms in Graphs #Computational Complexity (cs.CC) #Data Structures and Algorithms (cs.DS) #Error Correcting Code Techniques #FOS: Computer and information sciences #Stochastic Gradient Optimization Techniques

paper · pdf · doi:10.48550/arxiv.2211.03917

openalex publication_date 2022/11/08 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Naively storing a counter up to value n would require Ω(log n) bits of memory. Nelson and Yu [NY22], following work of [Morris78], showed that if the query answers need only be (1+ε)-approximate with probability at least 1 - δ, then O(loglog n + loglog(1/δ) + log(1/ε)) bits suffice, and in fact this bound is tight. Morris' original motivation for studying this problem though, as well as modern applications, require not only maintaining one counter, but rather k counters for k large. This motivates the following question: for k large, can k counters be simultaneously maintained using asymptotically less memory than k times the cost of an individual counter? That is to say, does this problem benefit from an improved \it amortized space complexity bound? We answer this question in the negative. Specifically, we prove a lower bound for nearly the full range of parameters showing that, in terms of memory usage, there is no asymptotic benefit possible via amortization when storing multiple counters. Our main proof utilizes a certain notion of "information cost" recently introduced by Braverman, Garg and Woodruff in FOCS 2020 to prove lower bounds for streaming algorithms.

Related