Skip to content
/ pic Public

Spectral Perturbation Meets Incomplete Multi-view Data

Notifications You must be signed in to change notification settings

cshaowang/pic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spectral Perturbation Meets Incomplete Multi-view Data

This repo hosts the code for paper "Spectral Perturbation Meets Incomplete Multi-view Data, in IJCAI-2019". Beyond multi-view clustering, the paper tackles incomplete multi-view clustering (a.k.a. partial multi-view clustering), where a number of data instances are missing in certain views.

The proposed method shows a strong link between spectral perturbation and incomplete multi-view clustering. The key idea is to transfer the missing problem from data matrix to similarity matrix and reduce the spectral perturbation risk among different views while balancing all views to learn a consensus representation for the final clustering results.

The repo also hosts some baseline systems as we compared in the paper. We would like to thank the authors of the baseline systems for their codes. If any baseline systems cannot be licensed freely here, please drop me an email, so we can remove it from the collection.

If you find this repo useful, please kindly cite the paper below.

@inproceedings{wang2019spectral,
  title={Spectral Perturbation Meets Incomplete Multi-view Data},
  author={Wang, Hao and Zong, Linlin and Liu, Bing and Yang, Yan and Zhou, Wei},
  booktitle={Proceedings of the 28th International Joint Conference on Artificial Intelligence (IJCAI)},
  pages={3677--3683},
  year={2019}
}

Releases

No releases published

Packages

No packages published