Computing the Center of Uncertain Points on Cactus Graphs
Ran Hu, Divy H. Kanani, Jingru Zhang

TL;DR
This paper introduces an efficient algorithm for finding the optimal center point on a cactus graph that minimizes the maximum expected distance to uncertain points with probabilistic locations.
Contribution
It presents the first known algorithm for the weighted one-center problem on cactus graphs with near-optimal time complexity.
Findings
Algorithm runs in O(|G| + mn log mn) time
Solution is nearly optimal given input size
Addresses a previously unsolved problem in graph optimization
Abstract
In this paper, we consider the (weighted) one-center problem of uncertain points on a cactus graph. Given are a cactus graph and a set of uncertain points. Each uncertain point has possible locations on with probabilities and a non-negative weight. The (weighted) one-center problem aims to compute a point (the center) on to minimize the maximum (weighted) expected distance from to all uncertain points. No previous algorithm is known for this problem. In this paper, we propose an -time algorithm for solving it. Since the input is , our algorithm is almost optimal.
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
TopicsData Management and Algorithms · Advanced Database Systems and Queries
