Computation of Spatial Skyline Points
Binay Bhattacharya, Arijit Bishnu, Otfried Cheong, Sandip Das, Arindam, Karmakar, Jack Snoeyink

TL;DR
This paper presents an efficient method for computing spatial skyline points by reducing the problem to a weighted Voronoi diagram, enabling an $O((n + m) ext{log}(n + m))$ algorithm in 2D.
Contribution
It introduces a novel reduction of the skyline computation to weighted Voronoi diagram construction under convex distance functions, improving computational efficiency.
Findings
Provides an $O((n + m) ext{log}(n + m))$ algorithm for 2D cases.
Reduces skyline computation to Voronoi diagram analysis.
Applicable to spatial data analysis and location-based services.
Abstract
We discuss a method of finding skyline or non-dominated sites in a set of point sites with respect to a set of points. A site is non-dominated if and only if for each , there exists at least one point that is closer to than to . We reduce this problem of determining non-dominated sites to the problem of finding sites that have non-empty cells in an additively weighted Voronoi diagram under a convex distance function. The weights of said Voronoi diagram are derived from the coordinates of the sites of , while the convex distance function is derived from . In the two-dimensional plane, this reduction gives an -time algorithm to find the non-dominated points.
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.
