arXiv:2504.17913cs.LG2025-04被引 3

CANet通过自适应归一化提升非平稳时间序列长期预测精度。

CANet: ChronoAdaptive Network for Enhanced Long-Term Time Series Forecasting under Non-Stationarity

  • 引入风格混合门与自适应实例归一化,动态保留统计变化特征。
  • 在真实数据集上实现MSE降低42%、MAE降低22%的显著效果。
  • 适合处理具有分布漂移的长时序数据,如电力、金融预测场景。

长期时间序列预测在众多实际应用中至关重要。尽管近期架构取得进展,但现实数据常呈现非平稳性,导致均值、方差等统计特性随时间变化,引发分布偏移。此前研究指出,此特性使模型易过度平稳化(over-stationarization),损害性能。为此,本文提出ChronoAdaptive Network (CANet),受风格迁移启发,核心为非平稳自适应归一化模块,融合风格混合门与自适应实例归一化(AdaIN)。该模块通过融合内部与外部统计量,有效保留并重引入均值、标准差等非平稳特征,避免过度平稳化,同时维持时间依赖性。结合多分辨率分块处理短期波动与长期趋势,并采用基于傅里叶分析的自适应阈值降噪。堆叠克罗内克积层进一步提升效率。在多个真实数据集上的实验表明,CANet相较现有最优方法,在均方误差(MSE)上降低42%,平均绝对误差(MAE)降低22%。源代码已公开于https://github.com/mertsonmezer/CANet。

原文摘要 · Abstract (English)

Long-term time series forecasting plays a pivotal role in various real-world applications. Despite recent advancements and the success of different architectures, forecasting is often challenging due to non-stationary nature of the real-world data, which frequently exhibit distribution shifts and temporal changes in statistical properties like mean and variance over time. Previous studies suggest that this inherent variability complicates forecasting, limiting the performance of many models by leading to loss of non-stationarity and resulting in over-stationarization (Liu, Wu, Wang and Long, 2022). To address this challenge, we introduce a novel architecture, ChoronoAdaptive Network (CANet), inspired by style-transfer techniques. The core of CANet is the Non-stationary Adaptive Normalization module, seamlessly integrating the Style Blending Gate and Adaptive Instance Normalization (AdaIN) (Huang and Belongie, 2017). The Style Blending Gate preserves and reintegrates non-stationary characteristics, such as mean and standard deviation, by blending internal and external statistics, preventing over-stationarization while maintaining essential temporal dependencies. Coupled with AdaIN, which dynamically adapts the model to statistical changes, this approach enhances predictive accuracy under non-stationary conditions. CANet also employs multi-resolution patching to handle short-term fluctuations and long-term trends, along with Fourier analysis-based adaptive thresholding to reduce noise. A Stacked Kronecker Product Layer further optimizes the model's efficiency while maintaining high performance. Extensive experiments on real-world datasets validate CANet's superiority over state-of-the-art methods, achieving a 42% reduction in MSE and a 22% reduction in MAE. The source code is publicly available at https://github.com/mertsonmezer/CANet.

时间序列非平稳性预测归一化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。