LGCVMLJan 21, 2019

Spatial Broadcast Decoder: A Simple Architecture for Learning Disentangled Representations in VAEs

arXiv:1901.07017v2185 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of disentangling features in VAEs for machine learning researchers, offering an architectural prior that is complementary to existing techniques and enhances performance.

The paper tackles the problem of learning disentangled representations in variational autoencoders (VAEs) by introducing the Spatial Broadcast Decoder, a simple architecture that tiles the latent vector across space and uses coordinate channels, resulting in improved disentangling, reconstruction accuracy, and generalization, with dramatic benefits on datasets with small objects.

We present a simple neural rendering architecture that helps variational autoencoders (VAEs) learn disentangled representations. Instead of the deconvolutional network typically used in the decoder of VAEs, we tile (broadcast) the latent vector across space, concatenate fixed X- and Y-"coordinate" channels, and apply a fully convolutional network with 1x1 stride. This provides an architectural prior for dissociating positional from non-positional features in the latent distribution of VAEs, yet without providing any explicit supervision to this effect. We show that this architecture, which we term the Spatial Broadcast decoder, improves disentangling, reconstruction accuracy, and generalization to held-out regions in data space. It provides a particularly dramatic benefit when applied to datasets with small objects. We also emphasize a method for visualizing learned latent spaces that helped us diagnose our models and may prove useful for others aiming to assess data representations. Finally, we show the Spatial Broadcast Decoder is complementary to state-of-the-art (SOTA) disentangling techniques and when incorporated improves their performance.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes