paper-with-me

Papers

Probabilistic Decomposition Transformer for Time Series Forecasting

2022-10-31 · Junlong Tong, Liping Xie, Wankou Yang, Kanjian Zhang

Time series forecasting is crucial for many fields, such as disaster warning, weather prediction, and energy consumption. The Transformer-based models are considered to have revolutionized the field of sequence modeling. However, the complex temporal patterns of the time series hinder the model from mining reliable temporal dependencies. Furthermore, the autoregressive form of the Transformer introduces cumulative errors in the inference step. In this paper, we propose the probabilistic decomposition Transformer model that combines the Transformer with a conditional generative model, which provides hierarchical and interpretable probabilistic forecasts for intricate time series. The Transformer is employed to learn temporal patterns and implement primary probabilistic forecasts, while the conditional generative model is used to achieve non-autoregressive hierarchical probabilistic forecasts by introducing latent space feature representations. In addition, the conditional generative model reconstructs typical features of the series, such as seasonality and trend terms, from probability distributions in the latent space to enable complex pattern separation and provide interpretable forecasts. Extensive experiments on several datasets demonstrate the effectiveness and robustness of the proposed model, indicating that it compares favorably with the state of the art.

📄 PDF Abstract BibTeX arXiv:2210.17393

Code (1)

jl-tong/pdtrans 공식 구현 pytorch

Tasks

Time SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

SSDNet: State Space Decomposition Neural Network for Time Series Forecasting

2021-12-19 · Yang Lin, Irena Koprinska, Mashud Rana

In this paper, we present SSDNet, a novel deep learning approach for time series forecasting. SSDNet combines the Transformer architecture with state space models to provide probabilistic and interpretable forecasts, inc…

Deep LearningState Space ModelsTime SeriesTime Series Analysis+1

ETSformer: Exponential Smoothing Transformers for Time-series Forecasting

2022-02-03 · Gerald Woo, Chenghao Liu, Doyen Sahoo, Akshat Kumar 외

Transformers have been actively studied for time-series forecasting in recent years. While often showing promising results in various scenarios, traditional Transformers are not designed to fully exploit the characterist…

Time SeriesTime Series AnalysisTime Series Forecasting

Effective Probabilistic Time Series Forecasting with Fourier Adaptive Noise-Separated Diffusion

2025-05-16 · Xinyan Wang, Rui Dai, Kaikui Liu, Xiangxiang Chu

We propose the Fourier Adaptive Lite Diffusion Architecture (FALDA), a novel probabilistic framework for time series forecasting. First, we introduce the Diffusion Model for Residual Regression (DMRR) framework, which un…

Computational EfficiencyDenoisingProbabilistic Time Series Forecastingregression+2

WPMixer: Efficient Multi-Resolution Mixing for Long-Term Time Series Forecasting

2024-12-22 · Md Mahmuddun Nabi Murad, Mehmet Aktukmak, Yasin Yilmaz

Time series forecasting is crucial for various applications, such as weather forecasting, power load forecasting, and financial analysis. In recent studies, MLP-mixer models for time series forecasting have been shown as…

Financial AnalysisLoad ForecastingTime SeriesTime Series Forecasting+1

ProbFM: Probabilistic Time Series Foundation Model with Uncertainty Decomposition

2026-01-15 · Arundeep Chinta, Lucas Vinh Tran, Jay Katukuri arxiv

Time Series Foundation Models (TSFMs) have emerged as a promising approach for zero-shot financial forecasting, demonstrating strong transferability and data efficiency gains. However, their adoption in financial applica…

Computational Efficiency