Temporal Window Smoothing of Exogenous Variables for Improved Time Series Prediction

📅 2025-07-04
📈 Citations: 0
Influential: 0
📄 PDF

career value

164K/year
🤖 AI Summary
To address two key challenges in Transformer-based time-series forecasting—redundant information in exogenous variables (especially when endogenous and exogenous variables share common sources) and insufficient long-range dependency modeling—this paper proposes an exogenous variable enhancement framework featuring global statistical whitening and context-aware smoothing. First, raw exogenous variables are whitened using global mean and variance statistics to enhance sensitivity to long-term trends. Second, a lightweight temporal window smoothing mechanism is introduced to suppress local noise and redundancy without expanding the lookback horizon. The refined exogenous features are then jointly modeled with the endogenous sequence, significantly improving feature discriminability. Extensive experiments on four benchmark datasets demonstrate consistent superiority over 11 state-of-the-art baselines, validating both effectiveness and robustness.

Technology Category

Application Category

📝 Abstract
Although most transformer-based time series forecasting models primarily depend on endogenous inputs, recent state-of-the-art approaches have significantly improved performance by incorporating external information through exogenous inputs. However, these methods face challenges, such as redundancy when endogenous and exogenous inputs originate from the same source and limited ability to capture long-term dependencies due to fixed look-back windows. In this paper, we propose a method that whitens the exogenous input to reduce redundancy that may persist within the data based on global statistics. Additionally, our approach helps the exogenous input to be more aware of patterns and trends over extended periods. By introducing this refined, globally context-aware exogenous input to the endogenous input without increasing the lookback window length, our approach guides the model towards improved forecasting. Our approach achieves state-of-the-art performance in four benchmark datasets, consistently outperforming 11 baseline models. These results establish our method as a robust and effective alternative for using exogenous inputs in time series forecasting.
Problem

Research questions and friction points this paper is trying to address.

Reducing redundancy in exogenous and endogenous inputs
Capturing long-term dependencies in time series data
Improving forecasting with globally context-aware exogenous inputs
Innovation

Methods, ideas, or system contributions that make the work stand out.

Whitens exogenous input to reduce redundancy
Enhances long-term pattern awareness
Maintains lookback window length efficiency
🔎 Similar Papers