paper-with-me

Papers

Efficient Multivariate Time Series Forecasting via Calibrated Language Models with Privileged Knowledge Distillation

2025-05-04 · Chenxi Liu, Hao Miao, Qianxiong Xu, Shaowen Zhou, Cheng Long, Yan Zhao, Ziyue Li, Rui Zhao

Multivariate time series forecasting (MTSF) endeavors to predict future observations given historical data, playing a crucial role in time series data management systems. With advancements in large language models (LLMs), recent studies employ textual prompt tuning to infuse the knowledge of LLMs into MTSF. However, the deployment of LLMs often suffers from low efficiency during the inference phase. To address this problem, we introduce TimeKD, an efficient MTSF framework that leverages the calibrated language models and privileged knowledge distillation. TimeKD aims to generate high-quality future representations from the proposed cross-modality teacher model and cultivate an effective student model. The cross-modality teacher model adopts calibrated language models (CLMs) with ground truth prompts, motivated by the paradigm of Learning Under Privileged Information (LUPI). In addition, we design a subtractive cross attention (SCA) mechanism to refine these representations. To cultivate an effective student model, we propose an innovative privileged knowledge distillation (PKD) mechanism including correlation and feature distillation. PKD enables the student to replicate the teacher's behavior while minimizing their output discrepancy. Extensive experiments on real data offer insight into the effectiveness, efficiency, and scalability of the proposed TimeKD.

📄 PDF Abstract BibTeX arXiv:2505.02138

Code (3)

chenxiliu-hnu/timekd 공식 구현 pytorch
ChenxiLiu-HNU/ST-LLM pytorch
chenxiliu-hnu/cm2ts pytorch

Tasks

Knowledge DistillationMultivariate Time Series ForecastingTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Copula Conformal Prediction for Multi-step Time Series Forecasting

2022-12-06 · Sophia Sun, Rose Yu

Accurate uncertainty measurement is a key step to building robust and reliable machine learning systems. Conformal prediction is a distribution-free uncertainty quantification algorithm popular for its ease of implementa…

Conformal PredictionPredictionTime SeriesTime Series Analysis+2

CoCAI: Copula-based Conformal Anomaly Identification for Multivariate Time-Series

2025-07-23 · Nicholas A. Pearson, Francesca Zanello, Davide Russo, Luca Bortolussi 외 arxiv

We propose a novel framework that harnesses the power of generative artificial intelligence and copula-based modeling to address two critical challenges in multivariate time-series analysis: delivering accurate predictio…

Dimensionality ReductionOutlier DetectionAnomaly Detection

Using Pre-trained LLMs for Multivariate Time Series Forecasting

2025-01-10 · Malcolm L. Wolff, Shenghao Yang, Kari Torkkola, Michael W. Mahoney

Pre-trained Large Language Models (LLMs) encapsulate large amounts of knowledge and take enormous amounts of compute to train. We make use of this resource, together with the observation that LLMs are able to transfer kn…

DecoderMultivariate Time Series ForecastingTime SeriesTime Series Forecasting

When Rigidity Hurts: Soft Consistency Regularization for Probabilistic Hierarchical Time Series Forecasting

2022-06-16 · Harshavardhan Kamarthi, Lingkai Kong, Alexander Rodríguez, Chao Zhang 외

Probabilistic hierarchical time-series forecasting is an important variant of time-series forecasting, where the goal is to model and forecast multivariate time-series that have underlying hierarchical relations. Most me…

Time SeriesTime Series AnalysisTime Series Forecasting

When Rigidity Hurts: Soft Consistency Regularization for Probabilistic Hierarchical Time Series Forecasting

2023-10-17 · Harshavardhan Kamarthi, Lingkai Kong, Alexander Rodríguez, Chao Zhang 외

Probabilistic hierarchical time-series forecasting is an important variant of time-series forecasting, where the goal is to model and forecast multivariate time-series that have underlying hierarchical relations. Most me…

Time SeriesTime Series Forecasting