LGAIJan 25, 2024

Dynamic Long-Term Time-Series Forecasting via Meta Transformer Networks

arXiv:2401.13968v13 citationsHas CodeIEEE Trans Artif Intell
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient and robust forecasting for practical applications, but it appears incremental as it builds on existing transformer and meta-learning concepts.

The paper tackled dynamic long-term time-series forecasting by proposing Meta-Transformer Networks (MANTRA), which achieved at least 3% improvements over baselines on four datasets in multivariate and univariate settings.

A reliable long-term time-series forecaster is highly demanded in practice but comes across many challenges such as low computational and memory footprints as well as robustness against dynamic learning environments. This paper proposes Meta-Transformer Networks (MANTRA) to deal with the dynamic long-term time-series forecasting tasks. MANTRA relies on the concept of fast and slow learners where a collection of fast learners learns different aspects of data distributions while adapting quickly to changes. A slow learner tailors suitable representations to fast learners. Fast adaptations to dynamic environments are achieved using the universal representation transformer layers producing task-adapted representations with a small number of parameters. Our experiments using four datasets with different prediction lengths demonstrate the advantage of our approach with at least $3\%$ improvements over the baseline algorithms for both multivariate and univariate settings. Source codes of MANTRA are publicly available in \url{https://github.com/anwarmaxsum/MANTRA}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes