ExoTST: Exogenous-Aware Temporal Sequence Transformer for Time Series Prediction
Kshitij Tayal, Arvind Renganathan, Xiaowei Jia, Vipin Kumar, Dan Lu

TL;DR
ExoTST is a transformer-based framework that effectively integrates past and current exogenous variables with historical data for improved and robust long-term time series prediction, outperforming existing methods.
Contribution
The paper introduces ExoTST, a novel transformer model with a cross-temporal fusion module that jointly learns from past and current exogenous variables, addressing data uncertainties and distribution shifts.
Findings
Achieves up to 10% improvement in prediction accuracy over baselines.
Demonstrates robustness against missing values and noise in exogenous data.
Excels on real-world carbon flux datasets and benchmark time series tasks.
Abstract
Accurate long-term predictions are the foundations for many machine learning applications and decision-making processes. Traditional time series approaches for prediction often focus on either autoregressive modeling, which relies solely on past observations of the target ``endogenous variables'', or forward modeling, which considers only current covariate drivers ``exogenous variables''. However, effectively integrating past endogenous and past exogenous with current exogenous variables remains a significant challenge. In this paper, we propose ExoTST, a novel transformer-based framework that effectively incorporates current exogenous variables alongside past context for improved time series prediction. To integrate exogenous information efficiently, ExoTST leverages the strengths of attention mechanisms and introduces a novel cross-temporal modality fusion module. This module enables…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Music and Audio Processing
MethodsSoftmax · Attention Is All You Need · Focus
