EDBT 2026 Demo / reviewers in the wild / expert
Zeyu Wang 0007
dblp:132/7882-7
· DBLP profile ↗
5ranked-venue papers in the field
4as first author
5since 2021 · last 2024
0000-0002-0455-0830ORCID · verified
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 5 (4 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2024 | Steiner-Hardness: A Query Hardness Measure for Graph-Based ANN IndexesabstractGraph-based indexes have been widely employed to accelerate approximate similarity search of high-dimensional vectors. However, the performance of graph indexes to answer different queries varies vastly, leading to an unstable quality of service for downstream applications. This necessitates an effective measure to test query hardness on graph indexes. Nonetheless, popular distance-based hardness measures like LID lose their effects due to the ignorance of the graph structure. In this paper, we propose Steiner -hardness, a novel connection-based graph-native query hardness measure. Specifically, we first propose a theoretical framework to analyze the minimum query effort on graph indexes and then define Steiner -hardness as the minimum effort on a representative graph. Moreover, we prove that our Steiner -hardness is highly relevant to the classical Directed Steiner Tree (DST) problems. In this case, we design a novel algorithm to reduce our problem to DST problems and then leverage their solvers to help calculate Steiner -hardness efficiently. Compared with LID and other similar measures, Steiner -hardness shows a significantly better correlation with the actual query effort on various datasets. Additionally, an unbiased evaluation designed based on Steiner -hardness reveals new ranking results, indicating a meaningful direction for enhancing the robustness of graph indexes. Zeyu Wang 0007, Qitong Wang 0003, Xiaoxing Cheng, Peng Wang 0027, Themis Palpanas, Wei Wang 0009 |
Proc. VLDB Endow. | 1 |
| 2024 | CIVET: Exploring Compact Index for Variable-Length Subsequence Matching on Time SeriesabstractNowadays the demands for managing and analyzing substantially increasing collections of time series are becoming more challenging. Subsequence matching, as a core subroutine in time series analysis, has drawn significant research attention. Most of the previous works only focus on matching the subsequences with equal length to the query. However, many scenarios require support for efficient variable-length subsequence matching. In this paper, we propose a new representation, Uniform Piecewise Aggregate Approximation (UPAA) with the capability of aligning features for variable-length time series while remaining the lower bounding property. Based on UPAA, we present a compact index structure by grouping adjacent subsequences and similar subsequences respectively. Moreover, we propose an index pruning algorithm and a data filtering strategy to efficiently support variable-length subsequence matching without false dismissals. The experiments conducted on both real and synthetic datasets demonstrate that our approach achieves considerably better efficiency, scalability, and effectiveness than existing approaches. Haoran Xiong, Hang Zhang 0032, Zeyu Wang 0007, Zhenying He, Peng Wang 0027, Xiaoyang Sean Wang |
Proc. VLDB Endow. | 3 |
| 2024 | Static and Streaming Discovery of Maximal Linear Representation Between Time SeriesabstractNowadays, many applications, like the Internet of Things and Industrial Internet, collect data points from sensors continuously to form long time series. Finding the correlation between time series is a fundamental task for many time series mining problems. However, it is meaningless to directly measure the global correlation between two long time series due to concept shift or noise data. To tackle this challenge, in this paper, we formulate the novel problem of finding maximal significant linear representation. The major idea is that, given two time series and a quality constraint, we want to find the longest gapped time interval on which a time series can be linearly represented by the other within the quality constraint requirement. We develop both exact and approximate algorithms (with approximation quality guarantees), which exploit a novel representation of the linear correlation between time series on subsequences, and transform the problem into a geometric search. Moreover, we propose an online approach to find this correlation in each sliding window incrementally for the streaming data. We present a systematic empirical study to verify the efficiency and effectiveness of our approaches. Zeyu Wang 0007, Zhenying He, Peng Wang 0027, Yang Wang 0041, Wei Wang 0009 |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2024 | DumpyOS: A data-adaptive multi-ary index for scalable data series similarity search
Zeyu Wang 0007, Qitong Wang 0003, Peng Wang 0027, Themis Palpanas, Wei Wang 0009 |
VLDB J. | 1 |
| 2023 | Dumpy: A Compact and Adaptive Index for Large Data Series CollectionsabstractData series indexes are necessary for managing and analyzing the increasing amounts of data series collections that are nowadays available. These indexes support both exact and approximate similarity search, with approximate search providing high-quality results within milliseconds, which makes it very attractive for certain modern applications. Reducing the pre-processing (i.e., index building) time and improving the accuracy of search results are two major challenges. DSTree and the iSAX index family are state-of-the-art solutions for this problem. However, DSTree suffers from long index building times, while iSAX suffers from low search accuracy. In this paper, we identify two problems of the iSAX index family that adversely affect the overall performance. First, we observe the presence of a proximity-compactness trade-off related to the index structure design (i.e., the node fanout degree), significantly limiting the efficiency and accuracy of the resulting index. Second, a skewed data distribution will negatively affect the performance of iSAX. To overcome these problems, we propose Dumpy, an index that employs a novel multi-ary data structure with an adaptive node splitting algorithm and an efficient building workflow. Furthermore, we devise Dumpy-Fuzzy as a variant of Dumpy which further improves search accuracy by proper duplication of series. Experiments with a variety of large, real datasets demonstrate that the Dumpy solutions achieve considerably better efficiency, scalability and search accuracy than its competitors. Zeyu Wang 0007, Qitong Wang 0003, Peng Wang 0027, Themis Palpanas, Wei Wang 0009 |
Proc. ACM Manag. Data | 1 |