ICML2026
Contractive Anchor Resolvent Diffusion for Incomplete Multi-View Clustering
Tongzheng Zhao, Yangyang Wen, Yukai Shi, Xinyan Liang, Feijiang Li, Peng Zhou, Liang Du
Abstract
Incomplete Multi-View Clustering (IMVC) is affected not only by missing feature values, but also by the degradation of relational structure induced by missing views. Many graph-based approaches either rely on costly data imputation or adopt first-order fusion mechanisms, which can be viewed as shallow low-pass filters with limited spectral selectivity. As a result, they may be insufficient to distinguish latent consensus structure from view-specific structural variations. To address this limitation, we reformulate IMVC from a spectral filtering perspective and propose Contractive Anchor Resolvent Diffusion (CARD), a scalable framework for structural refinement without explicit view imputation. CARD constructs a unified anchor-induced hypergraph from observed sample--anchor relations and derives a high-order resolvent diffusion operator that acts as a rational spectral filter. This operator enhances the relative response of consensus-dominant modes while attenuating view-specific variations. We further derive a compact implicit solver that couples similarity learning and clustering without materializing dense matrices, and provide a conditional local refinement analysis under spectral-gap and local-stability assumptions. Extensive experiments on eight benchmarks, including large-scale datasets, show that CARD achieves competitive performance while scaling linearly in (N) for a fixed anchor budget. The code for our method is publicly available at https://github.com/Whale-Waves/CARD.