Pith. sign in

REVIEW 1 cited by

On the Power of Learning-Augmented Search Trees

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2211.09251 v3 pith:JF26QZ7K submitted 2022-11-16 cs.DS cs.LG

classification cs.DScs.LG
keywords searchtreeslearning-augmentedapproachbstsdatadistributionsitem
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
abstract

We study learning-augmented binary search trees (BSTs) via Treaps with carefully designed priorities. The result is a simple search tree in which the depth of each item $x$ is determined by its predicted weight $w_x$. Specifically, each item $x$ is assigned a composite priority of $-\lfloor\log\log(1/w_x)\rfloor + U(0, 1)$ where $U(0, 1)$ is the uniform random variable. By choosing $w_x$ as the relative frequency of $x$, the resulting search trees achieve static optimality. This approach generalizes the recent learning-augmented BSTs [Lin-Luo-Woodruff ICML '22], which only work for Zipfian distributions, by extending them to arbitrary input distributions. Furthermore, we demonstrate that our method can be generalized to a B-Tree data structure using the B-Treap approach [Golovin ICALP '09]. Our search trees are also capable of leveraging localities in the access sequence through online self-reorganization, thereby achieving the working-set property. Additionally, they are robust to prediction errors and support dynamic operations, such as insertions, deletions, and prediction updates. We complement our analysis with an empirical study, demonstrating that our method outperforms prior work and classic data structures.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Incremental Approximate Single-Source Shortest Paths with Predictions

    cs.DS 2025-02 conditional novelty 7.0 of 10

    A learned data structure maintains (1+epsilon)-approximate single-source shortest paths under edge insertions in O~(m min_tau {tau+|HIGH(tau)|} log W/epsilon) total time, with an offline building block running in near...

Pith tools