Amortized Predictability-aware Training Framework for Time Series Forecasting and Classification
Xu Zhang, Peng Wang, Yichen Li, Wei Wang
TL;DR
The paper tackles the challenge of training instability caused by low-predictability samples in time series data for both forecasting and classification. It introduces Amortized Predictability-aware Training Framework (APTF), which combines Hierarchical Predictability-aware Loss (HPL) with an amortization model to dynamically emphasize high-predictability samples while still leveraging noisy ones. The key contributions are (i) a hierarchical bucket-based loss that evolves with training to address predictability evolution, (ii) an amortization mechanism that reduces bias in predictability estimation, and (iii) extensive cross-task validation showing consistent improvements across 11 TSF and 128 TSC datasets with multiple baselines. The results demonstrate improved convergence, generalization, and robustness, with practical impact for noisy real-world time series such as finance and healthcare monitoring.
Abstract
Time series data are prone to noise in various domains, and training samples may contain low-predictability patterns that deviate from the normal data distribution, leading to training instability or convergence to poor local minima. Therefore, mitigating the adverse effects of low-predictability samples is crucial for time series analysis tasks such as time series forecasting (TSF) and time series classification (TSC). While many deep learning models have achieved promising performance, few consider how to identify and penalize low-predictability samples to improve model performance from the training perspective. To fill this gap, we propose a general Amortized Predictability-aware Training Framework (APTF) for both TSF and TSC. APTF introduces two key designs that enable the model to focus on high-predictability samples while still learning appropriately from low-predictability ones: (i) a Hierarchical Predictability-aware Loss (HPL) that dynamically identifies low-predictability samples and progressively expands their loss penalty as training evolves, and (ii) an amortization model that mitigates predictability estimation errors caused by model bias, further enhancing HPL's effectiveness. The code is available at https://github.com/Meteor-Stars/APTF.
