LGFeb 18

Amortized Predictability-aware Training Framework for Time Series Forecasting and Classification

arXiv:2602.16224v1Has Code
Originality Incremental advance
AI Analysis

This addresses training instability for time series analysis tasks, but it is incremental as it builds on existing deep learning methods by adding predictability-aware components.

The paper tackles the problem of low-predictability samples causing training instability in time series forecasting and classification by proposing an amortized predictability-aware training framework, which introduces a hierarchical loss and amortization model to improve performance.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes