LGAIMay 9, 2025

Accurate and Efficient Multivariate Time Series Forecasting via Offline Clustering

arXiv:2505.05738v21 citationsh-index: 4ICDE
Originality Incremental advance
AI Analysis

This addresses the problem of high computational costs in time series forecasting for applications like traffic management and weather prediction, offering an incremental improvement over existing methods.

The paper tackles the computational inefficiency of Transformer-based multivariate time series forecasting by introducing FOCUS, which uses offline clustering to create prototypes that reduce online complexity to linear scaling, achieving state-of-the-art accuracy with significant computational cost reductions.

Accurate and efficient multivariate time series (MTS) forecasting is essential for applications such as traffic management and weather prediction, which depend on capturing long-range temporal dependencies and interactions between entities. Existing methods, particularly those based on Transformer architectures, compute pairwise dependencies across all time steps, leading to a computational complexity that scales quadratically with the length of the input. To overcome these challenges, we introduce the Forecaster with Offline Clustering Using Segments (FOCUS), a novel approach to MTS forecasting that simplifies long-range dependency modeling through the use of prototypes extracted via offline clustering. These prototypes encapsulate high-level events in the real-world system underlying the data, summarizing the key characteristics of similar time segments. In the online phase, FOCUS dynamically adapts these patterns to the current input and captures dependencies between the input segment and high-level events, enabling both accurate and efficient forecasting. By identifying prototypes during the offline clustering phase, FOCUS reduces the computational complexity of modeling long-range dependencies in the online phase to linear scaling. Extensive experiments across diverse benchmarks demonstrate that FOCUS achieves state-of-the-art accuracy while significantly reducing computational costs.

Foundations

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

Your Notes