D2Vformer: A Flexible Time Series Prediction Model Based on Time Position Embedding
Xiaobao Song, Hao Wang, Liwei Deng, Yuxin He, Wenming Cao, and Chi-Sing Leungc

TL;DR
D2Vformer is a novel time series prediction model that effectively captures complex temporal positional information using time position embeddings and attention mechanisms, outperforming existing methods on multiple datasets.
Contribution
The paper introduces D2Vformer, a flexible prediction model that directly handles variable-length sequences and improves time position embedding utilization with a new fusion block.
Findings
D2Vformer outperforms existing methods on six datasets.
Date2Vec embeddings surpass other time position embedding techniques.
The model reduces training resources compared to traditional approaches.
Abstract
Time position embeddings capture the positional information of time steps, often serving as auxiliary inputs to enhance the predictive capabilities of time series models. However, existing models exhibit limitations in capturing intricate time positional information and effectively utilizing these embeddings. To address these limitations, this paper proposes a novel model called D2Vformer. Unlike typical prediction methods that rely on RNNs or Transformers, this approach can directly handle scenarios where the predicted sequence is not adjacent to the input sequence or where its length dynamically changes. In comparison to conventional methods, D2Vformer undoubtedly saves a significant amount of training resources. In D2Vformer, the Date2Vec module uses the timestamp information and feature sequences to generate time position embeddings. Afterward, D2Vformer introduces a new fusion…
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.
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
MethodsSoftmax · Attention Is All You Need
