Decoupling Global and Local Representations via Invertible Generative FlowsDownload PDF

Published: 12 Jan 2021, Last Modified: 05 May 2023ICLR 2021 PosterReaders: Everyone
Keywords: Generative Models, Generative Flow, Normalizing Flow, Image Generation, Representation Learning
Abstract: In this work, we propose a new generative model that is capable of automatically decoupling global and local representations of images in an entirely unsupervised setting, by embedding a generative flow in the VAE framework to model the decoder. Specifically, the proposed model utilizes the variational auto-encoding framework to learn a (low-dimensional) vector of latent variables to capture the global information of an image, which is fed as a conditional input to a flow-based invertible decoder with architecture borrowed from style transfer literature. Experimental results on standard image benchmarks demonstrate the effectiveness of our model in terms of density estimation, image generation and unsupervised representation learning. Importantly, this work demonstrates that with only architectural inductive biases, a generative model with a likelihood-based objective is capable of learning decoupled representations, requiring no explicit supervision. The code for our model is available at \url{https://github.com/XuezheMax/wolf}.
One-sentence Summary: Generative Flow for Decoupled Representation Learning
Code Of Ethics: I acknowledge that I and all co-authors of this work have read and commit to adhering to the ICLR Code of Ethics
Code: [![github](/images/github_icon.svg) XuezheMax/wolf](https://github.com/XuezheMax/wolf)
Data: [CIFAR-10](https://paperswithcode.com/dataset/cifar-10), [CelebA-HQ](https://paperswithcode.com/dataset/celeba-hq)
13 Replies

Loading