CEAINov 11, 2025

CometNet: Contextual Motif-guided Long-term Time Series Forecasting

arXiv:2511.08049v11 citationsh-index: 5
AI Analysis

This addresses accuracy limitations in long-term forecasting for critical domains like finance or climate, though it appears incremental as it builds on existing motif and forecasting frameworks.

The paper tackles the receptive field bottleneck in long-term time series forecasting by proposing CometNet, which uses contextual motifs to model long-term dependencies, resulting in significant performance improvements over state-of-the-art methods on eight real-world datasets, especially for extended horizons.

Long-term Time Series Forecasting is crucial across numerous critical domains, yet its accuracy remains fundamentally constrained by the receptive field bottleneck in existing models. Mainstream Transformer- and Multi-layer Perceptron (MLP)-based methods mainly rely on finite look-back windows, limiting their ability to model long-term dependencies and hurting forecasting performance. Naively extending the look-back window proves ineffective, as it not only introduces prohibitive computational complexity, but also drowns vital long-term dependencies in historical noise. To address these challenges, we propose CometNet, a novel Contextual Motif-guided Long-term Time Series Forecasting framework. CometNet first introduces a Contextual Motif Extraction module that identifies recurrent, dominant contextual motifs from complex historical sequences, providing extensive temporal dependencies far exceeding limited look-back windows; Subsequently, a Motif-guided Forecasting module is proposed, which integrates the extracted dominant motifs into forecasting. By dynamically mapping the look-back window to its relevant motifs, CometNet effectively harnesses their contextual information to strengthen long-term forecasting capability. Extensive experimental results on eight real-world datasets have demonstrated that CometNet significantly outperforms current state-of-the-art (SOTA) methods, particularly on extended forecast horizons.

Foundations

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

Your Notes