paper-with-me

Papers

HyperIMTS: Hypergraph Neural Network for Irregular Multivariate Time Series Forecasting

2025-05-23 · Boyuan Li, Yicheng Luo, Zhen Liu, Junhao Zheng, Jianming Lv, Qianli Ma

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.

📄 PDF Abstract BibTeX arXiv:2505.17431

Code (0)

등록된 구현이 없습니다.

Tasks

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

Similar Papers 제목 키워드 기반

Dynamic Hypergraph Representation Learning for Multivariate Time Series without Prior Knowledge

2026-05-21 · Marco Gregnanin, Johannes De Smedt, Giorgio Gnecco, Maurizio Parton arxiv

Hypergraphs have the capacity to capture higher-dimensional relationships among entities across various domains, making them a subject of growing interest within the research community for understanding the structure and…

Representation LearningCommunity Detection

HGTS-Former: Hierarchical HyperGraph Transformer for Multivariate Time Series Analysis

2025-08-04 · Hao Si, Xiao Wang, Fan Zhang, Xiaoya Zhou 외 arxiv

Multivariate time series analysis has long been one of the key research topics in the field of artificial intelligence. However, analyzing complex time series data remains a challenging and unresolved problem due to its …

Time Series Analysis

Hypergraphs on high dimensional time series sets using signature transform

2025-07-21 · Rémi Vaucher, Paul Minchella arxiv

In recent decades, hypergraphs and their analysis through Topological Data Analysis (TDA) have emerged as powerful tools for understanding complex data structures. Various methods have been developed to construct hypergr…

Compatible Transformer for Irregularly Sampled Multivariate Time Series

2023-10-17 · Yuxi Wei, Juntong Peng, Tong He, Chenxin Xu 외

To analyze multivariate time series, most previous methods assume regular subsampling of time series, where the interval between adjacent measurements and the number of samples remain unchanged. Practically, data collect…

Time Series

Forecasting in multivariate irregularly sampled time series with missing values

2020-04-06 · Shivam Srivastava, Prithviraj Sen, Berthold Reinwald

Sparse and irregularly sampled multivariate time series are common in clinical, climate, financial and many other domains. Most recent approaches focus on classification, regression or forecasting tasks on such data. In …

General ClassificationIrregular Time SeriesMissing Valuesregression+2