/LHGN_TMM_2022

Latent Heterogeneous Graph Network for Incomplete Multi-View Learning (IEEE TMM 2022)

Primary LanguagePython

Latent Heterogeneous Graph Network for Incomplete Multi-View Learning

PyTorch implementation of the paper "Latent Heterogeneous Graph Network for Incomplete Multi-View Learning".

Install

Please see INSTALL.md

Get started

For single gpu run

python main.py --data cub --repeat 10 --epochs 200 --missing_rate 0.5 --lr 0.01 --gpu 0

Citation

@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}}

Thanks

Thank the team for their contribution to this work.