CVAILGMar 16, 2022

Object discovery and representation networks

DeepMind
arXiv:2203.08777v399 citationsh-index: 188
Originality Highly original
AI Analysis

It addresses the need for simpler and more general SSL methods in computer vision, though it appears incremental by building on prior work that includes image structure.

The paper tackles the problem of self-supervised learning (SSL) by proposing a method that discovers image structure without hand-crafted segmentations or specialized augmentations, achieving state-of-the-art transfer learning results on COCO, PASCAL, Cityscapes, and DAVIS datasets.

The promise of self-supervised learning (SSL) is to leverage large amounts of unlabeled data to solve complex tasks. While there has been excellent progress with simple, image-level learning, recent methods have shown the advantage of including knowledge of image structure. However, by introducing hand-crafted image segmentations to define regions of interest, or specialized augmentation strategies, these methods sacrifice the simplicity and generality that makes SSL so powerful. Instead, we propose a self-supervised learning paradigm that discovers this image structure by itself. Our method, Odin, couples object discovery and representation networks to discover meaningful image segmentations without any supervision. The resulting learning paradigm is simpler, less brittle, and more general, and achieves state-of-the-art transfer learning results for object detection and instance segmentation on COCO, and semantic segmentation on PASCAL and Cityscapes, while strongly surpassing supervised pre-training for video segmentation on DAVIS.

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