PyTorch implementation of the paper "Latent Heterogeneous Graph Network for Incomplete Multi-View Learning".
Please see INSTALL.md
For single gpu run
python main.py --data cub --repeat 10 --epochs 200 --missing_rate 0.5 --lr 0.01 --gpu 0
@ARTICLE{9721669,
author={Zhu, Pengfei and Yao, Xinjie and Wang, Yu and Cao, Meng and Hui, Binyuan and Zhao, Shuai and Hu, Qinghua},
journal={IEEE Transactions on Multimedia},
title={Latent Heterogeneous Graph Network for Incomplete Multi-View Learning},
year={2022},
volume={},
number={},
pages={1-1},
doi={10.1109/TMM.2022.3154592}}
Thank the team for their contribution to this work.