English

An Improved Algorithm For Online Min-Sum Set Cover

Data Structures and Algorithms 2023-03-28 v3 Machine Learning

Abstract

We study a fundamental model of online preference aggregation, where an algorithm maintains an ordered list of nn elements. An input is a stream of preferred sets R1,R2,,Rt,R_1, R_2, \dots, R_t, \dots. Upon seeing RtR_t and without knowledge of any future sets, an algorithm has to rerank elements (change the list ordering), so that at least one element of RtR_t is found near the list front. The incurred cost is a sum of the list update costs (the number of swaps of neighboring list elements) and access costs (position of the first element of RtR_t on the list). This scenario occurs naturally in applications such as ordering items in an online shop using aggregated preferences of shop customers. The theoretical underpinning of this problem is known as Min-Sum Set Cover. Unlike previous work (Fotakis et al., ICALP 2020, NIPS 2020) that mostly studied the performance of an online algorithm ALG against the static optimal solution (a single optimal list ordering), in this paper, we study an arguably harder variant where the benchmark is the provably stronger optimal dynamic solution OPT (that may also modify the list ordering). In terms of an online shop, this means that the aggregated preferences of its user base evolve with time. We construct a computationally efficient randomized algorithm whose competitive ratio (ALG-to-OPT cost ratio) is O(r2)O(r^2) and prove the existence of a deterministic O(r4)O(r^4)-competitive algorithm. Here, rr is the maximum cardinality of sets RtR_t. This is the first algorithm whose ratio does not depend on nn: the previously best algorithm for this problem was O(r3/2n)O(r^{3/2} \cdot \sqrt{n})-competitive and Ω(r)\Omega(r) is a lower bound on the performance of any deterministic online algorithm.

Keywords

Cite

@article{arxiv.2209.04870,
  title  = {An Improved Algorithm For Online Min-Sum Set Cover},
  author = {Marcin Bienkowski and Marcin Mucha},
  journal= {arXiv preprint arXiv:2209.04870},
  year   = {2023}
}

Comments

Presented at AAAI 2023

R2 v1 2026-06-28T01:05:10.579Z