CVMay 1, 2019

Self-Supervised Convolutional Subspace Clustering Network

arXiv:1905.00149v1168 citations
Originality Incremental advance
AI Analysis

This addresses the limitation of subspace clustering for practical visual data, though it is incremental as it builds on existing methods by integrating neural networks and self-supervision.

The paper tackles the problem of subspace clustering for visual data that does not lie in linear subspaces by proposing an end-to-end framework that combines feature learning, self-expression, and spectral clustering with dual self-supervision, achieving superior performance on four benchmark datasets.

Subspace clustering methods based on data self-expression have become very popular for learning from data that lie in a union of low-dimensional linear subspaces. However, the applicability of subspace clustering has been limited because practical visual data in raw form do not necessarily lie in such linear subspaces. On the other hand, while Convolutional Neural Network (ConvNet) has been demonstrated to be a powerful tool for extracting discriminative features from visual data, training such a ConvNet usually requires a large amount of labeled data, which are unavailable in subspace clustering applications. To achieve simultaneous feature learning and subspace clustering, we propose an end-to-end trainable framework, called Self-Supervised Convolutional Subspace Clustering Network (S$^2$ConvSCN), that combines a ConvNet module (for feature learning), a self-expression module (for subspace clustering) and a spectral clustering module (for self-supervision) into a joint optimization framework. Particularly, we introduce a dual self-supervision that exploits the output of spectral clustering to supervise the training of the feature learning module (via a classification loss) and the self-expression module (via a spectral clustering loss). Our experiments on four benchmark datasets show the effectiveness of the dual self-supervision and demonstrate superior performance of our proposed approach.

Foundations

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

Your Notes