LGAIMay 30, 2025

Federated Incomplete Multi-view Clustering with Globally Fused Graph Guidance

arXiv:2506.15703v11 citationsh-index: 5Has CodeICML
Originality Incremental advance
AI Analysis

This work addresses privacy-preserving clustering for distributed multi-view data with missing values, representing an incremental improvement over existing methods.

The paper tackles federated multi-view clustering with missing data by proposing FIMCFG, which uses a globally fused graph to guide feature extraction and clustering, achieving superior performance on benchmark datasets.

Federated multi-view clustering has been proposed to mine the valuable information within multi-view data distributed across different devices and has achieved impressive results while preserving the privacy. Despite great progress, most federated multi-view clustering methods only used global pseudo-labels to guide the downstream clustering process and failed to exploit the global information when extracting features. In addition, missing data problem in federated multi-view clustering task is less explored. To address these problems, we propose a novel Federated Incomplete Multi-view Clustering method with globally Fused Graph guidance (FIMCFG). Specifically, we designed a dual-head graph convolutional encoder at each client to extract two kinds of underlying features containing global and view-specific information. Subsequently, under the guidance of the fused graph, the two underlying features are fused into high-level features, based on which clustering is conducted under the supervision of pseudo-labeling. Finally, the high-level features are uploaded to the server to refine the graph fusion and pseudo-labeling computation. Extensive experimental results demonstrate the effectiveness and superiority of FIMCFG. Our code is publicly available at https://github.com/PaddiHunter/FIMCFG.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes