EDformer: Embedded Decomposition Transformer for Interpretable Multivariate Time Series Predictions
Sanjay Chakraborty, Ibrahim Delibasoglu, Fredrik Heintz

TL;DR
EDformer is a novel transformer-based model that decomposes multivariate time series into seasonal and trend components, improving forecasting accuracy and interpretability for complex real-world datasets.
Contribution
The paper introduces EDformer, a transformer architecture that incorporates signal decomposition and explainability techniques for enhanced multivariate time series forecasting.
Findings
Achieves state-of-the-art accuracy on real-world datasets
Provides interpretable insights into model predictions
Demonstrates improved efficiency over existing methods
Abstract
Time series forecasting is a crucial challenge with significant applications in areas such as weather prediction, stock market analysis, and scientific simulations. This paper introduces an embedded decomposed transformer, 'EDformer', for multivariate time series forecasting tasks. Without altering the fundamental elements, we reuse the Transformer architecture and consider the capable functions of its constituent parts in this work. Edformer first decomposes the input multivariate signal into seasonal and trend components. Next, the prominent multivariate seasonal component is reconstructed across the reverse dimensions, followed by applying the attention mechanism and feed-forward network in the encoder stage. In particular, the feed-forward network is used for each variable frame to learn nonlinear representations, while the attention mechanism uses the time points of individual…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Neural Networks and Applications
MethodsLinear Layer · Dropout · Attention Is All You Need · Dense Connections · Byte Pair Encoding · Multi-Head Attention · Adam · Layer Normalization · Position-Wise Feed-Forward Layer · Label Smoothing
