English

A Fully Dynamic Algorithm for k-Regret Minimizing Sets

Databases 2021-06-30 v3 Data Structures and Algorithms

Abstract

Selecting a small set of representatives from a large database is important in many applications such as multi-criteria decision making, web search, and recommendation. The kk-regret minimizing set (kk-RMS) problem was recently proposed for representative tuple discovery. Specifically, for a large database PP of tuples with multiple numerical attributes, the kk-RMS problem returns a size-rr subset QQ of PP such that, for any possible ranking function, the score of the top-ranked tuple in QQ is not much worse than the score of the kk\textsuperscript{th}-ranked tuple in PP. Although the kk-RMS problem has been extensively studied in the literature, existing methods are designed for the static setting and cannot maintain the result efficiently when the database is updated. To address this issue, we propose the first fully-dynamic algorithm for the kk-RMS problem that can efficiently provide the up-to-date result w.r.t.~any insertion and deletion in the database with a provable guarantee. Experimental results on several real-world and synthetic datasets demonstrate that our algorithm runs up to four orders of magnitude faster than existing kk-RMS algorithms while returning results of nearly equal quality.

Keywords

Cite

@article{arxiv.2005.14493,
  title  = {A Fully Dynamic Algorithm for k-Regret Minimizing Sets},
  author = {Yanhao Wang and Yuchen Li and Raymond Chi-Wing Wong and Kian-Lee Tan},
  journal= {arXiv preprint arXiv:2005.14493},
  year   = {2021}
}

Comments

15 pages, 11 figures; to appear in ICDE 2021

R2 v1 2026-06-23T15:54:24.898Z