How Much Can Time-related Features Enhance Time Series Forecasting?
Chaolv Zeng, Yuan Tian, Guanjie Zheng, Yunjun Gao
TL;DR
This work argues that explicit encoding of time-related features can significantly boost long-term multivariate time series forecasting. By introducing TimeStamp Forecaster (TimeSter) and combining it with a simple linear Backbone (TimeLinear), the approach achieves strong, data-efficient performance, especially on datasets with clear periodicity, while maintaining computational efficiency. Through extensive ablation studies and analyses, the authors show when and why time-related features help, including feature selection, encoder/decoder design, and robustness across seeds. The work also highlights limitations, such as limited modeling of cross-variable time interactions, and outlines directions for integrating such interactions in future work. Overall, TimeSter provides a practical, plug-and-play mechanism to leverage time semantics in forecasting systems.
Abstract
Recent advancements in long-term time series forecasting (LTSF) have primarily focused on capturing cross-time and cross-variate (channel) dependencies within historical data. However, a critical aspect often overlooked by many existing methods is the explicit incorporation of \textbf{time-related features} (e.g., season, month, day of the week, hour, minute), which are essential components of time series data. The absence of this explicit time-related encoding limits the ability of current models to capture cyclical or seasonal trends and long-term dependencies, especially with limited historical input. To address this gap, we introduce a simple yet highly efficient module designed to encode time-related features, Time Stamp Forecaster (TimeSter), thereby enhancing the backbone's forecasting performance. By integrating TimeSter with a linear backbone, our model, TimeLinear, significantly improves the performance of a single linear projector, reducing MSE by an average of 23\% on benchmark datasets such as Electricity and Traffic. Notably, TimeLinear achieves these gains while maintaining exceptional computational efficiency, delivering results that are on par with or exceed state-of-the-art models, despite using a fraction of the parameters.
