paper-with-me

Papers

ETSformer: Exponential Smoothing Transformers for Time-series Forecasting

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

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 characteristics of time-series data and thus suffer some fundamental limitations, e.g., they generally lack of decomposition capability and interpretability, and are neither effective nor efficient for long-term forecasting. In this paper, we propose ETSFormer, a novel time-series Transformer architecture, which exploits the principle of exponential smoothing in improving Transformers for time-series forecasting. In particular, inspired by the classical exponential smoothing methods in time-series forecasting, we propose the novel exponential smoothing attention (ESA) and frequency attention (FA) to replace the self-attention mechanism in vanilla Transformers, thus improving both accuracy and efficiency. Based on these, we redesign the Transformer architecture with modular decomposition blocks such that it can learn to decompose the time-series data into interpretable time-series components such as level, growth and seasonality. Extensive experiments on various time-series benchmarks validate the efficacy and advantages of the proposed method. Code is available at https://github.com/salesforce/ETSformer.

📄 PDF Abstract BibTeX arXiv:2202.01381

Code (3)

WenjieDu/PyPOTS 공식 구현 pytorch
salesforce/etsformer pytorch
sanjaylopa22/QCAAPatchTF pytorch

Tasks

Time SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
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…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Time Series Using Exponential Smoothing Cells

2017-06-09 · Avner Abrami, Aleksandr Y. Aravkin, Younghun Kim

Time series analysis is used to understand and predict dynamic processes, including evolving demands in business, weather, markets, and biological rhythms. Exponential smoothing is used in all these domains to obtain sim…

Time SeriesTime Series Analysis

A Novel Theoretical Framework for Exponential Smoothing

2024-03-07 · Enrico Bernardi, Alberto Lanconelli, Christopher S. A. Lauria

Simple Exponential Smoothing is a classical technique used for smoothing time series data by assigning exponentially decreasing weights to past observations through a recursive equation; it is sometimes presented as a ru…

Time Series

Wasserstein Exponential Smoothing for Distributional Time Series Forecasting

2026-06-04 · Takuo Matsubara, Peiwen Jiang, Minh-Ngoc Tran, Wilson Ye Chen arxiv

Distributional time series arise when each temporal observation is a probability distribution rather than a scalar. We propose Wasserstein exponential smoothing (WES), a one-parameter recursive forecasting method for dis…

Time Series Forecasting

The DeepCAR Method: Forecasting Time-Series Data That Have Change Points

2023-02-22 · Ayla Jungbluth, Johannes Lederer

Many methods for time-series forecasting are known in classical statistics, such as autoregression, moving averages, and exponential smoothing. The DeepAR framework is a novel, recent approach for time-series forecasting…

Time SeriesTime Series AnalysisTime Series Forecasting

Local and Global Trend Bayesian Exponential Smoothing Models

2023-09-25 · Slawek Smyl, Christoph Bergmeir, Alexander Dokumentov, Xueying Long 외

This paper describes a family of seasonal and non-seasonal time series models that can be viewed as generalisations of additive and multiplicative exponential smoothing models, to model series that grow faster than linea…

Time Series