Time Series Forecasting

421 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
15 papers
732
5 papers
87
4 papers
7,396
4 papers
900
See all 8 libraries.

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.

1
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.

48
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\%$.

76
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

Is Mamba Effective for Time Series Forecasting?

wzhwzhwzh0921/s-d-mamba 17 Mar 2024

For TSF tasks, these characteristics enable Mamba to comprehend hidden patterns as the Transformer and reduce computational overhead compared to the Transformer.

104
17 Mar 2024

TimeMachine: A Time Series is Worth 4 Mambas for Long-term Forecasting

atik-ahamed/timemachine 14 Mar 2024

Long-term time-series forecasting remains challenging due to the difficulty in capturing long-term dependencies, achieving linear scalability, and maintaining computational efficiency.

95
14 Mar 2024

CALF: Aligning LLMs for Time Series Forecasting via Cross-modal Fine-Tuning

hank0626/calf 12 Mar 2024

Unlike existing methods that focus on training models from a single modal of time series input, large language models (LLMs) based MTSF methods with cross-modal text and time series input have recently shown great superiority, especially with limited temporal data.

35
12 Mar 2024

Koopman Ensembles for Probabilistic Time Series Forecasting

anthony-frion/sentinel2ts 11 Mar 2024

In the context of an increasing popularity of data-driven models to represent dynamical systems, many machine learning-based implementations of the Koopman operator have recently been proposed.

3
11 Mar 2024