Skyline Queries Over Incomplete Data Streams (Technical Report)
Weilong Ren, Xiang Lian, Kambiz Ghazinour

TL;DR
This paper introduces a novel approach for processing skyline queries over incomplete data streams, addressing missing data with imputation techniques and efficient pruning strategies to improve query accuracy and performance.
Contribution
The paper proposes a new framework for skyline queries on incomplete streams, including imputation methods, pruning strategies, and index structures, which are integrated into an efficient query answering algorithm.
Findings
The approach effectively handles missing data in stream environments.
Experimental results show high efficiency and accuracy on real and synthetic datasets.
The method outperforms existing techniques in processing incomplete data streams.
Abstract
Nowadays, efficient and effective processing over massive stream data has attracted much attention from the database community, which are useful in many real applications such as sensor data monitoring, network intrusion detection, and so on. In practice, due to the malfunction of sensing devices or imperfect data collection techniques, real-world stream data may often contain missing or incomplete data attributes. In this paper, we will formalize and tackle a novel and important problem, named skyline query over incomplete data stream (Sky-iDS), which retrieves skyline objects (in the presence of missing attributes) with high confidences from incomplete data stream. In order to tackle the Sky-iDS problem, we will design efficient approaches to impute missing attributes of objects from incomplete data stream via differential dependency (DD) rules. We will propose effective pruning…
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 · Data Mining Algorithms and Applications
