LGAICVMLApr 17, 2018

Deep Multimodal Subspace Clustering Networks

arXiv:1804.06498v3187 citations
Originality Incremental advance
AI Analysis

This work addresses multimodal data clustering for applications like computer vision, but it is incremental as it builds on existing subspace clustering and fusion methods.

The authors tackled unsupervised multimodal subspace clustering by proposing convolutional neural network frameworks with different fusion techniques, achieving significant performance improvements over state-of-the-art methods on three datasets.

We present convolutional neural network (CNN) based approaches for unsupervised multimodal subspace clustering. The proposed framework consists of three main stages - multimodal encoder, self-expressive layer, and multimodal decoder. The encoder takes multimodal data as input and fuses them to a latent space representation. The self-expressive layer is responsible for enforcing the self-expressiveness property and acquiring an affinity matrix corresponding to the data points. The decoder reconstructs the original input data. The network uses the distance between the decoder's reconstruction and the original input in its training. We investigate early, late and intermediate fusion techniques and propose three different encoders corresponding to them for spatial fusion. The self-expressive layers and multimodal decoders are essentially the same for different spatial fusion-based approaches. In addition to various spatial fusion-based methods, an affinity fusion-based network is also proposed in which the self-expressive layer corresponding to different modalities is enforced to be the same. Extensive experiments on three datasets show that the proposed methods significantly outperform the state-of-the-art multimodal subspace clustering methods.

Code Implementations1 repo
Foundations

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

Your Notes