Deep Multiview Clustering by Contrasting Cluster Assignments
Abstract
Multiview clustering (MVC) aims to reveal the underlying structure of multiview data by categorizing data samples into clusters. Deep learning-based methods exhibit strong feature learning capabilities on large-scale datasets. For most existing deep MVC methods, exploring the invariant representations of multiple views is still an intractable problem. In this paper, we propose a cross-view contrastive learning (CVCL) method that learns view-invariant representations and produces clustering results by contrasting the cluster assignments among multiple views. Specifically, we first employ deep autoencoders to extract view-dependent features in the pretraining stage. Then, a cluster-level CVCL strategy is presented to explore consistent semantic label information among the multiple views in the fine-tuning stage. Thus, the proposed CVCL method is able to produce more discriminative cluster assignments by virtue of this learning strategy. Moreover, we provide a theoretical analysis of soft cluster assignment alignment. Extensive experimental results obtained on several datasets demonstrate that the proposed CVCL method outperforms several state-of-the-art approaches.
Cite
Text
Chen et al. "Deep Multiview Clustering by Contrasting Cluster Assignments." International Conference on Computer Vision, 2023. doi:10.1109/ICCV51070.2023.01536Markdown
[Chen et al. "Deep Multiview Clustering by Contrasting Cluster Assignments." International Conference on Computer Vision, 2023.](https://mlanthology.org/iccv/2023/chen2023iccv-deep/) doi:10.1109/ICCV51070.2023.01536BibTeX
@inproceedings{chen2023iccv-deep,
title = {{Deep Multiview Clustering by Contrasting Cluster Assignments}},
author = {Chen, Jie and Mao, Hua and Woo, Wai Lok and Peng, Xi},
booktitle = {International Conference on Computer Vision},
year = {2023},
pages = {16752-16761},
doi = {10.1109/ICCV51070.2023.01536},
url = {https://mlanthology.org/iccv/2023/chen2023iccv-deep/}
}