On the Power of Learning-Augmented Search Trees
Jingbang Chen, Xinyuan Cao, Alicia Stepin, Li Chen

TL;DR
This paper introduces a learning-augmented search tree design that adapts to arbitrary distributions, achieves static optimality, and supports dynamic operations with robustness, outperforming prior methods in empirical evaluations.
Contribution
It extends learning-augmented BSTs to general distributions, incorporates self-reorganization for locality, and generalizes to B-Trees, supporting dynamic updates and robustness.
Findings
Achieves static optimality for arbitrary distributions
Supports dynamic operations like insertions and deletions
Outperforms prior learning-augmented and classic data structures in experiments
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 is determined by its predicted weight . Specifically, each item is assigned a composite priority of where is the uniform random variable. By choosing as the relative frequency of , 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…
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
Taxonomy
TopicsAlgorithms and Data Compression · Machine Learning and Algorithms · Machine Learning in Bioinformatics
