CVLGJun 21, 2021

Multi-VAE: Learning Disentangled View-common and View-peculiar Visual Representations for Multi-view Clustering

arXiv:2106.11232v2162 citations
Originality Incremental advance
AI Analysis

This addresses the issue of mining complementary information in multi-view clustering for visual data, though it appears incremental as it builds on existing VAE methods.

The paper tackles the problem of entangled visual representations in multi-view clustering by proposing Multi-VAE, a VAE-based framework that learns disentangled view-common and view-peculiar representations, resulting in superior clustering performance compared to state-of-the-art methods.

Multi-view clustering, a long-standing and important research problem, focuses on mining complementary information from diverse views. However, existing works often fuse multiple views' representations or handle clustering in a common feature space, which may result in their entanglement especially for visual representations. To address this issue, we present a novel VAE-based multi-view clustering framework (Multi-VAE) by learning disentangled visual representations. Concretely, we define a view-common variable and multiple view-peculiar variables in the generative model. The prior of view-common variable obeys approximately discrete Gumbel Softmax distribution, which is introduced to extract the common cluster factor of multiple views. Meanwhile, the prior of view-peculiar variable follows continuous Gaussian distribution, which is used to represent each view's peculiar visual factors. By controlling the mutual information capacity to disentangle the view-common and view-peculiar representations, continuous visual information of multiple views can be separated so that their common discrete cluster information can be effectively mined. Experimental results demonstrate that Multi-VAE enjoys the disentangled and explainable visual representations, while obtaining superior clustering performance compared with state-of-the-art methods.

Foundations

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

Your Notes