paper-with-me

홈 › Papers

KEDformer:Knowledge Extraction Seasonal Trend Decomposition for Long-term Sequence Prediction

2024-12-06 · Zhenkai Qin, Baozhong Wei, Caifeng Gao, Jianyuan Ni

Time series forecasting is a critical task in domains such as energy, finance, and meteorology, where accurate long-term predictions are essential. While Transformer-based models have shown promise in capturing temporal dependencies, their application to extended sequences is limited by computational inefficiencies and limited generalization. In this study, we propose KEDformer, a knowledge extraction-driven framework that integrates seasonal-trend decomposition to address these challenges. KEDformer leverages knowledge extraction methods that focus on the most informative weights within the self-attention mechanism to reduce computational overhead. Additionally, the proposed KEDformer framework decouples time series into seasonal and trend components. This decomposition enhances the model's ability to capture both short-term fluctuations and long-term patterns. Extensive experiments on five public datasets from energy, transportation, and weather domains demonstrate the effectiveness and competitiveness of KEDformer, providing an efficient solution for long-term time series forecasting.

📄 PDF Abstract BibTeX arXiv:2412.05421

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

A Robust and Efficient Multi-Scale Seasonal-Trend Decomposition

2021-09-18 · Linxiao Yang, Qingsong Wen, Bo Yang, Liang Sun

Many real-world time series exhibit multiple seasonality with different lengths. The removal of seasonal components is crucial in numerous applications of time series, including forecasting and anomaly detection. However…

Anomaly DetectionTime SeriesTime Series Analysis

STD: A Seasonal-Trend-Dispersion Decomposition of Time Series

2022-04-21 · Grzegorz Dudek

The decomposition of a time series is an essential task that helps to understand its very nature. It facilitates the analysis and forecasting of complex time series expressing various hidden components such as the trend,…

Time SeriesTime Series Analysis

RobustSTL: A Robust Seasonal-Trend Decomposition Algorithm for Long Time Series

2018-12-05 · Qingsong Wen, Jingkun Gao, Xiaomin Song, Liang Sun 외

Decomposing complex time series into trend, seasonality, and remainder components is an important task to facilitate time series anomaly detection and forecasting. Although numerous methods have been proposed, there are …

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection

Transformer-Based Bearing Fault Detection using Temporal Decomposition Attention Mechanism

2024-12-15 · Marzieh Mirzaeibonehkhater, Mohammad Ali Labbaf-Khaniki, Mohammad Manthouri

Bearing fault detection is a critical task in predictive maintenance, where accurate and timely fault identification can prevent costly downtime and equipment damage. Traditional attention mechanisms in Transformer neura…

Fault DetectionTime Series

Effective Series Decomposition and Components Learning for Time Series Generation

2025-11-02 · Zixuan Ma, Chenfeng Huang arxiv

Time series generation focuses on modeling the underlying data distribution and resampling to produce authentic time series data. Key components, such as trend and seasonality, drive temporal fluctuations, yet many exist…