PartitionVAE -- a human-interpretable VAE
Fareed Sheriff, Sameer Pai

TL;DR
PartitionVAE introduces a structured, human-interpretable variation of the VAE by partitioning the latent space into correlated groups, enhancing interpretability and reducing computational complexity.
Contribution
The paper proposes a novel partitioning of the VAE's latent space into correlated groups, improving interpretability and efficiency compared to traditional VAEs.
Findings
Partitions in the latent space correspond to meaningful image features
PartitionVAE achieves comparable reconstruction quality with reduced complexity
Enhanced interpretability of learned representations
Abstract
VAEs, or variational autoencoders, are autoencoders that explicitly learn the distribution of the input image space rather than assuming no prior information about the distribution. This allows it to classify similar samples close to each other in the latent space's distribution. VAEs classically assume the latent space is normally distributed, though many distribution priors work, and they encode this assumption through a K-L divergence term in the loss function. While VAEs learn the distribution of the latent space and naturally make each dimension in the latent space as disjoint from the others as possible, they do not group together similar features -- the image space feature represented by one unit of the representation layer does not necessarily have high correlation with the feature represented by a neighboring unit of the representation layer. This makes it difficult to…
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
TopicsGenerative Adversarial Networks and Image Synthesis · Explainable Artificial Intelligence (XAI) · Human Pose and Action Recognition
MethodsTest
