/MATE

the source code of paper "Multi-view Graph Imputation Network"

Primary LanguagePythonApache License 2.0Apache-2.0

Multi-view Graph Imputation Network

the source code of paper "Multi-view Graph Imputation Network"

Requirement

pytorch

pytorch_geometric

Train

python main.py --dataset [name]

Citation

If you think this implementation is useful for your work, please cite our paper:

@article{peng2024multi,
  title={Multi-view graph imputation network},
  author={Peng, Xin and Cheng, Jieren and Tang, Xiangyan and Zhang, Bin and Tu, Wenxuan},
  journal={Information Fusion},
  volume={102},
  pages={102024},
  year={2024},
  publisher={Elsevier}
}