LGSep 4, 2025

Online time series prediction using feature adjustment

arXiv:2509.03810v13 citationsh-index: 1Has Code
Originality Incremental advance
AI Analysis

This work addresses distribution shift in online time series prediction, which is critical for domains like finance or IoT, but it is incremental as it builds on existing adapter-based methods.

The paper tackles the problem of distribution shift in online time series forecasting by proposing that updating feature representations of latent factors is more effective than conventional parameter updates, and introduces ADAPT-Z to handle delayed feedback, which outperforms standard and state-of-the-art methods across multiple datasets.

Time series forecasting is of significant importance across various domains. However, it faces significant challenges due to distribution shift. This issue becomes particularly pronounced in online deployment scenarios where data arrives sequentially, requiring models to adapt continually to evolving patterns. Current time series online learning methods focus on two main aspects: selecting suitable parameters to update (e.g., final layer weights or adapter modules) and devising suitable update strategies (e.g., using recent batches, replay buffers, or averaged gradients). We challenge the conventional parameter selection approach, proposing that distribution shifts stem from changes in underlying latent factors influencing the data. Consequently, updating the feature representations of these latent factors may be more effective. To address the critical problem of delayed feedback in multi-step forecasting (where true values arrive much later than predictions), we introduce ADAPT-Z (Automatic Delta Adjustment via Persistent Tracking in Z-space). ADAPT-Z utilizes an adapter module that leverages current feature representations combined with historical gradient information to enable robust parameter updates despite the delay. Extensive experiments demonstrate that our method consistently outperforms standard base models without adaptation and surpasses state-of-the-art online learning approaches across multiple datasets. The code is available at https://github.com/xiannanhuang/ADAPT-Z.

Foundations

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

Your Notes