Deep Embedded K-Means Clustering
Wengang Guo, Kaiyan Lin, Wei Ye

TL;DR
This paper introduces DEKM, a deep clustering method that transforms autoencoder embeddings to better reveal cluster structures, optimizing representations and clustering iteratively without relying on reconstruction loss.
Contribution
The paper proposes a novel transformation of autoencoder embeddings using eigenvectors to enhance cluster structure detection and a greedy optimization method for representation learning.
Findings
DEKM achieves state-of-the-art clustering performance on real-world datasets.
Transforming embedding space improves the visibility of cluster structures.
Alternating optimization enhances both representation quality and clustering accuracy.
Abstract
Recently, deep clustering methods have gained momentum because of the high representational power of deep neural networks (DNNs) such as autoencoder. The key idea is that representation learning and clustering can reinforce each other: Good representations lead to good clustering while good clustering provides good supervisory signals to representation learning. Critical questions include: 1) How to optimize representation learning and clustering? 2) Should the reconstruction loss of autoencoder be considered always? In this paper, we propose DEKM (for Deep Embedded K-Means) to answer these two questions. Since the embedding space generated by autoencoder may have no obvious cluster structures, we propose to further transform the embedding space to a new space that reveals the cluster-structure information. This is achieved by an orthonormal transformation matrix, which contains the…
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
TopicsFace and Expression Recognition · Neural Networks and Applications · Anomaly Detection Techniques and Applications
