TL;DR
AutoEmbedder introduces a semi-supervised deep neural network system that effectively reduces high-dimensional data into clusterable embeddings using pairwise constraints, outperforming existing methods.
Contribution
It is the first to connect traditional classifier DNNs with pairwise loss reduction for semi-supervised clustering.
Findings
AutoEmbedder outperforms most existing DNN semi-supervised methods.
Uses Siamese network architecture for pairwise constraint loss.
Effectively downsamples high-dimensional data into clusterable embeddings.
Abstract
Clustering is widely used in unsupervised learning method that deals with unlabeled data. Deep clustering has become a popular study area that relates clustering with Deep Neural Network (DNN) architecture. Deep clustering method downsamples high dimensional data, which may also relate clustering loss. Deep clustering is also introduced in semi-supervised learning (SSL). Most SSL methods depend on pairwise constraint information, which is a matrix containing knowledge if data pairs can be in the same cluster or not. This paper introduces a novel embedding system named AutoEmbedder, that downsamples higher dimensional data to clusterable embedding points. To the best of our knowledge, this is the first research endeavor that relates to traditional classifier DNN architecture with a pairwise loss reduction technique. The training process is semi-supervised and uses Siamese network…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSiamese Network
