HyperIMTS: Hypergraph Neural Network for Irregular Multivariate Time Series Forecasting
Boyuan Li, Yicheng Luo, Zhen Liu, Junhao Zheng, Jianming Lv, Qianli Ma
TL;DR
HyperIMTS addresses irregular multivariate time series forecasting by representing observations as nodes in a hypergraph connected via temporal and variable hyperedges. The method uses three sequential message-passing steps to learn both time-aware and overall variable dependencies without padding, enabling irregularity-aware learning. Empirical results across five datasets show HyperIMTS achieves competitive or superior forecasting accuracy with lower computational cost than padding-based and many state-of-the-art models, supported by extensive ablations and efficiency analyses. The approach offers a scalable, padding-free framework that effectively models complex dependencies in IMTS, with future work including multimodal extensions and optimization of attention mechanisms.
Abstract
Irregular multivariate time series (IMTS) are characterized by irregular time intervals within variables and unaligned observations across variables, posing challenges in learning temporal and variable dependencies. Many existing IMTS models either require padded samples to learn separately from temporal and variable dimensions, or represent original samples via bipartite graphs or sets. However, the former approaches often need to handle extra padding values affecting efficiency and disrupting original sampling patterns, while the latter ones have limitations in capturing dependencies among unaligned observations. To represent and learn both dependencies from original observations in a unified form, we propose HyperIMTS, a Hypergraph neural network for Irregular Multivariate Time Series forecasting. Observed values are converted as nodes in the hypergraph, interconnected by temporal and variable hyperedges to enable message passing among all observations. Through irregularity-aware message passing, HyperIMTS captures variable dependencies in a time-adaptive way to achieve accurate forecasting. Experiments demonstrate HyperIMTS's competitive performance among state-of-the-art models in IMTS forecasting with low computational cost.
