Skip to content

Code for our SIGKDD'24 paper GinAR: An End-To-End Multivariate Time Series Forecasting Model Suitable for Variable Missing

Notifications You must be signed in to change notification settings

GestaltCogTeam/GinAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GinAR

This github repository corresponds to our paper accepted by SIGKDD 2024 (GinAR: An End-To-End Multivariate Time Series Forecasting Model Suitable for Variable Missing).

All datasets can be found in this link: https://github.com/ChengqingYu/MTS_dataset

The main difference between Model 1 and Model 2 lies in the way they use interpolation attention and the composition of weights in the graph convolution within the GinAR cell.

The setting of missing variables is introduced in Section 3.1 (Preliminaries) of our paper. We randomly generate M numbers proportionally, and for the input feature X (which consists of N time series, with M being smaller than N), we convert the values of the corresponding M variables among the N variables to zero. Setting missing variables to zero is based on methods discussed in time series imputation-related papers such as GRIN.

The following is the meaning of the core hyperparameter:

If the code is helpful to you, please cite the following paper:

@misc{yu2024ginar,
      title={GinAR: An End-To-End Multivariate Time Series Forecasting Model Suitable for Variable Missing}, 
      author={Chengqing Yu and Fei Wang and Zezhi Shao and Tangwen Qian and Zhao Zhang and Wei Wei and Yongjun Xu},
      year={2024},
      eprint={2405.11333},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}

About

Code for our SIGKDD'24 paper GinAR: An End-To-End Multivariate Time Series Forecasting Model Suitable for Variable Missing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages