Variational Deep Embedding: An Unsupervised and Generative Approach to Clustering

Abstract

Clustering is among the most fundamental tasks in machine learning and artificial intelligence. In this paper, we propose Variational Deep Embedding (VaDE), a novel unsupervised generative clustering approach within the framework of Variational Auto-Encoder (VAE). Specifically, VaDE models the data generative procedure with a Gaussian Mixture Model (GMM) and a deep neural network (DNN): 1) the GMM picks a cluster; 2) from which a latent embedding is generated; 3) then the DNN decodes the latent embedding into an observable. Inference in VaDE is done in a variational way: a different DNN is used to encode observables to latent embeddings, so that the evidence lower bound (ELBO) can be optimized using the Stochastic Gradient Variational Bayes (SGVB) estimator and the reparameterization trick. Quantitative comparisons with strong baselines are included in this paper, and experimental results show that VaDE significantly outperforms the state-of-the-art clustering methods on 5 benchmarks from various modalities. Moreover, by VaDE's generative nature, we show its capability of generating highly realistic samples for any specified cluster, without using supervised information during training.

Cite

Text

Jiang et al. "Variational Deep Embedding: An Unsupervised and Generative Approach to Clustering." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/273

Markdown

[Jiang et al. "Variational Deep Embedding: An Unsupervised and Generative Approach to Clustering." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/jiang2017ijcai-variational/) doi:10.24963/IJCAI.2017/273

BibTeX

@inproceedings{jiang2017ijcai-variational,
  title     = {{Variational Deep Embedding: An Unsupervised and Generative Approach to Clustering}},
  author    = {Jiang, Zhuxi and Zheng, Yin and Tan, Huachun and Tang, Bangsheng and Zhou, Hanning},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {1965-1972},
  doi       = {10.24963/IJCAI.2017/273},
  url       = {https://mlanthology.org/ijcai/2017/jiang2017ijcai-variational/}
}