CVMay 15

Learning Disentangled Representations for Generalized Multi-view Clustering

arXiv:2605.1564057.4Has Code
Predicted impact top 61% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For researchers in multi-view clustering, GMAE provides a novel method to improve clustering quality by disentangling view-specific and view-common features.

The paper addresses view-distribution entanglement in multi-view clustering by proposing GMAE, a framework that uses disentangled representation learning to improve clustering. Experiments on 13 benchmarks show consistent state-of-the-art performance in both complete and incomplete MVC tasks.

Multi-View Clustering (MVC) has gained significant attention for its ability to leverage complementary information across diverse views. However, existing deep MVC methods often struggle with view-distribution entanglement during cross-view fusion, which hampers the quality of the shared latent space and leads to suboptimal Figures. To address this issue, we propose the Generalized Multi-view Auto-Encoder (GMAE), a framework designed to preserve cross-view complementarity through disentangled representation learning. Specifically, GMAE employs dual-path autoencoders to decouple source features into view-specific and view-common embeddings, facilitating the discovery of clearer clustering structures. We further construct cross-view adversarial discriminators to guide view-specific encoders in capturing more discriminative features. By strategically modulating mutual information, GMAE effectively aligns distributions and prevents representation collapse, ensuring the generation of robust, non-trivial embeddings. Comprehensive experiments on 13 benchmark datasets demonstrate that GMAE consistently outperforms state-of-the-art methods in both complete and incomplete MVC tasks. Our code implementation is available at the repository: https://github.com/obananas/GMAE.

Foundations

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

Your Notes