CVNEOct 17, 2018

Investigating Object Compositionality in Generative Adversarial Networks

arXiv:1810.10340v331 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of generating structured visual scenes for unsupervised learning, representing an incremental improvement over existing object-centric methods.

The authors tackled the problem of generating multi-object images by incorporating object compositionality as an inductive bias into GANs, resulting in improved faithfulness to the reference distribution and enabling unsupervised instance segmentation on datasets like CLEVR.

Deep generative models seek to recover the process with which the observed data was generated. They may be used to synthesize new samples or to subsequently extract representations. Successful approaches in the domain of images are driven by several core inductive biases. However, a bias to account for the compositional way in which humans structure a visual scene in terms of objects has frequently been overlooked. In this work, we investigate object compositionality as an inductive bias for Generative Adversarial Networks (GANs). We present a minimal modification of a standard generator to incorporate this inductive bias and find that it reliably learns to generate images as compositions of objects. Using this general design as a backbone, we then propose two useful extensions to incorporate dependencies among objects and background. We extensively evaluate our approach on several multi-object image datasets and highlight the merits of incorporating structure for representation learning purposes. In particular, we find that our structured GANs are better at generating multi-object images that are more faithful to the reference distribution. More so, we demonstrate how, by leveraging the structure of the learned generative process, one can `invert' the learned generative model to perform unsupervised instance segmentation. On the challenging CLEVR dataset, it is shown how our approach is able to improve over other recent purely unsupervised object-centric approaches to image generation.

Foundations

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

Your Notes