Papers › Incomplete Multi-view Clustering via Hierarchical Semantic Alignment and Cooperative Completion

Incomplete Multi-view Clustering via Hierarchical Semantic Alignment and Cooperative Completion

14 Oct 2025NeurIPSarXiv:2510.13887added by Syntology

Xiaojian Ding, Lin Zhao, Xian Li, Xiaoying Zhu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2510.13887")

Code

Syntology Ran 1 of 13 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

XiaojianDing/2025-NeurIPS-HSACC found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 1 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
12unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from XiaojianDing/2025-NeurIPS-HSACC. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_joint XiaojianDing/2025-NeurIPS-HSACC/loss.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 76deff4b3537c768 · report
MMD XiaojianDing/2025-NeurIPS-HSACC/loss.py found in paper text by Syntology unverified no licence file found · pointer only · 5dcb3ac053caef51 · report
cal_classify XiaojianDing/2025-NeurIPS-HSACC/utils/util.py found in paper text by Syntology unverified no licence file found · pointer only · a143444bd8f38811 · report
cal_std XiaojianDing/2025-NeurIPS-HSACC/utils/util.py found in paper text by Syntology unverified no licence file found · pointer only · 376b543ba5a81faf · report
calculate_cost_matrix XiaojianDing/2025-NeurIPS-HSACC/utils/clustering.py found in paper text by Syntology unverified no licence file found · pointer only · f6d031f1affc8b74 · report
compute_view_value XiaojianDing/2025-NeurIPS-HSACC/model.py found in paper text by Syntology unverified no licence file found · pointer only · fa05bcf59e6d8682 · report
get_default_config XiaojianDing/2025-NeurIPS-HSACC/configure/configure.py found in paper text by Syntology unverified no licence file found · pointer only · 4ca03dcbfbb5cf4a · report
get_default_config XiaojianDing/2025-NeurIPS-HSACC/configure/configure_multiview.py found in paper text by Syntology unverified no licence file found · pointer only · bdd0511b842e1a45 · report
get_logger XiaojianDing/2025-NeurIPS-HSACC/utils/logger_.py found in paper text by Syntology unverified no licence file found · pointer only · d7f91cdb9f651567 · report
get_mask XiaojianDing/2025-NeurIPS-HSACC/utils/get_mask.py found in paper text by Syntology unverified no licence file found · pointer only · e991d941fa5f85b8 · report
guassian_kernel_mmd XiaojianDing/2025-NeurIPS-HSACC/loss.py found in paper text by Syntology unverified no licence file found · pointer only · 4834342ef05b92c2 · report
normalize XiaojianDing/2025-NeurIPS-HSACC/utils/util.py found in paper text by Syntology unverified no licence file found · pointer only · 3e845f328b0c0d19 · report
target_l2 XiaojianDing/2025-NeurIPS-HSACC/model.py found in paper text by Syntology unverified no licence file found · pointer only · 669ef453e2709486 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2510.13887, was issued in October 2025, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections