Enhancing variational generation through self-decomposition
In this article we introduce the notion of Split Variational Autoencoder (SVAE), whose output x̂ is obtained as a weighted sum σ⊙x̂_̂1̂ + (1-σ) ⊙x̂_̂2̂ of two generated images x̂_̂1̂,x̂_̂2̂, and σ is a learned compositional map. The network is trained as a usual Variational Autoencoder with a negative loglikelihood loss between training and reconstructed images. The decomposition is nondeterministic, but follows two main schemes, that we may roughly categorize as either "syntactic" or "semantic". In the first case, the map tends to exploit the strong correlation between adjacent pixels, splitting the image in two complementary high frequency sub-images. In the second case, the map typically focuses on the contours of objects, splitting the image in interesting variations of its content, with more marked and distinctive features. In this case, the Fréchet Inception Distance (FID) of x̂_̂1̂ and x̂_̂2̂ is usually lower (hence better) than that of x̂, that clearly suffers from being the average of the formers. In a sense, a SVAE forces the Variational Autoencoder to make choices, in contrast with its intrinsic tendency to average between alternatives with the aim to minimize the reconstruction loss towards a specific sample. According to the FID metric, our technique, tested on typical datasets such as Mnist, Cifar10 and Celeba, allows us to outperform all previous purely variational architectures (not relying on normalization flows).
READ FULL TEXT