Faster Distance-Based Representative Skyline and $k$-Center Along Pareto Front in the Plane
Sergio Cabello

TL;DR
This paper introduces faster algorithms for computing distance-based representative skylines and $k$-center problems along Pareto fronts in the plane, significantly improving efficiency over previous methods.
Contribution
It presents new algorithms with optimal or near-optimal time complexities for computing representative skylines and $k$-center problems in multi-objective optimization.
Findings
Achieves $O(n ext{log}h)$ time for the main problem
Decision problem solved in $O(n ext{log}k)$ time
Optimization problem solved in $O(n ext{log}k + n ext{loglog}n)$ time
Abstract
We consider the problem of computing the \emph{distance-based representative skyline} in the plane, a problem introduced by Tao, Ding, Lin and Pei [Proc. 25th IEEE International Conference on Data Engineering (ICDE), 2009] and independently considered by Dupin, Nielsen and Talbi [Optimization and Learning - Third International Conference, OLA 2020] in the context of multi-objective optimization. Given a set of points in the plane and a parameter , the task is to select points of the skyline defined by (also known as Pareto front for ) to minimize the maximum distance from the points of the skyline to the selected points. We show that the problem can be solved in time, where is the number of points in the skyline of . We also show that the decision problem can be solved in time and the optimization problem can be solved in $O(n \log…
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 · Vehicle Routing Optimization Methods · Computational Geometry and Mesh Generation
