GCFAgg: Global and Cross-View Feature Aggregation for Multi-View Clustering

Abstract

Multi-view clustering can partition data samples into their categories by learning a consensus representation in unsupervised way and has received more and more attention in recent years. However, most existing deep clustering methods learn consensus representation or view-specific representations from multiple views via view-wise aggregation way, where they ignore structure relationship of all samples. In this paper, we propose a novel multi-view clustering network to address these problems, called Global and Cross-view Feature Aggregation for Multi-View Clustering (GCFAggMVC). Specifically, the consensus data presentation from multiple views is obtained via cross-sample and cross-view feature aggregation, which fully explores the complementary of similar samples. Moreover, we align the consensus representation and the view-specific representation by the structure-guided contrastive learning module, which makes the view-specific representations from different samples with high structure relationship similar. The proposed module is a flexible multi-view data representation module, which can be also embedded to the incomplete multi-view data clustering task via plugging our module into other frameworks. Extensive experiments show that the proposed method achieves excellent performance in both complete multi-view data clustering tasks and incomplete multi-view data clustering tasks.

Cite

Text

Yan et al. "GCFAgg: Global and Cross-View Feature Aggregation for Multi-View Clustering." Conference on Computer Vision and Pattern Recognition, 2023. doi:10.1109/CVPR52729.2023.01902

Markdown

[Yan et al. "GCFAgg: Global and Cross-View Feature Aggregation for Multi-View Clustering." Conference on Computer Vision and Pattern Recognition, 2023.](https://mlanthology.org/cvpr/2023/yan2023cvpr-gcfagg/) doi:10.1109/CVPR52729.2023.01902

BibTeX

@inproceedings{yan2023cvpr-gcfagg,
  title     = {{GCFAgg: Global and Cross-View Feature Aggregation for Multi-View Clustering}},
  author    = {Yan, Weiqing and Zhang, Yuanyang and Lv, Chenlei and Tang, Chang and Yue, Guanghui and Liao, Liang and Lin, Weisi},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2023},
  pages     = {19863-19872},
  doi       = {10.1109/CVPR52729.2023.01902},
  url       = {https://mlanthology.org/cvpr/2023/yan2023cvpr-gcfagg/}
}