Time Series Forecasting

397 papers with code • 66 benchmarks • 28 datasets

Time Series Forecasting is the task of fitting a model to historical, time-stamped data in order to predict future values. Traditional approaches include moving average, exponential smoothing, and ARIMA, though models as various as RNNs, Transformers, or XGBoost can also be applied. The most popular benchmark is the ETTh1 dataset. Models are typically evaluated using the Mean Square Error (MSE) or Root Mean Square Error (RMSE).

( Image credit: ThaiBinh Nguyen )

Libraries

Use these libraries to find Time Series Forecasting models and implementations

SOFTS: Efficient Multivariate Time Series Forecasting with Series-Core Fusion

secilia-cxy/softs 22 Apr 2024

Multivariate time series forecasting plays a crucial role in various fields such as finance, traffic management, energy, and healthcare.

4
22 Apr 2024

Intriguing Properties of Positional Encoding in Time Series Forecasting

jlu-phycomputer/t2b-pe 16 Apr 2024

Motivated by these findings, we introduce two new PEs: Temporal Position Encoding (T-PE) for temporal tokens and Variable Positional Encoding (V-PE) for variable tokens.

2
16 Apr 2024

ATFNet: Adaptive Time-Frequency Ensembled Network for Long-term Time Series Forecasting

faceonlive/ai-research 8 Apr 2024

To capitalize on both of these strengths, we propose ATFNet, an innovative framework that combines a time domain module and a frequency domain module to concurrently capture local and global dependencies in time series data.

144
08 Apr 2024

TFB: Towards Comprehensive and Fair Benchmarking of Time Series Forecasting Methods

decisionintelligence/tfb 29 Mar 2024

Next, we employ TFB to perform a thorough evaluation of 21 Univariate Time Series Forecasting (UTSF) methods on 8, 068 univariate time series and 14 Multivariate Time Series Forecasting (MTSF) methods on 25 datasets.

124
29 Mar 2024

Gegenbauer Graph Neural Networks for Time-varying Signal Reconstruction

jcastro295/gegengnn 28 Mar 2024

Reconstructing time-varying graph signals (or graph time-series imputation) is a critical problem in machine learning and signal processing with broad applications, ranging from missing data imputation in sensor networks to time-series forecasting.

0
28 Mar 2024

D-PAD: Deep-Shallow Multi-Frequency Patterns Disentangling for Time Series Forecasting

xybbo5/d-pad 26 Mar 2024

A decomposition-reconstruction-decomposition (D-R-D) module is proposed to progressively extract the information of frequencies mixed in the components, corresponding to the "deep" aspect.

0
26 Mar 2024

An End-to-End Structure with Novel Position Mechanism and Improved EMD for Stock Forecasting

durandallee/aceformer 25 Mar 2024

As a branch of time series forecasting, stock movement forecasting is one of the challenging problems for investors and researchers.

14
25 Mar 2024

Addressing Concept Shift in Online Time Series Forecasting: Detect-then-Adapt

yfzhang114/onenet 22 Mar 2024

For the state-of-the-art (SOTA) model, the MSE is reduced by $33. 3\%$.

72
22 Mar 2024

Explaining deep learning models for ozone pollution prediction via embedded feature selection

manjimnav/TSLayer-Ozone Applied Soft Computing 2024

Additionally, we tackle the feature selection problem to identify the most relevant features and periods that contribute to prediction accuracy by introducing a novel method called the Time Selection Layer in Deep Learning models, which significantly improves model performance, reduces complexity, and enhances interpretability.

1
21 Mar 2024

Sequential Modeling of Complex Marine Navigation: Case Study on a Passenger Vessel (Student Abstract)

pagand/model_optimze_vessel 20 Mar 2024

The maritime industry's continuous commitment to sustainability has led to a dedicated exploration of methods to reduce vessel fuel consumption.

5
20 Mar 2024