Adversarial Incomplete Multi-View Clustering
Abstract
Multi-view clustering aims to leverage information from multiple views to improve clustering. Most previous works assumed that each view has complete data. However, in real-world datasets, it is often the case that a view may contain some missing data, resulting in the incomplete multi-view clustering problem. Previous methods for this problem have at least one of the following drawbacks: (1) employing shallow models, which cannot well handle the dependence and discrepancy among different views; (2) ignoring the hidden information of the missing data; (3) dedicated to the two-view case. To eliminate all these drawbacks, in this work we present an Adversarial Incomplete Multi-view Clustering (AIMC) method. Unlike most existing methods which only learn a new representation with existing views, AIMC seeks the common latent space of multi-view data and performs missing data inference simultaneously. In particular, the element-wise reconstruction and the generative adversarial network (GAN) are integrated to infer the missing data. They aim to capture overall structure and get a deeper semantic understanding respectively. Moreover, an aligned clustering loss is designed to obtain a better clustering structure. Experiments conducted on three datasets show that AIMC performs well and outperforms baseline methods.
Cite
Text
Xu et al. "Adversarial Incomplete Multi-View Clustering." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/546Markdown
[Xu et al. "Adversarial Incomplete Multi-View Clustering." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/xu2019ijcai-adversarial/) doi:10.24963/IJCAI.2019/546BibTeX
@inproceedings{xu2019ijcai-adversarial,
title = {{Adversarial Incomplete Multi-View Clustering}},
author = {Xu, Cai and Guan, Ziyu and Zhao, Wei and Wu, Hongchang and Niu, Yunfei and Ling, Beilei},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2019},
pages = {3933-3939},
doi = {10.24963/IJCAI.2019/546},
url = {https://mlanthology.org/ijcai/2019/xu2019ijcai-adversarial/}
}