paper-with-me

홈 › Papers

Dynamic Deep Graph Learning for Incomplete Multi-View Clustering with Masked Graph Reconstruction Loss

2025-11-14 · Zhenghao Zhang, Jun Xie, Xingchen Chen, Tao Yu, Hongzhu Yi, Kaixin Xu, Yuanxiang Wang, Tianyu Zong, Xinming Wang, Jiahuan Chen, Guoqing Chao, Feng Chen, Zhepeng Wang, Jungang Xu arxiv

The prevalence of real-world multi-view data makes incomplete multi-view clustering (IMVC) a crucial research. The rapid development of Graph Neural Networks (GNNs) has established them as one of the mainstream approaches for multi-view clustering. Despite significant progress in GNNs-based IMVC, some challenges remain: (1) Most methods rely on the K-Nearest Neighbors (KNN) algorithm to construct static graphs from raw data, which introduces noise and diminishes the robustness of the graph topology. (2) Existing methods typically utilize the Mean Squared Error (MSE) loss between the reconstructed graph and the sparse adjacency graph directly as the graph reconstruction loss, leading to substantial gradient noise during optimization. To address these issues, we propose a novel \textbf{D}ynamic Deep \textbf{G}raph Learning for \textbf{I}ncomplete \textbf{M}ulti-\textbf{V}iew \textbf{C}lustering with \textbf{M}asked Graph Reconstruction Loss (DGIMVCM). Firstly, we construct a missing-robust global graph from the raw data. A graph convolutional embedding layer is then designed to extract primary features and refined dynamic view-specific graph structures, leveraging the global graph for imputation of missing views. This process is complemented by graph structure contrastive learning, which identifies consistency among view-specific graph structures. Secondly, a graph self-attention encoder is introduced to extract high-level representations based on the imputed primary features and view-specific graphs, and is optimized with a masked graph reconstruction loss to mitigate gradient noise during optimization. Finally, a clustering module is constructed and optimized through a pseudo-label self-supervised training mechanism. Extensive experiments on multiple datasets validate the effectiveness and superiority of DGIMVCM.

📄 PDF Abstract BibTeX arXiv:2511.11181

Code (0)

등록된 구현이 없습니다.

Tasks

Incomplete multi-view clusteringContrastive LearningGraph Learning

Similar Papers 제목 키워드 기반

Robust Diversified Graph Contrastive Network for Incomplete Multi-view Clustering

2022-10-10 · ACM International Conference on Multimedia 2022 10 · Zhe Xue, Junping Du, Hai Zhu, Zhongchao Guan 외

Incomplete multi-view clustering is a challenging task which aims to partition the unlabeled incomplete multi-view data into several clusters. The existing incomplete multi-view clustering methods neglect to utilize the …

ClusteringContrastive LearningIncomplete multi-view clusteringRepresentation Learning

Scalable Incomplete Multi-View Clustering with Structure Alignment

2023-08-31 · Yi Wen, Siwei Wang, Ke Liang, Weixuan Liang 외

The success of existing multi-view clustering (MVC) relies on the assumption that all views are complete. However, samples are usually partially available due to data corruption or sensor malfunction, which raises the re…

Clusteringgraph constructionGraph LearningIncomplete multi-view clustering

Highly Confident Local Structure Based Consensus Graph Learning for Incomplete Multi-View Clustering

2023-01-01 · CVPR 2023 1 · Jie Wen, Chengliang Liu, Gehui Xu, Zhihao Wu 외

Graph-based multi-view clustering has attracted extensive attention because of the powerful clustering-structure representation ability and noise robustness. Considering the reality of a large amount of incomplete da…

ClusteringGraph LearningIncomplete multi-view clustering

Localized Sparse Incomplete Multi-view Clustering

2022-08-05 · Chengliang Liu, Zhihao Wu, Jie Wen, Chao Huang 외

Incomplete multi-view clustering, which aims to solve the clustering problem on the incomplete multi-view data with partial view missing, has received more and more attention in recent years. Although numerous methods ha…

ClusteringGraph EmbeddingIncomplete multi-view clusteringMULTI-VIEW LEARNING+1

Neighbor group structure preserving based consensus graph learning for incomplete multi-view clustering

2023-07-11 · journal 2023 7 · Wai Keung Wong, Chengliang Liu, Shijie Deng, Lunke Fei 외

n the area of clustering, multi-view clustering has drawn a lot of research attention by making full use of information from different views. In many practical applications, collecting complete multi-view data without mi…

ClusteringGraph LearningIncomplete multi-view clustering