paper-with-me

Papers

FourierGNN: Rethinking Multivariate Time Series Forecasting from a Pure Graph Perspective

2023-11-10 · NeurIPS 2023 11 · Kun Yi, Qi Zhang, Wei Fan, Hui He, Liang Hu, Pengyang Wang, Ning An, Longbing Cao, Zhendong Niu

Multivariate time series (MTS) forecasting has shown great importance in numerous industries. Current state-of-the-art graph neural network (GNN)-based forecasting methods usually require both graph networks (e.g., GCN) and temporal networks (e.g., LSTM) to capture inter-series (spatial) dynamics and intra-series (temporal) dependencies, respectively. However, the uncertain compatibility of the two networks puts an extra burden on handcrafted model designs. Moreover, the separate spatial and temporal modeling naturally violates the unified spatiotemporal inter-dependencies in real world, which largely hinders the forecasting performance. To overcome these problems, we explore an interesting direction of directly applying graph networks and rethink MTS forecasting from a pure graph perspective. We first define a novel data structure, hypervariate graph, which regards each series value (regardless of variates or timestamps) as a graph node, and represents sliding windows as space-time fully-connected graphs. This perspective considers spatiotemporal dynamics unitedly and reformulates classic MTS forecasting into the predictions on hypervariate graphs. Then, we propose a novel architecture Fourier Graph Neural Network (FourierGNN) by stacking our proposed Fourier Graph Operator (FGO) to perform matrix multiplications in Fourier space. FourierGNN accommodates adequate expressiveness and achieves much lower complexity, which can effectively and efficiently accomplish the forecasting. Besides, our theoretical analysis reveals FGO's equivalence to graph convolutions in the time domain, which further verifies the validity of FourierGNN. Extensive experiments on seven datasets have demonstrated our superior performance with higher efficiency and fewer parameters compared with state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2311.06190

Code (1)

aikunyi/fouriergnn 공식 구현 pytorch

Tasks

Graph Neural NetworkMultivariate Time Series ForecastingTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
MTS 설명 없음

Similar Papers 제목 키워드 기반

SpikF-GO: Spiking Fourier Graph Operators for Multivariate Time Series Forecasting

2026-06-11 · Jafar Bakhshaliyev, Niels Landwehr arxiv

Spiking Neural Networks (SNNs) have emerged as an energy-efficient alternative to conventional neural networks, demonstrating strong performance in computer vision and robotics. More recently, SNNs have been applied to t…

Multivariate Time Series Forecasting

Rethinking Channel Dependence for Multivariate Time Series Forecasting: Learning from Leading Indicators

2024-01-31 · Lifan Zhao, Yanyan Shen

Recently, channel-independent methods have achieved state-of-the-art performance in multivariate time series (MTS) forecasting. Despite reducing overfitting risks, these methods miss potential opportunities in utilizing …

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

PDETime: Rethinking Long-Term Multivariate Time Series Forecasting from the perspective of partial differential equations

2024-02-25 · shiyi qi, Zenglin Xu, Yiduo Li, Liangjian Wen 외

Recent advancements in deep learning have led to the development of various models for long-term multivariate time-series forecasting (LMTF), many of which have shown promising results. Generally, the focus has been on h…

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

Improving the Transferability of Time Series Forecasting with Decomposition Adaptation

2023-06-30 · Yan Gao, Yan Wang, Qiang Wang

Due to effective pattern mining and feature representation, neural forecasting models based on deep learning have achieved great progress. The premise of effective learning is to collect sufficient data. However, in time…

Multivariate Time Series ForecastingTime SeriesTime Series ForecastingTransfer Learning

Rethinking Patch Based Multivariate Time Series Forecasting with Semantic Structured Partitioning

2026-08-20 · Jiazhe Wang, Zhiquan Huang, Linjing Xue, Ming Liu 외 arxiv

Multivariate time series forecasting (MTSF) is a fundamental task in many real world applications. Existing patch based forecasting methods generally fall into three categories: fixed partitioning, multi-scale partitioni…

Multivariate Time Series Forecasting