yolanda3212 / Code-for-UGLTL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the code for the paper 'Unified Graph and Low-rank Tensor Learning for Multi-view Clustering' Published in AAAI 2020. Please direct run '*.m' file by MATLAB to test the performance. As we fix the random seed in the released code, the parameters might be slightly different. Due to the space limit, We just provide three datasets, including the UCI-Digits and the Scene-15 datasets. The COIL-20 dataset can be found at https://github.com/Jlwu1992/Code-for-ETLMSC If you are interested in other datasets, please feel free to contact me. Our code is based on the ETLMSC[1] and MLAN[2]. If you use our code, please cite our paper as well as these two other papers. Thanks.


@article{UGLTL,
  title={Unified Graph and Low-rank Tensor Learning for Multi-view Clustering},
  author={Wu, Jianlong and Xie, Xingyu and Nie, Liqiang and Lin, Zhouchen and Zha, Hongbin},
  journal={{IEEE} Transactions on Image Processing},
  volume={28},
  number={12},
  pages={5910-5922},
  year={2019},
}

[1]
@article{ETLMSC,
  title={Essential tensor learning for multi-view spectral clustering},
  author={Wu, Jianlong and Lin, Zhouchen and Zha, Hongbin},
  journal={{IEEE} Transactions on Image Processing},
  volume={28},
  number={12},
  pages={5910-5922},
  year={2019},
}

[2]
@inproceedings{MLAN,
  title={Multi-view clustering and semi-supervised classification with adaptive neighbours},
  author={Nie, Feiping and Cai, Guohao and Li, Xuelong},
  booktitle={AAAI Conference on Artificial Intelligence},
  year={2017}
}

About


Languages

Language:MATLAB 98.3%Language:M 1.7%