Papers › Independent Range Sampling on Interval Data (Longer Version)

Independent Range Sampling on Interval Data (Longer Version)

14 May 2024arXiv:2405.08315links table onlyarchive 2025-07-28

Daichi Amagata

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Many applications require efficient management of large sets of intervals because many objects are associated with intervals (e.g., time and price intervals). In such interval management systems, range search is a primitive operator for retrieving and analysis tasks. As dataset sizes are growing nowadays, range search results are also becoming larger, which may overwhelm users and incur long computation time. Because applications are usually satisfied with a subset of the result set, it is desirable to efficiently obtain only small samples from the result set.We therefore address the problem of independent range sampling on interval data, which outputs s random samples that overlap a given query interval and are independent of the samples of all previous queries. To efficiently solve this problem theoretically and practically, we propose a variant of an interval tree, namely the augmented interval tree (or AIT), and we show that there exists an exact algorithm that needs O(n logn) space and O(log² n + s) time, where n is the dataset size. The simple structure of an AIT provides flexible extensions: (i) its time and space complexities respectively become O(log² n + s) expected and O(n) by bucketing intervals and (ii) it can deal with weighted intervals and outputs s weighted random samples in O(log² n+slogn) time. We conduct extensive experiments on real datasets, and the results demonstrate that our algorithms significantly outperform competitors.

PaperPDFCode

Code

amgt-d1/IRS-interval officialmentioned in papermentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections