DeformTime: Capturing Variable Dependencies with Deformable Attention for Time Series Forecasting
Yuxuan Shu, Vasileios Lampos

TL;DR
DeformTime is a novel neural network architecture employing deformable attention to better capture variable and temporal dependencies in multivariable time series forecasting, leading to improved accuracy especially with exogenous variables.
Contribution
It introduces deformable attention blocks to explicitly model variable and temporal dependencies, enhancing forecasting performance over existing methods.
Findings
Achieves 7.2% average reduction in mean absolute error.
Consistent performance improvements across longer forecasting horizons.
Effective on diverse datasets including infectious disease modeling.
Abstract
In multivariable time series (MTS) forecasting, existing state-of-the-art deep learning approaches tend to focus on autoregressive formulations and often overlook the potential of using exogenous variables in enhancing the prediction of the target endogenous variable. To address this limitation, we present DeformTime, a neural network architecture that attempts to capture correlated temporal patterns from the input space, and hence, improve forecasting accuracy. It deploys two core operations performed by deformable attention blocks (DABs): learning dependencies across variables from different time steps (variable DAB), and preserving temporal dependencies in data from previous time steps (temporal DAB). Input data transformation is explicitly designed to enhance learning from the deformed series of information while passing through a DAB. We conduct extensive experiments on 6 MTS data…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Stock Market Forecasting Methods · Forecasting Techniques and Applications
MethodsFocus · Matching The Statements
