Optimal Dynamic Parameterized Subset Sampling
Junhao Gan, Seeun William Umboh, Hanzhi Wang, Anthony Wirth, Zhuo, Zhang

TL;DR
This paper introduces an optimal dynamic algorithm for parameterized subset sampling in the Word RAM model, with efficient updates and queries, and establishes a complexity hardness result for float weights.
Contribution
It presents the first optimal algorithm for dynamic parameterized subset sampling and proves a complexity lower bound via reduction from Integer Sorting.
Findings
Achieves $O(n)$ preprocessing and $O(1+ ext{expected size})$ query time.
Provides an $O(1)$ update time algorithm.
Establishes a hardness result linking float-weight DPSS to Integer Sorting.
Abstract
In this paper, we study the Dynamic Parameterized Subset Sampling (DPSS) problem in the Word RAM model. In DPSS, the input is a set,~, of~ items, where each item,~, has a non-negative integer weight,~. Given a pair of query parameters, , each of which is a non-negative rational number, a parameterized subset sampling query on~ seeks to return a subset such that each item is selected in~, independently, with probability . More specifically, the DPSS problem is defined in a dynamic setting, where the item set,~, can be updated with insertions of new items or deletions of existing items. Our first main result is an optimal algorithm for solving the DPSS problem, which achieves~ pre-processing time, …
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
TopicsBayesian Methods and Mixture Models · Face and Expression Recognition
