Yida Liu

dblp:249/4151 · DBLP profile ↗
← Back
7ranked-venue papers in the field
0as first author
7since 2021 · last 2025
0000-0003-3169-5506ORCID · corroborated

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 7
YearPublicationVenuePosition
2025 $t$DCDiscover: Mining Threshold Denial Constraints from Time Series Data
abstract
Denial constraints are vital in data quality management, but traditional mining algorithms struggle with time series data. To address this, we introduce a novel data quality rule, threshold Denial Constraints ($t$DCs), which enables predicate scaling in numerical contexts. We formalize the inference system for$t$DCs and demonstrate the monotonicity and abruptness of threshold predicates. To efficiently mine$t$DCs, we design the tDCDiscover algorithm, which leverages batch computation of differences and thresholds to significantly reduce the time required for acquiring homologous predicate evidence, achieving a 50% -66% decrease. Additionally, we introduce an evidence matrix to store evidence, lowering the complexity of evidence matching from$O(m)$to$O(1)$. We propose two pruning strategies: triviality pruning and prediction coverage pruning, to effectively decrease the search paths to one-fifth of their original number and eliminating at least 90% of unnecessary paths. We theoretically prove that tDCDiscover ensures minimal, valid, and complete results. Experimental results on eight real-world datasets demonstrate that, compared to the current state-of-the-art denial constraint mining techniques, tDCDiscover achieves more than double the efficiency when processing high-dimensional time series data. In downstream data cleaning tasks, tDCDiscover improves error detection precision by an average of 40% and repair accuracy by 18%, further offering advantages in time series data quality management.
Xiaoou Ding, Muyun Zhou, Yida Liu, Zekai Qian, Chen Wang 0018, Hongzhi Wang 0001, Jianmin Wang 0001
ICDE3
2025 Cleaning both Data Errors and Inaccurate Constraints on Numerical Sequential Data
Xiaoou Ding, Muyun Zhou, Yida Liu, Chen Wang 0018, Hongzhi Wang 0001, Jianmin Wang 0001
Proc. VLDB Endow.3
2024 TSDDISCOVER: Discovering Data Dependency for Time Series Data
abstract
Intelligent devices often produce time series data that suffer from significant data quality issues. While the utilization of data dependency in error detection and data repair has been somewhat beneficial, it remains inadequate in accurately representing the data quality of time series datasets. In recognition of the obvious characteristics inherent in time series data, we introduce a novel data dependency, termed TSDD. It effectively captures the contextual relationships embedded within multivariate time series, thereby enhancing the semantic richness of data quality representations. We analyze the complexity of both implication and consistency problems for TSDD reasoning, and develop TSDD discovery algorithm TSDDISCOVER, which consists of functional structure discovery, allowable error bound determination, and validation of TSDD patterns. Experimental results on real-life datasets verify TSDDISCOVER efficiently discovers high-quality TSDD patterns. In comparing the performance of TSDD-based error detection with several leading data quality constraints, our findings reveal that the former achieves an average improvement of 12% in accuracy and 30% in the F1 score over other dependency-based detection methods.
Xiaoou Ding, Yingze Li, Hongzhi Wang 0001, Chen Wang 0018, Yida Liu, Jianmin Wang 0001
ICDE5
2024 Efficient Relaxed Functional Dependency Discovery with Minimal Set Cover
abstract
Assessing data quality through Functional Depen-dencies (FDs) is a crucial aspect of data governance. However, with the diverse range of data sources and the exponential growth in data volume, exact FDs can sometimes be impractical for real-world applications. In contrast, relaxed functional dependencies (RFDs), which allows for some flexibility in attribute value comparisons, demonstrates greater adaptability and flexibility for big data scenarios. To address the efficient discovery of RFDs, this paper proposes a novel mining method to supplement the current research gaps. By establishing a difference table for tuples, we transform the problem into a specialized minimal set covering problem. Additionally, we introduce two optimization strategies: reducing the time complexity of enumerating the left-hand side of the base RFDs to 0 (1) and decreasing the search complexity for feasible LHS attributes and threshold candidates from O(2m-l) to O(1.5m-1). We rigorously proof that our mining approach guarantees the identification of validity and minimal RFDs. Experiments on nine real-world datasets reveal that our method significantly improves efficiency compared to existing techniques. Furthermore, it uncovers more concise and higher-quality RFDs. Importantly, the RFDs extracted through our methodology exhibit better performance in downstream cleaning tasks.
Xiaoou Ding, Yida Liu, Hongzhi Wang 0001, Chen Wang 0018, Donghua Yang, Jianmin Wang 0001
ICDE2
2024 DAFDiscover: Robust Mining Algorithm for Dynamic Approximate Functional Dependencies on Dirty Data
abstract
Data dependency mining plays a crucial role in understanding data relationships. To address the increasing complexities of real-world data, Approximate Functional Dependencies (AFDs) have been introduced, building upon traditional FD. However, existing AFD approaches use static relaxation coefficients, limiting their effectiveness in capturing dependencies in noisy data. We propose a dynamic AFD variant, DAFD, which incorporates attribute error rates. We establish a bijection between DAFD and FD, develop its inference system, and introduce DAFDiscover, an algorithm for mining dependencies directly on noisy data. DAFDiscover matches the time and space complexity of SOTA AFD mining methods while offering superior performance. We theoretically prove its correctness, provide a method for calculating DAFD probabilities (DAFD- prob ), and derive a lower bound for DAFD's validity on dirty data. Experimental results on multiple public datasets demonstrate the semantic superiority of DAFD and the effectiveness of DAFDiscover compared to existing SOTA AFD mining techniques.
Xiaoou Ding, Yixing Lu, Hongzhi Wang 0001, Chen Wang 0018, Yida Liu, Jianmin Wang 0001
Proc. VLDB Endow.5
2023 SNN-AAD: Active Anomaly Detection Method for Multivariate Time Series with Sparse Neural Network
Xiaoou Ding, Yida Liu, Hongzhi Wang 0001, Donghua Yang
DASFAA (1)2
2023 Cleanits-MEDetect: Multiple Errors Detection for Time Series Data in Cleanits
Xiaoou Ding, Hongzhi Wang 0001, Donghua Yang, Yida Liu
DASFAA (4)5