AdaRNN: Adaptive Learning and Forecasting of Time Series
Yuntao Du, Jindong Wang, Wenjie Feng, Sinno Pan, Tao Qin, Renjun Xu,, Chongjun Wang

TL;DR
AdaRNN introduces an adaptive framework for time series forecasting that models and mitigates distribution shifts over time, improving accuracy across various real-world applications.
Contribution
The paper proposes a novel adaptive RNN framework with Temporal Distribution Characterization and Matching algorithms to address distribution shifts in time series forecasting.
Findings
Outperforms existing methods with 2.6% higher classification accuracy
Reduces RMSE by 9.0% in experiments
Extensible to Transformer architectures for enhanced performance
Abstract
Time series has wide applications in the real world and is known to be difficult to forecast. Since its statistical properties change over time, its distribution also changes temporally, which will cause severe distribution shift problem to existing methods. However, it remains unexplored to model the time series in the distribution perspective. In this paper, we term this as Temporal Covariate Shift (TCS). This paper proposes Adaptive RNNs (AdaRNN) to tackle the TCS problem by building an adaptive model that generalizes well on the unseen test data. AdaRNN is sequentially composed of two novel algorithms. First, we propose Temporal Distribution Characterization to better characterize the distribution information in the TS. Second, we propose Temporal Distribution Matching to reduce the distribution mismatch in TS to learn the adaptive TS model. AdaRNN is a general framework with…
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 · Stock Market Forecasting Methods · Anomaly Detection Techniques and Applications
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Temporal Distribution Matching · Temporal Distribution Characterization · AdaRNN · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Dense Connections · Dropout
