paper-with-me

Papers

WDformer: A Wavelet-based Differential Transformer Model for Time Series Forecasting

2025-09-25 · Xiaojian Wang, Chaoli Zhang, Zhonglong Zheng, Yunliang Jiang arxiv

Time series forecasting has various applications, such as meteorological rainfall prediction, traffic flow analysis, financial forecasting, and operational load monitoring for various systems. Due to the sparsity of time series data, relying solely on time-domain or frequency-domain modeling limits the model's ability to fully leverage multi-domain information. Moreover, when applied to time series forecasting tasks, traditional attention mechanisms tend to over-focus on irrelevant historical information, which may introduce noise into the prediction process, leading to biased results. We proposed WDformer, a wavelet-based differential Transformer model. This study employs the wavelet transform to conduct a multi-resolution analysis of time series data. By leveraging the advantages of joint representation in the time-frequency domain, it accurately extracts the key information components that reflect the essential characteristics of the data. Furthermore, we apply attention mechanisms on inverted dimensions, allowing the attention mechanism to capture relationships between multiple variables. When performing attention calculations, we introduced the differential attention mechanism, which computes the attention score by taking the difference between two separate softmax attention matrices. This approach enables the model to focus more on important information and reduce noise. WDformer has achieved state-of-the-art (SOTA) results on multiple challenging real-world datasets, demonstrating its accuracy and effectiveness. Code is available at https://github.com/xiaowangbc/WDformer.

📄 PDF Abstract BibTeX arXiv:2509.25231

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Forecasting

Similar Papers 제목 키워드 기반

InCrowdFormer: On-Ground Pedestrian World Model From Egocentric Views

2023-03-16 · Mai Nishimura, Shohei Nobuhara, Ko Nishino

We introduce an on-ground Pedestrian World Model, a computational model that can predict how pedestrians move around an observer in the crowd on the ground plane, but from just the egocentric-views of the observer. Our m…

Decoder

W-Transformers : A Wavelet-based Transformer Framework for Univariate Time Series Forecasting

2022-09-08 · Lena Sasal, Tanujit Chakraborty, Abdenour Hadid

Deep learning utilizing transformers has recently achieved a lot of success in many vital areas such as natural language processing, computer vision, anomaly detection, and recommendation systems, among many others. Amon…

Anomaly DetectionRecommendation SystemsRepresentation LearningTime Series+3

Intelligent Protection & Classification of Transients in Two-Core Symmetric Phase Angle Regulating Transformers

2020-06-17 · Pallav Kumar Bera, Can Isik

This paper investigates the applicability of time and time-frequency features based classifiers to distinguish internal faults and other transients - magnetizing inrush, sympathetic inrush, external faults with current t…

Fault Detectionfeature selectionGeneral Classification

DyWPE: Signal-Aware Dynamic Wavelet Positional Encoding for Time Series Transformers

2025-09-18 · Habib Irani, Vangelis Metsis arxiv

Existing positional encoding methods in transformers are fundamentally signal-agnostic, deriving positional information solely from sequence indices while ignoring the underlying signal characteristics. This limitation i…

Time Series Analysis

DB2-TransF: All You Need Is Learnable Daubechies Wavelets for Time Series Forecasting

2025-12-10 · Moulik Gupta, Achyut Mani Tripathi arxiv

Time series forecasting requires models that can efficiently capture complex temporal dependencies, especially in large-scale and high-dimensional settings. While Transformer-based architectures excel at modeling long-ra…

Time Series Forecasting