CVAILGJun 18, 2021

Smoothed Multi-View Subspace Clustering

arXiv:2106.09875v121 citations
Originality Incremental advance
AI Analysis

This work addresses multi-view clustering for real-world applications, representing an incremental improvement over existing methods.

The authors tackled the challenge of multi-view subspace clustering by proposing a smoothed multi-view subspace clustering (SMVSC) method using graph filtering to create smooth representations, which improved clustering performance as validated on benchmark datasets.

In recent years, multi-view subspace clustering has achieved impressive performance due to the exploitation of complementary imformation across multiple views. However, multi-view data can be very complicated and are not easy to cluster in real-world applications. Most existing methods operate on raw data and may not obtain the optimal solution. In this work, we propose a novel multi-view clustering method named smoothed multi-view subspace clustering (SMVSC) by employing a novel technique, i.e., graph filtering, to obtain a smooth representation for each view, in which similar data points have similar feature values. Specifically, it retains the graph geometric features through applying a low-pass filter. Consequently, it produces a ``clustering-friendly" representation and greatly facilitates the downstream clustering task. Extensive experiments on benchmark datasets validate the superiority of our approach. Analysis shows that graph filtering increases the separability of classes.

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