Optimal Succinct Rank Data Structure via Approximate Nonnegative Tensor Decomposition

11/05/2018
by   Huacheng Yu, et al.
0

Given an n-bit array A, the succinct rank data structure problem asks to construct a data structure using space n+r bits for r≪ n, supporting rank queries of form rank(x)=∑_i=0^x-1 A[i]. In this paper, we design a new succinct rank data structure with r=n/( n)^Ω(t)+n^1-c and query time O(t) for some constant c>0, improving the previous best-known by Patrascu [Pat08], which has r=n/( n/t)^Ω(t)+Õ(n^3/4) bits of redundancy. For r>n^1-c, our space-time tradeoff matches the cell-probe lower bound by Patrascu and Viola [PV10], which asserts that r must be at least n/( n)^O(t). Moreover, one can avoid an n^1-c-bit lookup table when the data structure is implemented in the cell-probe model, achieving r= n/( n)^Ω(t). It matches the lower bound for the full range of parameters. En route to our new data structure design, we establish an interesting connection between succinct data structures and approximate nonnegative tensor decomposition. Our connection shows that for specific problems, to construct a space-efficient data structure, it suffices to approximate a particular tensor by a sum of (few) nonnegative rank-1 tensors. For the rank problem, we explicitly construct such an approximation, which yields an explicit construction of the data structure.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
04/13/2020

Lower Bound for Succinct Range Minimum Query

Given an integer array A[1..n], the Range Minimum Query problem (RMQ) as...
research
07/19/2019

On Approximate Range Mode and Range Selection

For any ϵ∈ (0,1), a (1+ϵ)-approximate range mode query asks for the posi...
research
08/12/2021

Derandomization of Cell Sampling

Since 1989, the best known lower bound on static data structures was Sie...
research
08/12/2018

Local Decodability of the Burrows-Wheeler Transform

The Burrows-Wheeler Transform (BWT) is among the most influential discov...
research
08/27/2019

Partial Sums on the Ultra-Wide Word RAM

We consider the classic partial sums problem on the ultra-wide word RAM ...
research
02/13/2019

Space-Efficient Data Structures for Lattices

A lattice is a partially-ordered set in which every pair of elements has...
research
02/26/2020

Bitvectors with runs and the successor/predecessor problem

The successor and predecessor problem consists of obtaining the closest ...

Please sign up or login with your details

Forgot password? Click here to reset