CVMar 11, 2022

Towards Self-Supervised Learning of Global and Object-Centric Representations

arXiv:2203.05997v214 citationsh-index: 20
Originality Incremental advance
AI Analysis

This work addresses the problem of learning object-centric representations in multi-entity scenes for computer vision researchers, representing an incremental advancement in self-supervised learning methods.

The paper investigates how self-supervised learning transfers to multi-entity scenes by validating key aspects of learning structured object-centric representations on the CLEVR dataset, showing that contrastive losses with matching in latent space avoid pixel-based reconstruction but are sensitive to false negatives and positives.

Self-supervision allows learning meaningful representations of natural images, which usually contain one central object. How well does it transfer to multi-entity scenes? We discuss key aspects of learning structured object-centric representations with self-supervision and validate our insights through several experiments on the CLEVR dataset. Regarding the architecture, we confirm the importance of competition for attention-based object discovery, where each image patch is exclusively attended by one object. For training, we show that contrastive losses equipped with matching can be applied directly in a latent space, avoiding pixel-based reconstruction. However, such an optimization objective is sensitive to false negatives (recurring objects) and false positives (matching errors). Careful consideration is thus required around data augmentation and negative sample selection.

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