TL;DR
Time series forecasting often struggles to effectively incorporate covariates, which are external factors influencing predictions. CITRAS, a decoder-only Transformer model, was developed to flexibly integrate multiple target variables and covariates while maintaining strong autoregressive capabilities.
✦ Why It Matters
Engineers can leverage CITRAS to enhance forecasting models by effectively integrating covariates for improved accuracy.
Key Takeaways
How It Works
CITRAS employs a decoder-only Transformer architecture that integrates multiple target variables and covariates. The Key-Value Shift mechanism allows the model to incorporate future known covariates by aligning them with target variables based on their concurrent dependencies.
Attention Score Smoothing refines local dependencies into global relationships, enhancing the model's ability to capture complex interactions over time.
Related