EDBT 2026 Demo / reviewers in the wild / expert
Shiyu Wang 0001
dblp:50/7230-1 · also Shi-Yu Wang 0001
· DBLP profile ↗
10ranked-venue papers in the field
4as first author
10since 2021 · last 2026
0000-0001-5376-6761ORCID · conflict
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 5 (2 first)Information Retrieval & Web Search · 4 (1 first)Database Systems & Data Management · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | TimeDistill: Efficient Long-Term Time Series Forecasting with MLP via Cross-Architecture DistillationabstractTransformer-based and CNN-based methods demonstrate strong performance in long-term time series forecasting. However, their high computational and storage requirements can hinder large-scale deployment. To address this limitation, we propose integrating lightweight MLP with advanced architectures using knowledge distillation (KD). Our preliminary study reveals different models can capture complementary patterns, particularly multi-scale and multi-period patterns in the temporal and frequency domains. Based on this observation, we introduce TimeDistill, a cross-architecture KD framework that transfers these patterns from teacher models (e.g., Transformers, CNNs) to MLP. Additionally, we provide a theoretical analysis, demonstrating that our KD approach can be interpreted as a specialized form of mixup data augmentation. TimeDistill improves MLP performance by up to 18.6%, surpassing teacher models on eight datasets. It also achieves up to 7X faster inference and requires 130X fewer parameters. Furthermore, we conduct extensive evaluations to highlight the versatility and effectiveness of TimeDistill. The code is available at Github Code Repo. Juntong Ni, Zewen Liu 0005, Shiyu Wang 0001, Ming Jin 0005, Wei Jin 0009 |
KDD (1) | 3 |
| 2026 | Efficient High-Dimensional Time Series Forecasting with Transformers: A Channel Reordering Perspective
Yuchen Fang 0001, Shiyu Wang 0001, Yuxuan Liang 0002, Zhou Ye 0001, Yan Zhao 0008, Kai Zheng 0001 |
WWW | 2 |
| 2026 | How Green Is Your Login? A Cross-Protocol Benchmark of Authentication Energy & Latency
Weizheng Wang 0001, Qipeng Xie, Shiyu Wang 0001, Qingqing Ye 0001, Kaishun Wu, Haibo Hu 0001 |
WWW | 3 |
| 2025 | FRT: Flow-based Reconcile Transformer for Hierarchical Time SeriesabstractMany real-world applications contain data in the form of multivariate time series (TS) with the hierarchical structure, where classic methods forecasting each TS independently are inadequate for coherency (i.e., satisfying the hierarchical aggregation constraints).Furthermore, the discrepancies between statistical properties of different levels can be huge, exacerbated by non-Gaussian distributions and non-linear correlations.In this paper, we propose a novel end-to-end hierarchical TS forecasting model, i.e., a Flow-based Reconcile Transformer (FRT).FRT employs a conditional normalizing flow-based autoregressive transformer, to represent complex data distribution, while simultaneously reconciling the forecasts to ensure coherency.Go beyond other state-of-the-art methods, FRT accomplishes forecasting and reconciliation simultaneously, while avoiding any post-processing steps.Moreover, FRT is a deep model that does not rely on any strong assumptions such as unbiased estimates or Gaussian distribution.Our experiments are conducted on four real-world hierarchical datasets from different industrial domains (three public ones and a dataset from the application servers of our company's data center) and the results demonstrate the efficacy of our proposed method.Our method has been implemented extensively within the production environments of a prominent global payment company.It has emerged as a cornerstone for workload forecasting within their data center and plays a critical role in the optimization of cloud computing resource allocation across * Both authors contributed equally to this research. Shiyu Wang 0001, Wei Lu 0030, Jiawei Li 0017, Xiaoming Shi 0001, Xinyue Zhong, Zhou Ye 0001, Ming Jin 0005, Qingsong Wen |
KDD (2) | 1 |
| 2024 | Multiscale Representation Enhanced Temporal Flow Fusion Model for Long-Term Workload ForecastingabstractAccurate workload forecasting is critical for efficient resource management in cloud computing systems, enabling effective scheduling and autoscaling. Despite recent advances with transformer-based forecasting models, challenges remain due to the non-stationary, nonlinear characteristics of workload time series and the long-term dependencies. In particular, inconsistent performance between long-term history and near-term forecasts hinders long-range predictions. This paper proposes a novel framework leveraging self-supervised multiscale representation learning to capture both long-term and near-term workload patterns. The long-term history is encoded through multiscale representations while the near-term observations are modeled via temporal flow fusion. These representations of different scales are fused using an attention mechanism and characterized with normalizing flows to handle non-Gaussian/non-linear distributions of time series. Extensive experiments on 9 benchmarks demonstrate superiority over existing methods. Shiyu Wang 0001, Zhixuan Chu, Yinbo Sun, Yu Liu 0071, Yuliang Guo, Huiyang Jian, Lintao Ma, Xingyu Lu 0004, Jun Zhou 0011 |
CIKM | 1 |
| 2024 | Causal Interventional Prediction System for Robust and Explainable Effect ForecastingabstractAlthough the widespread use of AI systems in today's world is growing, many current AI systems are found vulnerable due to hidden bias and missing information, especially in the most commonly used forecasting system. In this work, we explore the robustness and explainability of AI-based forecasting systems. We provide an in-depth analysis of the underlying causality involved in the effect prediction task and further establish a causal graph based on treatment, adjustment variable, confounder, and outcome. Correspondingly, we design a causal interventional prediction system (CIPS) based on a variational autoencoder and fully conditional specification of multiple imputations. Extensive results demonstrate the superiority of our system over state-of-the-art methods and show remarkable versatility and extensibility in practice. Zhixuan Chu, Guang Zeng 0001, Shiyu Wang 0001, Yiming Li 0004 |
CIKM | 4 |
| 2024 | Intelligent Agents with LLM-based Process AutomationabstractWhile intelligent virtual assistants like Siri, Alexa, and Google Assistant have become ubiquitous in modern life, they still face limitations in their ability to follow multi-step instructions and accomplish complex goals articulated in natural language. However, recent breakthroughs in large language models (LLMs) show promise for overcoming existing barriers by enhancing natural language processing and reasoning capabilities. Though promising, applying LLMs to create more advanced virtual assistants still faces challenges like ensuring robust performance and handling variability in real-world user commands. This paper proposes a novel LLM-based virtual assistant that can automatically perform multi-step operations within mobile apps based on high-level user requests. The system represents an advance in assistants by providing an end-to-end solution for parsing instructions, reasoning about goals, and executing actions. LLM-based Process Automation (LLMPA) has modules for decomposing instructions, generating descriptions, detecting interface elements, predicting next actions, and error checking. Experiments demonstrate the system completing complex mobile operation tasks in Alipay based on natural language instructions. This showcases how large language models can enable automated assistants to accomplish real-world tasks. The main contributions are the novel LLMPA architecture optimized for app process automation, the methodology for applying LLMs to mobile apps, and demonstrations of multi-step task completion in a real-world environment. Notably, this work represents the first real-world deployment and extensive evaluation of a large language model-based virtual assistant in a widely used mobile application with an enormous user base numbering in the hundreds of millions. Yanchu Guan, Dong Wang 0062, Zhixuan Chu, Shiyu Wang 0001, Feiyue Ni, Ruihua Song, Chenyi Zhuang |
KDD | 4 |
| 2024 | NeuralReconciler for Hierarchical Time Series ForecastingabstractTime series forecasting has wide-ranging applications in business intelligence, including predicting logistics demand and estimating power consumption in a smart grid, which subsequently facilitates decision-making processes. In many real-world scenarios, such as department sales of multiple Walmart stores across different locations, time series data possess hierarchical structures with non-linear and non-Gaussian properties. Thus, the task of leveraging structural information among hierarchical time series while learning from non-linear correlations and non-Gaussian data distributions becomes crucial to enhance prediction accuracy. This paper proposes a novel approach named NeuralReconciler for Hierarchical Time Series (HTS) prediction through trainable attention-based reconciliation and Normalizing Flow (NF). The latter is used to approximate the complex (usually non-Gaussian) data distribution for multivariate time series forecasting. To reconcile the HTS data, a new flexible reconciliation strategy via the attention-based encoder-decoder neural network is proposed, which is distinct from current methods that rely on strong assumptions (e.g., all forecasts being unbiased estimates and the noise distribution being Gaussian). Furthermore, using the reparameterization trick, each independent component (i.e., forecasts via NF and attention-based reconciliation) is integrated into a trainable end-to-end model. Our proposed NeuralReconciler has been extensively experimented on real-world datasets and achieved consistent state-of-the-art performance compared to well-acknowledged and advanced baselines, with a 20% relative improvement on five benchmarks. Shiyu Wang 0001 |
WSDM | 1 |
| 2023 | Flow-Based End-to-End Model for Hierarchical Time Series Forecasting via Trainable Attentive-Reconciliation
Shiyu Wang 0001, Yinbo Sun, Yan Wang 0002, Fan Zhou 0012, Lintao Ma, James Zhang, Yangfei Zheng |
DASFAA (1) | 1 |
| 2022 | A Meta Reinforcement Learning Approach for Predictive Autoscaling in the CloudabstractPredictive autoscaling (autoscaling with workload forecasting) is an important mechanism that supports autonomous adjustment of computing resources in accordance with fluctuating workload demands in the Cloud. In recent works, Reinforcement Learning (RL) has been introduced as a promising approach to learn the resource management policies to guide the scaling actions under the dynamic and uncertain cloud environment. However, RL methods face the following challenges in steering predictive autoscaling, such as lack of accuracy in decision-making, inefficient sampling and significant variability in workload patterns that may cause policies to fail at test time. To this end, we propose an end-to-end predictive meta model-based RL algorithm, aiming to optimally allocate resource to maintain a stable CPU utilization level, which incorporates a specially-designed deep periodic workload prediction model as the input and embeds the Neural Process [11, 16] to guide the learning of the optimal scaling actions over numerous application services in the Cloud. Our algorithm not only ensures the predictability and accuracy of the scaling strategy, but also enables the scaling decisions to adapt to the changing workloads with high sample efficiency. Our method has achieved significant performance improvement compared to the existing algorithms and has been deployed online at Alipay, supporting the autoscaling of applications for the world-leading payment platform. Siqiao Xue, Chao Qu, Xiaoming Shi 0001, Cong Liao, Shiyi Zhu, Xiaoyu Tan, Lintao Ma, Shiyu Wang 0001, Yun Hu 0001, Lei Lei 0001, Yangfei Zheng, James Zhang |
KDD | 8 |