VLDB 2026 Research / reviewers in the wild / expert
Zhiyu Liang
dblp:139/6492
· DBLP profile ↗
19ranked-venue papers in the field
14as first author
17since 2021 · last 2026
0000-0003-0083-2547ORCID · corroborated
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 16 (13 first)Knowledge Engineering, Semantic Web & Information Systems · 2 (1 first)Data Mining & Knowledge Discovery · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | FedDict: Towards Practical Federated Dictionary-Based Time Series Classification (Extended Abstract)
Zhiyu Liang, Zheng Liang 0002, Hongzhi Wang 0001, Bo Zheng 0012 |
ICDE | 1 |
| 2026 | KDSelector: A Framework of Knowledge-Enhanced and Data-Efficient Selector Learning for Anomaly Detection Model Selection in Time Series
Zhiyu Liang, Dongrui Cai, Zheng Liang 0002, Chen Liang 0002, Shi Qiu 0006, Hongzhi Wang 0001 |
Proc. VLDB Endow. | 1 |
| 2026 | Towards GPU memory-aware efficient contrastive shapelet learning for unsupervised representation learning in multivariate time series
Zhiyu Liang, Chen Liang 0002, Zheng Liang 0002, Hongzhi Wang 0001, Lujia Pan |
VLDB J. | 1 |
| 2026 | Revisiting data analysis with Pre-trained foundation models
Chen Liang 0002, Donghua Yang, Zheng Liang 0002, Zhiyu Liang, Boyu Xiao, Hongzhi Wang 0001 |
VLDB J. | 4 |
| 2025 | Tailoring the Shapley Value for In-Context Example Selection Towards Data WranglingabstractData wrangling (DW) is a fundamental step to prepare data for downstream mining tasks. Recent studies explore large language models (LLMs) to form a lightweight DW paradigm. Such studies typically require prompting an LLM with a DW task together with a few examples as task demonstrations (i.e., in-context learning). A problem yet to be explored is how to select the examples, to maximize task effectiveness given constraints on the size of the examples. To fill this gap, we introduce the constrained Shapley value (CSV), a tailored variant of the Shapley value with a constraint on the LLM prompt size, to guide example selection. We show that CSV has desirable properties in example importance estimation. Using CSV directly for LLM-based DW is still computationally intractable. We further propose activated contribution (ACSV) as an unbiased estimation for CSV and sample allocation algorithms with approximation guarantees. Empirical results show that, compared with DW examples manually selected by experts, CSV improves the effectiveness of LLMs for DW tasks including schema mapping, entity matching, error detection, and missing value imputation by 5.90% averagly in F1 score, demonstrating the general applicability of CSV for in-context learning example selection towards DW tasks. Zheng Liang 0002, Hongzhi Wang 0001, Xiaoou Ding, Zhiyu Liang, Chen Liang 0002, Yafeng Tang, Jianzhong Qi 0001 |
ICDE | 4 |
| 2025 | FedDict: Towards Practical Federated Dictionary-Based Time Series ClassificationabstractThe dictionary-based approach is one of the most representative types of time series classification (TSC) algorithm due to its high accuracy, efficiency, and good interpretability. However, existing studies focus on the centralized scenario where data from multiple sources are gathered. Considering that in many practical applications, data owners are reluctant to share their data due to privacy concerns, we study an unexplored problem involving collaboratively building the dictionary-based model over the data owners without disclosing their private data (i.e., in the federated scenario). We propose FedDict, a novel dictionarybased TSC approach customized for the federated setting to benefit from the advantages of the centralized algorithms. To further improve the performance and practicality, we propose a novel federated optimization algorithm for training logistic regression classifiers using dictionary features. The algorithm does not rely on any secure broker and is more accurate and efficient than existing solutions without hyper-parameter tuning. We also propose two contract algorithms for federated dictionary building, such that the user can flexibly balance the running time and the TSC performance through a predefined time limit. Extensive experiments on a total of 117 highly heterogeneous datasets validate the effectiveness of our methods and the superiority over existing solutions. Zhiyu Liang, Zheng Liang 0002, Hongzhi Wang 0001, Bo Zheng 0012 |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2024 | Cnos-Connector: Enabling Seamless Connection with CnosDB to Facilitate Large-Scale Time-Series Data Management and Analytics
Zhiyu Liang, Yihao Dai, Bo Zheng 0012, Hongzhi Wang 0001 |
DASFAA (7) | 1 |
| 2024 | iMonitor: A Real-Time Monitoring Platform for Industrial Internet of Things
Zhiyu Liang, Linhan Jia, Bo Zheng 0012, Hongzhi Wang 0001 |
DASFAA (7) | 1 |
| 2024 | Towards Real-Time Data Ingestion for Industrial Internet of Things
Zhiyu Liang, Bo Zheng 0012, Hongzhi Wang 0001 |
DASFAA (7) | 1 |
| 2024 | An Unsupervised Learning Framework Combined with Heuristics for the Maximum Minimal Cut ProblemabstractThe Maximum Minimal Cut Problem (MMCP), a NP-hard combinatorial optimization (CO) problem, has not received much attention due to the demanding and challenging bi-connectivity constraint. Moreover, as a CO problem, it is also a daunting task for machine learning, especially without labeled instances. To deal with these problems, this work proposes an unsupervised learning framework combined with heuristics for MMCP that can provide valid and high-quality solutions. As far as we know, this is the first work that explores machine learning and heuristics to solve MMCP. The unsupervised solver is inspired by a relaxation-plus-rounding approach, the relaxed solution is parameterized by graph neural networks, and the cost and penalty of MMCP are explicitly written out, which can train the model end-to-end. A crucial observation is that each solution corresponds to at least one spanning tree. Based on this finding, a heuristic solver that implements tree transformations by adding vertices is utilized to repair and improve the solution quality of the unsupervised solver. Alternatively, the graph is simplified while guaranteeing solution consistency, which reduces the running time. We conduct extensive experiments to evaluate our framework and give a specific application. The results demonstrate the superiority of our method against two techniques designed. Huaiyuan Liu, Xianzhang Liu, Donghua Yang, Hongzhi Wang 0001, Yingchi Long, Mengtong Ji, Dongjing Miao, Zhiyu Liang |
KDD | 8 |
| 2024 | TodyNet: Temporal dynamic graph neural network for multivariate time series classification
Huaiyuan Liu, Donghua Yang, Xianzhang Liu, Xinglei Chen, Zhiyu Liang, Hongzhi Wang 0001 |
Inf. Sci. | 5 |
| 2024 | TimeCSL: Unsupervised Contrastive Learning of General Shapelets for Explorable Time Series AnalysisabstractUnsupervised (a.k.a. Self-supervised) representation learning (URL) has emerged as a new paradigm for time series analysis, because it has the ability to learn generalizable time series representation beneficial for many downstream tasks without using labels that are usually difficult to obtain. Considering that existing approaches have limitations in the design of the representation encoder and the learning objective, we have proposed Contrastive Shapelet Learning (CSL), the first URL method that learns the general-purpose shapelet-based representation through unsupervised contrastive learning, and shown its superior performance in several analysis tasks, such as time series classification, clustering, and anomaly detection. In this paper, we develop TimeCSL, an end-to-end system that makes full use of the general and interpretable shapelets learned by CSL to achieve explorable time series analysis in a unified pipeline. We introduce the system components and demonstrate how users interact with TimeCSL to solve different analysis tasks in the unified pipeline, and gain insight into their time series by exploring the learned shapelets and representation. Zhiyu Liang, Chen Liang 0002, Zheng Liang 0002, Hongzhi Wang 0001, Bo Zheng 0012 |
Proc. VLDB Endow. | 1 |
| 2024 | FedST: secure federated shapelet transformation for time series classification
Zhiyu Liang, Hongzhi Wang 0001 |
VLDB J. | 1 |
| 2023 | TSC-AutoML: Meta-learning for Automatic Time Series Classification Algorithm SelectionabstractWith years of development, a significant number of Time Series Classification (TSC) algorithms have been proposed and applied to various fields such as scientific research and industry scenarios, including traditional statistical methods, machine learning methods, and recently deep learning models. However, choosing a suitable model along with good parameter values that perform well on a given task, which is also known as Combined Algorithm Selection and Hyperparameter optimization problem (CASH), is still challenging. How to automatically select the appropriate algorithm according to the task during analyzing is a topic worthy of further research. Nevertheless, for TSC, a field that has been developed for decades, there is no effective and efficient approach for automatic algorithm selection. To the best of our knowledge, the current approach is based on genetic search, which is very computationally intensive and time-consuming. Therefore, in this paper, we propose TSC-AutoML, a zero-configuration and meta-learning-based approach for the automatic Time Series Classification algorithm CASH (also known as TSC-CASH). TSC-AutoML extracts knowledge from historical tasks and performs automatic feature selection and knowledge filtering with a reinforcement learning policy. The experience extracted is filtered and transformed into metadata. The meta-learner trained on the metadata together with our proposed warm start strategy will select an optimal algorithm for tasks uploaded by users, and then our proposed Hyperparameter Optimization method based on the Fast Warm Start strategy searches for hyperparameter combinations of the selected algorithm and adjusts parameter configuration to achieve top performance. The entire process is pre-trained, automated for the new task, and parameter-free for the user to decide, making it easy for users with the little domain experience to get started easily. Experimental results illustrate that TSC-AutoML outperforms existing methods in terms of both time and accuracy of optimum algorithm selection. Tianyu Mu, Hongzhi Wang 0001, Shenghe Zheng, Zhiyu Liang, Chunnan Wang, Xinyue Shao, Zheng Liang 0002 |
ICDE | 4 |
| 2023 | A Shapelet-based Framework for Unsupervised Multivariate Time Series Representation LearningabstractRecent studies have shown great promise in unsupervised representation learning (URL) for multivariate time series, because URL has the capability in learning generalizable representation for many downstream tasks without using inaccessible labels. However, existing approaches usually adopt the models originally designed for other domains (e.g., computer vision) to encode the time series data and rely on strong assumptions to design learning objectives, which limits their ability to perform well. To deal with these problems, we propose a novel URL framework for multivariate time series by learning time-series-specific shapelet-based representation through a popular contrasting learning paradigm. To the best of our knowledge, this is the first work that explores the shapelet-based embedding in the unsupervised general-purpose representation learning. A unified shapelet-based encoder and a novel learning objective with multi-grained contrasting and multi-scale alignment are particularly designed to achieve our goal, and a data augmentation library is employed to improve the generalization. We conduct extensive experiments using tens of real-world datasets to assess the representation quality on many downstream tasks, including classification, clustering, and anomaly detection. The results demonstrate the superiority of our method against not only URL competitors, but also techniques specially designed for downstream tasks. Our code has been made publicly available at https://github.com/real2fish/CSL. Zhiyu Liang, Chen Liang 0002, Hongzhi Wang 0001, Zheng Liang 0002, Lujia Pan |
Proc. VLDB Endow. | 1 |
| 2022 | FedTSC: A Secure Federated Learning System for Interpretable Time Series ClassificationabstractWe demonstrate FedTSC, a novel federated learning (FL) system for interpretable time series classification (TSC). FedTSC is an FL-based TSC solution that makes a great balance among security, interpretability, accuracy, and efficiency. We achieve this by first extending the concept of FL to consider both stronger security and model interpretability. Then, we propose three novel TSC methods based on explainable features to deal with the challengeable FL problem. To build the model in the FL setting, we propose several security protocols that are well optimized by maximally reducing the bottlenecked communication complexity. We build the FedTSC system based on such a solution, and provide the user Sklearn-like Python APIs for practical utility. We show that the system is easy to use, and the novel TSC approach is superior. Zhiyu Liang, Hongzhi Wang 0001 |
Proc. VLDB Endow. | 1 |
| 2021 | Efficient class-specific shapelets learning for interpretable time series classification
Zhiyu Liang, Hongzhi Wang 0001 |
Inf. Sci. | 1 |
| 2020 | STRATEGY: A Flexible Job-Shop Scheduling System for Large-Scale Complex Products
Zhiyu Liang, Hongzhi Wang 0001, Jijia Yang |
DASFAA (3) | 1 |
| 2020 | GMDA: An Automatic Data Analysis System for Industrial Production
Zhiyu Liang, Hongzhi Wang 0001, Hao Zhang 0016, Hengyu Guo |
DASFAA (3) | 1 |