paper-with-me

Papers

Deep Subspace Clustering Networks

2017-09-08 · NeurIPS 2017 12 · Pan Ji, Tong Zhang, Hongdong Li, Mathieu Salzmann, Ian Reid

We present a novel deep neural network architecture for unsupervised subspace clustering. This architecture is built upon deep auto-encoders, which non-linearly map the input data into a latent space. Our key idea is to introduce a novel self-expressive layer between the encoder and the decoder to mimic the "self-expressiveness" property that has proven effective in traditional subspace clustering. Being differentiable, our new self-expressive layer provides a simple but effective way to learn pairwise affinities between all data points through a standard back-propagation procedure. Being nonlinear, our neural-network based method is able to cluster data points having complex (often nonlinear) structures. We further propose pre-training and fine-tuning strategies that let us effectively learn the parameters of our subspace clustering networks. Our experiments show that the proposed method significantly outperforms the state-of-the-art unsupervised subspace clustering methods.

📄 PDF Abstract BibTeX arXiv:1709.02508

Code (3)

panji1990/Deep-subspace-clustering-networks 공식 구현 tf
adidenkov/Deep-Subspace-Clustering tf
xifengguo/dsc-net pytorch

Tasks

ClusteringDecoderImage Clustering

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Deep Adversarial Subspace Clustering

2018-06-01 · CVPR 2018 6 · Pan Zhou, Yunqing Hou, Jiashi Feng

Most existing subspace clustering methods hinge on self-expression of handcrafted representations and are unaware of potential clustering errors. Thus they perform unsatisfactorily on real data with complex underlying s…

ClusteringImage ClusteringRepresentation Learning

Subspace Structure-Aware Spectral Clustering for Robust Subspace Clustering

2019-10-01 · ICCV 2019 10 · Masataka Yamaguchi, Go Irie, Takahito Kawanishi, Kunio Kashino

Subspace clustering is the problem of partitioning data drawn from a union of multiple subspaces. The most popular subspace clustering framework in recent years is the graph clustering-based approach, which performs subs…

ClusteringGraph Clusteringgraph construction

Learning Robust Subspace Clustering

2013-08-01 · Qiang Qiu, Guillermo Sapiro

We propose a low-rank transformation-learning framework to robustify subspace clustering. Many high-dimensional data, such as face images and motion sequences, lie in a union of low-dimensional subspaces. The subspace cl…

Clustering

Constrained Sparse Subspace Clustering with Side-Information

2018-05-21 · Chun-Guang Li, Junjian Zhang, Jun Guo

Subspace clustering refers to the problem of segmenting high dimensional data drawn from a union of subspaces into the respective subspaces. In some applications, partial side-information to indicate "must-link" or "cann…

Clustering

Graph Convolutional Subspace Clustering: A Robust Subspace Clustering Framework for Hyperspectral Image

2020-04-22 · Yaoming Cai, Zijia Zhang, Zhihua Cai, Xiaobo Liu 외

Hyperspectral image (HSI) clustering is a challenging task due to the high complexity of HSI data. Subspace clustering has been proven to be powerful for exploiting the intrinsic relationship between data points. Despite…

ClusteringGraph Embedding