用测试时训练提升长期时间序列预测精度
Test Time Learning for Time Series Forecasting
- 在并行架构中引入测试时训练模块,缓解长序列建模瓶颈
- 在电力、交通、天气数据集上显著降低均方误差和平均绝对误差
- 简单1D卷积配置即可媲美复杂模型,适合实际部署
时间序列预测虽因多头注意力等机制取得进展,但受限于二次计算开销与长程依赖捕捉困难。状态空间模型(如Mamba)虽以线性递归结构实现高效长序列建模,但在准确率与可扩展性方面仍有提升空间。本文提出在并行架构中引入测试时训练(TTT)模块,显著提升长期预测性能。在标准基准数据集上的大量实验表明,该方法持续优于当前最优模型(如基于Mamba的TimeMachine),尤其在长输入与长预测长度场景下表现突出。在Electricity、Traffic、Weather等大型数据集上,均方误差(MSE)和平均绝对误差(MAE)均有显著下降。此外,探索了多种卷积架构发现,即使采用小滤波器的一维卷积也能达到竞争力结果。本工作为高可扩展性、高性能时间序列预测树立新基准。
原文摘要 · Abstract (English)
Time-series forecasting has seen significant advancements with the introduction of token prediction mechanisms such as multi-head attention. However, these methods often struggle to achieve the same performance as in language modeling, primarily due to the quadratic computational cost and the complexity of capturing long-range dependencies in time-series data. State-space models (SSMs), such as Mamba, have shown promise in addressing these challenges by offering efficient solutions with linear RNNs capable of modeling long sequences with larger context windows. However, there remains room for improvement in accuracy and scalability. We propose the use of Test-Time Training (TTT) modules in a parallel architecture to enhance performance in long-term time series forecasting. Through extensive experiments on standard benchmark datasets, we demonstrate that TTT modules consistently outperform state-of-the-art models, including the Mamba-based TimeMachine, particularly in scenarios involving extended sequence and prediction lengths. Our results show significant improvements in Mean Squared Error (MSE) and Mean Absolute Error (MAE), especially on larger datasets such as Electricity, Traffic, and Weather, underscoring the effectiveness of TTT in capturing long-range dependencies. Additionally, we explore various convolutional architectures within the TTT framework, showing that even simple configurations like 1D convolution with small filters can achieve competitive results. This work sets a new benchmark for time-series forecasting and lays the groundwork for future research in scalable, high-performance forecasting models.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。