Computing the Non-Dominated Flexible Skyline in Vertically Distributed Datasets with No Random Access
Davide Martinenghi

TL;DR
This paper presents a novel algorithm for computing the non-dominated flexible skyline in vertically distributed datasets without random access, addressing challenges in privacy-preserving, scalable data analysis for decentralized data sources.
Contribution
It introduces a new algorithm for the non-dominated flexible skyline in NRA scenarios, with proofs of correctness and optimality, and provides extensive experimental evaluation.
Findings
Algorithm is correct and optimal within its class.
Effective on both synthetic and real datasets.
Addresses privacy and scalability in distributed data analysis.
Abstract
In today's data-driven world, algorithms operating with vertically distributed datasets are crucial due to the increasing prevalence of large-scale, decentralized data storage. These algorithms enhance data privacy by processing data locally, reducing the need for data transfer and minimizing exposure to breaches. They also improve scalability, as they can handle vast amounts of data spread across multiple locations without requiring centralized access. Top-k queries have been studied extensively under this lens, and are particularly suitable in applications involving healthcare, finance, and IoT, where data is often sensitive and distributed across various sources. Classical top-k algorithms are based on the availability of two kinds of access to sources: sorted access, i.e., a sequential scan in the internal sort order, one tuple at a time, of the dataset; random access, which…
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 · Geographic Information Systems Studies · Automated Road and Building Extraction
