CVAILGNov 4, 2021

Unsupervised Learning of Compositional Energy Concepts

arXiv:2111.03042v190 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of comprehensive scene understanding for computer vision applications, offering a unified framework that is incremental over prior work focusing on either global or local factors.

The paper tackles the problem of unsupervised discovery of both global and local visual concepts in images, proposing COMET which represents concepts as energy functions and achieves generalization across datasets and modalities.

Humans are able to rapidly understand scenes by utilizing concepts extracted from prior experience. Such concepts are diverse, and include global scene descriptors, such as the weather or lighting, as well as local scene descriptors, such as the color or size of a particular object. So far, unsupervised discovery of concepts has focused on either modeling the global scene-level or the local object-level factors of variation, but not both. In this work, we propose COMET, which discovers and represents concepts as separate energy functions, enabling us to represent both global concepts as well as objects under a unified framework. COMET discovers energy functions through recomposing the input image, which we find captures independent factors without additional supervision. Sample generation in COMET is formulated as an optimization process on underlying energy functions, enabling us to generate images with permuted and composed concepts. Finally, discovered visual concepts in COMET generalize well, enabling us to compose concepts between separate modalities of images as well as with other concepts discovered by a separate instance of COMET trained on a different dataset. Code and data available at https://energy-based-model.github.io/comet/.

Code Implementations1 repo
Foundations

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

Your Notes