IndexNet: Timestamp and Variable-Aware Modeling for Time Series Forecasting

πŸ“… 2025-09-28
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
Existing multivariate time series forecasting methods commonly neglect the contextual semantics embedded in timestamps and variable indices, thereby limiting their capacity to model periodic patterns and capture inter-variable heterogeneity. To address this, we propose IndexNetβ€”a novel framework that systematically introduces plug-and-able timestamp embedding (TE) and channel embedding (CE) modules, jointly encoding temporal positions and variable identities within a lightweight MLP architecture. This design balances expressiveness and generality, significantly enhancing modeling capability for complex periodic structures and cross-variable heterogeneity. Evaluated on 12 real-world datasets, IndexNet achieves prediction accuracy comparable to state-of-the-art baselines. Ablation studies and visualization analyses confirm its effectiveness in capturing periodicity and distinguishing variables, while also improving model interpretability.

Technology Category

Application Category

πŸ“ Abstract
Multivariate time series forecasting (MTSF) plays a vital role in a wide range of real-world applications, such as weather prediction and traffic flow forecasting. Although recent advances have significantly improved the modeling of temporal dynamics and inter-variable dependencies, most existing methods overlook index-related descriptive information, such as timestamps and variable indices, which carry rich contextual semantics. To unlock the potential of such information and take advantage of the lightweight and powerful periodic capture ability of MLP-based architectures, we propose IndexNet, an MLP-based framework augmented with an Index Embedding (IE) module. The IE module consists of two key components: Timestamp Embedding (TE) and Channel Embedding (CE). Specifically, TE transforms timestamps into embedding vectors and injects them into the input sequence, thereby improving the model's ability to capture long-term complex periodic patterns. In parallel, CE assigns each variable a unique and trainable identity embedding based on its index, allowing the model to explicitly distinguish between heterogeneous variables and avoid homogenized predictions when input sequences seem close. Extensive experiments on 12 diverse real-world datasets demonstrate that IndexNet achieves comparable performance across mainstream baselines, validating the effectiveness of our temporally and variably aware design. Moreover, plug-and-play experiments and visualization analyses further reveal that IndexNet exhibits strong generality and interpretability, two aspects that remain underexplored in current MTSF research.
Problem

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

Modeling timestamp and variable index information in time series
Capturing long-term complex periodic patterns through timestamp embeddings
Distinguishing heterogeneous variables to prevent homogenized predictions
Innovation

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

IndexNet uses MLP with timestamp and variable embeddings
TE captures long-term complex periodic patterns
CE distinguishes variables to prevent homogenized predictions
πŸ”Ž Similar Papers
No similar papers found.
Beiliang Wu
Beiliang Wu
Shanghai Academy of AI for Science, Shanghai, China
Peiyuan Liu
Peiyuan Liu
Master, Tsinghua University
Time series forecastingLLMs
Y
Yifan Hu
Tsinghua Shenzhen International Graduate School, Shenzhen, China
L
Luyan Zhang
Northeastern University, Vancouver, Canada
A
Ao Hu
Shanghai Academy of AI for Science, Shanghai, China
Zenglin Xu
Zenglin Xu
Fudan University
Machine LearningTrustworthy AIFederated LearningLarge Language ModelsTime Series Analysis