Optimal Succinct Rank Data Structure via Approximate Nonnegative Tensor Decomposition
Huacheng Yu

TL;DR
This paper introduces a new succinct rank data structure with improved space-time tradeoffs, leveraging approximate nonnegative tensor decomposition to achieve near-optimal redundancy and query efficiency.
Contribution
It presents a novel connection between succinct data structures and approximate nonnegative tensor decomposition, enabling improved space and query time tradeoffs.
Findings
Achieves space redundancy of n/(\log n)^{ ext{Omega}(t)} plus lower order terms.
Matches the cell-probe lower bound for space-time tradeoffs.
Provides explicit tensor approximation leading to explicit data structure construction.
Abstract
Given an -bit array , the succinct rank data structure problem asks to construct a data structure using space bits for , supporting rank queries of form . In this paper, we design a new succinct rank data structure with and query time for some constant , improving the previous best-known by Patrascu [Pat08], which has bits of redundancy. For , our space-time tradeoff matches the cell-probe lower bound by Patrascu and Viola [PV10], which asserts that must be at least . Moreover, one can avoid an -bit lookup table when the data structure is implemented in the cell-probe model, achieving . It matches the lower bound for the full range of parameters.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Error Correcting Code Techniques · Tensor decomposition and applications
