Papers › Multi-Facet Clustering Variational Autoencoders

Multi-Facet Clustering Variational Autoencoders

9 Jun 2021NeurIPS 2021 12arXiv:2106.05241archive 2025-07-28

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2106.05241")

Code

Syntology Ran 14 of 25 code samples harvested from 4 repositories linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · violated contract; 5 ran · our draft was wrong; 8 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 7 ran; found in paper text by Syntology: 12 samples from 3 repositories, 7 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

FabianFalck/mfcvae officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

25 samples harvested; 14 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
5ran · our draft was wrong
8ran
11unverified

Licence: 4 of the 25 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

FCSharedDecoder FabianFalck/mfcvae/mfcvae.py official repository ran · metamorphic tier: well formed MIT (permissive) · 3c2568c9b4080187 · report
FCseparateEncoders FabianFalck/mfcvae/mfcvae.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · d8c0031da2c81f1e · report
FCsharedEncoder FabianFalck/mfcvae/mfcvae.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 6a768b080b45bdca · report
ResidualConvBlock FabianFalck/mfcvae/mfcvae.py official repository ran MIT (permissive) · 12e98decb92b6980 · report
build_cnn_network FabianFalck/mfcvae/mfcvae.py official repository ran MIT (permissive) · 9b58e319e01d091f · report
build_fc_network FabianFalck/mfcvae/mfcvae.py official repository ran · our draft was wrong MIT (permissive) · 53afb335f775301f · report
softplus_inverse_numpy FabianFalck/mfcvae/mfcvae.py official repository ran · violated contract fingerprinted MIT (permissive) · 8882946f83006f1b · report
CONVvlaeDecoderCelebA FabianFalck/mfcvae/mfcvae.py official repository unverified MIT (permissive) · 531a8ab1dbcdf6cd · report
CONVvlaeEncoderCelebA FabianFalck/mfcvae/mfcvae.py official repository unverified MIT (permissive) · 16a945d4f4868865 · report
FCvlaeDecoder FabianFalck/mfcvae/mfcvae.py official repository unverified MIT (permissive) · 66f5f1c1582b0467 · report
FCvlaeEncoder FabianFalck/mfcvae/mfcvae.py official repository unverified MIT (permissive) · 83df06166b5ae307 · report
MFCVAE FabianFalck/mfcvae/mfcvae.py official repository unverified MIT (permissive) · defcc3d876b77dae · report
MnistVAE addtt/boiler-pytorch/models/mnist_vae.py found in paper text by Syntology ran MIT (permissive) · 26f5b491fc1c025d · report
Normal Zhiyuan1991/proVLAE/model_ladder_pro_celbA.py found in paper text by Syntology ran · metamorphic tier: well formed licence not identified · pointer only · 211690ea3f81115d · report
adjust_learning_rate eelxpeng/UnsupervisedDeepLearning-Pytorch/udlp/clustering/vade.py found in paper text by Syntology ran MIT (permissive) · fbb874d411d9eea7 · report
buildNetwork eelxpeng/UnsupervisedDeepLearning-Pytorch/udlp/clustering/vade.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · f0527d9b7e69a1b1 · report
get_module_device addtt/boiler-pytorch/models/mnist_vae.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 41380e1185791a99 · report
log_likelihood_samplesImean_sigma eelxpeng/UnsupervisedDeepLearning-Pytorch/udlp/clustering/vade.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · d2619b31897cb53e · report
log_likelihood_samples_unit_gaussian eelxpeng/UnsupervisedDeepLearning-Pytorch/udlp/clustering/vade.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 7a946359766e7688 · report
BaseGenerativeModel addtt/boiler-pytorch/models/mnist_vae.py found in paper text by Syntology unverified MIT (permissive) · 52f7b3f9c293acc1 · report
BaseModel addtt/boiler-pytorch/models/mnist_vae.py found in paper text by Syntology unverified MIT (permissive) · bb6c3a3a8b164360 · report
Bernoulli Zhiyuan1991/proVLAE/model_ladder_pro_celbA.py found in paper text by Syntology unverified licence not identified · pointer only · 17b77e2df6e4b53f · report
VAE_ladder Zhiyuan1991/proVLAE/model_ladder_pro_celbA.py found in paper text by Syntology unverified licence not identified · pointer only · 8f2b6bf45d13ab4b · report
VaDE eelxpeng/UnsupervisedDeepLearning-Pytorch/udlp/clustering/vade.py found in paper text by Syntology unverified MIT (permissive) · 6c018f96de64c8af · report
cluster_acc identical code first harvested elsewhere unverified licence of this copy not recorded · 4c9bb7ea70e75b6f · report

Tasks

ClusteringDeep Clustering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections