paper-with-me

Papers

Multi-Facet Clustering Variational Autoencoders

2021-06-09 · NeurIPS 2021 12 · Fabian Falck, Haoting Zhang, Matthew Willetts, George Nicholson, Christopher Yau, Chris Holmes

Work in deep clustering focuses on finding a single partition of data. However, high-dimensional data, such as images, typically feature multiple interesting characteristics one could cluster over. For example, images of objects against a background could be clustered over the shape of the object and separately by the colour of the background. In this paper, we introduce Multi-Facet Clustering Variational Autoencoders (MFCVAE), a novel class of variational autoencoders with a hierarchy of latent variables, each with a Mixture-of-Gaussians prior, that learns multiple clusterings simultaneously, and is trained fully unsupervised and end-to-end. MFCVAE uses a progressively-trained ladder architecture which leads to highly stable performance. We provide novel theoretical results for optimising the ELBO analytically with respect to the categorical variational posterior distribution, correcting earlier influential theoretical work. On image benchmarks, we demonstrate that our approach separates out and clusters over different aspects of the data in a disentangled manner. We also show other advantages of our model: the compositionality of its latent space and that it provides controlled generation of samples.

📄 PDF Abstract BibTeX arXiv:2106.05241

Code (1)

FabianFalck/mfcvae 공식 구현 pytorch

Tasks

ClusteringDeep Clustering

Similar Papers 제목 키워드 기반

Learning Latent Superstructures in Variational Autoencoders for Deep Multidimensional Clustering

2018-03-14 · ICLR 2019 5 · Xiaopeng Li, Zhourong Chen, Leonard K. M. Poon, Nevin L. Zhang

We investigate a variant of variational autoencoders where there is a superstructure of discrete latent variables on top of the latent features. In general, our superstructure is a tree structure of multiple super latent…

Clustering

A Mixture of Variational Autoencoders for Deep Clustering

2021-01-01 · Avi Caciularu, Jacob Goldberger

In this study we propose a deep clustering algorithm that utilizes variational auto encoder (VAE) framework with a multi encoder-decoder neural architecture. This setup enforces a complementary structure that guides the …

ClusteringDecoderDeep Clustering

Deep Clustering of Compressed Variational Embeddings

2019-10-23 · Suya Wu, Enmao Diao, Jie Ding, Vahid Tarokh

Motivated by the ever-increasing demands for limited communication bandwidth and low-power consumption, we propose a new methodology, named joint Variational Autoencoders with Bernoulli mixture models (VAB), for performi…

ClusteringDeep Clustering

BasisVAE: Translation-invariant feature-level clustering with Variational Autoencoders

2020-03-06 · Kaspar Märtens, Christopher Yau

Variational Autoencoders (VAEs) provide a flexible and scalable framework for non-linear dimensionality reduction. However, in application domains such as genomics where data sets are typically tabular and high-dimension…

ClusteringDecoderDimensionality ReductionTranslation+1

Disentangling to Cluster: Gaussian Mixture Variational Ladder Autoencoders

2019-09-25 · Matthew Willetts, Stephen Roberts, Chris Holmes

In clustering we normally output one cluster variable for each datapoint. However it is not necessarily the case that there is only one way to partition a given dataset into cluster components. For example, one could clu…

Clustering