解决多视图数据缺失问题,通过分层对齐与协作补全提升聚类效果。
Incomplete Multi-view Clustering via Hierarchical Semantic Alignment and Cooperative Completion
- 设计双层语义空间,低层对齐视图间信息,高层动态加权融合。
- 在五个基准数据集上显著优于现有方法,聚类性能提升明显。
- 适合处理视图缺失的复杂数据场景,尤其适用于医疗、图像等多源数据。
不完整多视图数据(某些样本的部分视图完全缺失)给传统多视图聚类方法带来巨大挑战。现有深度不完整多视图聚类方法常依赖静态融合策略或两阶段流程,导致融合效果不佳并引发误差传播。为此,本文提出一种基于分层语义对齐与协同补全(HSACC)的新框架。HSACC通过双层语义空间实现鲁棒的跨视图融合:在低层语义空间中,通过最大化视图间互信息确保一致性;在高层语义空间中,根据各视图与初始融合表示的分布亲和度动态分配自适应权重,并进行加权融合以生成统一全局表征。此外,HSACC通过将对齐的潜在表示投影到高维语义空间,隐式恢复缺失视图,并联合优化重构与聚类目标,实现补全与聚类的协同学习。实验结果表明,HSACC在五个基准数据集上显著优于现有最优方法。消融实验证明了分层对齐与动态加权机制的有效性,参数分析确认模型对超参数变化具有鲁棒性。代码已开源:https://github.com/XiaojianDing/2025-NeurIPS-HSACC。
原文摘要 · Abstract (English)
Incomplete multi-view data, where certain views are entirely missing for some samples, poses significant challenges for traditional multi-view clustering methods. Existing deep incomplete multi-view clustering approaches often rely on static fusion strategies or two-stage pipelines, leading to suboptimal fusion results and error propagation issues. To address these limitations, this paper proposes a novel incomplete multi-view clustering framework based on Hierarchical Semantic Alignment and Cooperative Completion (HSACC). HSACC achieves robust cross-view fusion through a dual-level semantic space design. In the low-level semantic space, consistency alignment is ensured by maximizing mutual information across views. In the high-level semantic space, adaptive view weights are dynamically assigned based on the distributional affinity between individual views and an initial fused representation, followed by weighted fusion to generate a unified global representation. Additionally, HSACC implicitly recovers missing views by projecting aligned latent representations into high-dimensional semantic spaces and jointly optimizes reconstruction and clustering objectives, enabling cooperative learning of completion and clustering. Experimental results demonstrate that HSACC significantly outperforms state-of-the-art methods on five benchmark datasets. Ablation studies validate the effectiveness of the hierarchical alignment and dynamic weighting mechanisms, while parameter analysis confirms the model's robustness to hyperparameter variations. The code is available at https://github.com/XiaojianDing/2025-NeurIPS-HSACC.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。