An Approach Towards Learning K-means-friendly Deep Latent Representation
Debapriya Roy

TL;DR
This paper proposes a novel method for learning deep latent representations that are more compatible with K-means clustering by alternating between learning the representation and the cluster centers, leading to improved clustering performance.
Contribution
It introduces an alternative approach to joint deep representation learning and clustering, addressing issues with existing continuous K-means variants.
Findings
Improved clustering accuracy on benchmark datasets.
Better alignment of latent space with K-means assumptions.
Outperforms previous joint learning methods.
Abstract
Clustering is a long-standing problem area in data mining. The centroid-based classical approaches to clustering mainly face difficulty in the case of high dimensional inputs such as images. With the advent of deep neural networks, a common approach to this problem is to map the data to some latent space of comparatively lower dimensions and then do the clustering in that space. Network architectures adopted for this are generally autoencoders that reconstruct a given input in the output. To keep the input in some compact form, the encoder in AE's learns to extract useful features that get decoded at the reconstruction end. A well-known centroid-based clustering algorithm is K-means. In the context of deep feature learning, recent works have empirically shown the importance of learning the representations and the cluster centroids together. However, in this aspect of joint learning,…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Text and Document Classification Technologies · Machine Learning and Data Classification
MethodsSoftmax
