English

Computing All Restricted Skyline Probabilities on Uncertain Datasets

Data Structures and Algorithms 2024-01-15 v2

Abstract

Restricted skyline (rskyline) query is widely used in multi-criteria decision making. It generalizes the skyline query by additionally considering a set of personalized scoring functions F. Since uncertainty is inherent in datasets for multi-criteria decision making, we study rskyline queries on uncertain datasets from both complexity and algorithm perspective. We formalize the problem of computing rskyline probabilities of all data items and show that no algorithm can solve this problem in truly subquadratic-time, unless the orthogonal vectors conjecture fails. Considering that linear scoring functions are widely used in practical applications, we propose two efficient algorithms for the case where \calF\calF is a set of linear scoring functions whose weights are described by linear constraints, one with near-optimal time complexity and the other with better expected time complexity. For special linear constraints involving a series of weight ratios, we further devise an algorithm with sublinear query time and polynomial preprocessing time. Extensive experiments demonstrate the effectiveness, efficiency, scalability, and usefulness of our proposed algorithms.

Keywords

Cite

@article{arxiv.2303.00259,
  title  = {Computing All Restricted Skyline Probabilities on Uncertain Datasets},
  author = {Xiangyu Gao and Jianzhong Li and Dongjing Miao},
  journal= {arXiv preprint arXiv:2303.00259},
  year   = {2024}
}

Comments

Full version, a shorter version to appear in ICDE 2024

R2 v1 2026-06-28T08:53:09.996Z