English

A Framework for Building Data Structures from Communication Protocols

Data Structures and Algorithms 2025-06-27 v1

Abstract

We present a general framework for designing efficient data structures for high-dimensional pattern-matching problems (  ?i[n],f(xi,y)=1\exists \;? i\in[n], f(x_i,y)=1) through communication models in which f(x,y)f(x,y) admits sublinear communication protocols with exponentially-small error. Specifically, we reduce the data structure problem to the Unambiguous Arthur-Merlin (UAM) communication complexity of f(x,y)f(x,y) under product distributions. We apply our framework to the Partial Match problem (a.k.a, matching with wildcards), whose underlying communication problem is sparse set-disjointness. When the database consists of nn points in dimension dd, and the number of \star's in the query is at most w=clogn  (d)w = c\log n \;(\ll d), the fastest known linear-space data structure (Cole, Gottlieb and Lewenstein, STOC'04) had query time t2w=nct \approx 2^w = n^c, which is nontrivial only when c<1c<1. By contrast, our framework produces a data structure with query time n11/(clog2c)n^{1-1/(c \log^2 c)} and space close to linear. To achieve this, we develop a one-sided ϵ\epsilon-error communication protocol for Set-Disjointness under product distributions with Θ~(dlog(1/ϵ))\tilde{\Theta}(\sqrt{d\log(1/\epsilon)}) complexity, improving on the classical result of Babai, Frankl and Simon (FOCS'86). Building on this protocol, we show that the Unambiguous AM communication complexity of ww-Sparse Set-Disjointness with ϵ\epsilon-error under product distributions is O~(wlog(1/ϵ))\tilde{O}(\sqrt{w \log(1/\epsilon)}), independent of the ambient dimension dd, which is crucial for the Partial Match result. Our framework sheds further light on the power of data-dependent data structures, which is instrumental for reducing to the (much easier) case of product distributions.

Keywords

Cite

@article{arxiv.2506.20761,
  title  = {A Framework for Building Data Structures from Communication Protocols},
  author = {Alexandr Andoni and Shunhua Jiang and Omri Weinstein},
  journal= {arXiv preprint arXiv:2506.20761},
  year   = {2025}
}

Comments

53 pages, STOC 2025

R2 v1 2026-07-01T03:33:36.313Z