Time Series Forecasting

400 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
10 papers
667
5 papers
83
4 papers
7,292
See all 7 libraries.

Latest papers with no code

From Pixels to Predictions: Spectrogram and Vision Transformer for Better Time Series Forecasting

no code yet • 17 Mar 2024

Time series forecasting plays a crucial role in decision-making across various domains, but it presents significant challenges.

Chain-structured neural architecture search for financial time series forecasting

no code yet • 15 Mar 2024

We compare three popular neural architecture search strategies on chain-structured search spaces: Bayesian optimization, the hyperband method, and reinforcement learning in the context of financial time series forecasting.

MCformer: Multivariate Time Series Forecasting with Mixed-Channels Transformer

no code yet • 14 Mar 2024

Based on this strategy, we introduce MCformer, a multivariate time-series forecasting model with mixed channel features.

Leveraging Non-Decimated Wavelet Packet Features and Transformer Models for Time Series Forecasting

no code yet • 13 Mar 2024

Thirdly, we evaluate the use of these wavelet features on a significantly wider set of forecasting methods than previous studies, including both temporal and non-temporal models, and both statistical and deep learning-based methods.

$\textbf{S}^2$IP-LLM: Semantic Space Informed Prompt Learning with LLM for Time Series Forecasting

no code yet • 9 Mar 2024

To this end, we propose Semantic Space Informed Prompt learning with LLM ($S^2$IP-LLM) to align the pre-trained semantic space with time series embeddings space and perform time series forecasting based on learned prompts from the joint space.

RATSF: Empowering Customer Service Volume Management through Retrieval-Augmented Time-Series Forecasting

no code yet • 7 Mar 2024

An efficient customer service management system hinges on precise forecasting of service volume.

InjectTST: A Transformer Method of Injecting Global Information into Independent Channels for Long Time Series Forecasting

no code yet • 5 Mar 2024

A channel identifier, a global mixing module and a self-contextual attention module are devised in InjectTST.

CATS: Enhancing Multivariate Time Series Forecasting by Constructing Auxiliary Time Series as Exogenous Variables

no code yet • 4 Mar 2024

For Multivariate Time Series Forecasting (MTSF), recent deep learning applications show that univariate models frequently outperform multivariate ones.

ConvTimeNet: A Deep Hierarchical Fully Convolutional Model for Multivariate Time Series Analysis

no code yet • 3 Mar 2024

This paper introduces ConvTimeNet, a novel deep hierarchical fully convolutional network designed to serve as a general-purpose model for time series analysis.

Enhancing Multivariate Time Series Forecasting with Mutual Information-driven Cross-Variable and Temporal Modeling

no code yet • 1 Mar 2024

To substantiate this claim, we introduce the Cross-variable Decorrelation Aware feature Modeling (CDAM) for Channel-mixing approaches, aiming to refine Channel-mixing by minimizing redundant information between channels while enhancing relevant mutual information.