paper-with-me

Papers

Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting

2021-06-24 · NeurIPS 2021 12 · Haixu Wu, Jiehui Xu, Jianmin Wang, Mingsheng Long

Extending the forecasting time is a critical demand for real applications, such as extreme weather early warning and long-term energy consumption planning. This paper studies the long-term forecasting problem of time series. Prior Transformer-based models adopt various self-attention mechanisms to discover the long-range dependencies. However, intricate temporal patterns of the long-term future prohibit the model from finding reliable dependencies. Also, Transformers have to adopt the sparse versions of point-wise self-attentions for long series efficiency, resulting in the information utilization bottleneck. Going beyond Transformers, we design Autoformer as a novel decomposition architecture with an Auto-Correlation mechanism. We break with the pre-processing convention of series decomposition and renovate it as a basic inner block of deep models. This design empowers Autoformer with progressive decomposition capacities for complex time series. Further, inspired by the stochastic process theory, we design the Auto-Correlation mechanism based on the series periodicity, which conducts the dependencies discovery and representation aggregation at the sub-series level. Auto-Correlation outperforms self-attention in both efficiency and accuracy. In long-term forecasting, Autoformer yields state-of-the-art accuracy, with a 38% relative improvement on six benchmarks, covering five practical applications: energy, traffic, economics, weather and disease. Code is available at this repository: \url{https://github.com/thuml/Autoformer}.

📄 PDF Abstract BibTeX arXiv:2106.13008

Code (3)

thuml/autoformer 공식 구현 pytorch
2024-MindSpore-1/Code2/tree/main/model-1/autoformer mindspore
WenjieDu/PyPOTS pytorch

Tasks

Time SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

Bitstamp Customer Care Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

AutoFormer: Searching Transformers for Visual Recognition

2021-07-01 · ICCV 2021 10 · Minghao Chen, Houwen Peng, Jianlong Fu, Haibin Ling

Recently, pure transformer-based models have shown great potentials for vision tasks such as image classification and detection. However, the design of transformer networks is challenging. It has been observed that the d…

AutoMLFine-Grained Image Classificationimage-classificationImage Classification

Spatio-Temporal Wind Speed Forecasting using Graph Networks and Novel Transformer Architectures

2022-08-29 · Lars Ødegaard Bentsen, Narada Dilp Warakagoda, Roy Stenbro, Paal Engelstad

This study focuses on multi-step spatio-temporal wind speed forecasting for the Norwegian continental shelf. The study aims to leverage spatial dependencies through the relative physical location of different measurement…

Graph Neural NetworkMultivariate Time Series ForecastingSpatio-Temporal ForecastingTime Series+3

Explainable Graph Pyramid Autoformer for Long-Term Traffic Forecasting

2022-09-27 · Weiheng Zhong, Tanwi Mallick, Hadi Meidani, Jane Macfarlane 외

Accurate traffic forecasting is vital to an intelligent transportation system. Although many deep learning models have achieved state-of-art performance for short-term traffic forecasting of up to 1 hour, long-term traff…

Graph Neural NetworkTemporal Sequences

Frozen in Time: Parameter-Efficient Time Series Transformers via Reservoir-Induced Feature Expansion and Fixed Random Dynamics

2025-08-25 · Pradeep Singh, Mehak Sharma, Anupriya Dey, Balasubramanian Raman arxiv

Transformers are the de-facto choice for sequence modelling, yet their quadratic self-attention and weak temporal bias can make long-range forecasting both expensive and brittle. We introduce FreezeTST, a lightweight hyb…

Dextr: Zero-Shot Neural Architecture Search with Singular Value Decomposition and Extrinsic Curvature

2025-08-18 · Rohan Asthana, Joschua Conrad, Maurits Ortmanns, Vasileios Belagiannis arxiv

Zero-shot Neural Architecture Search (NAS) typically optimises the architecture search process by exploiting the network or gradient properties at initialisation through zero-cost proxies. The existing proxies often rely…

Neural Architecture Search