CVFeb 24, 2022

FreeSOLO: Learning to Segment Objects without Annotations

arXiv:2202.12181v2148 citationsHas Code
Originality Highly original
AI Analysis

This addresses the need for cheaper and scalable object segmentation in computer vision, representing a significant advance as it is the first successful demonstration of unsupervised class-agnostic instance segmentation.

The paper tackles the problem of instance segmentation without costly annotations by proposing FreeSOLO, a fully unsupervised learning method that achieves 9.8% AP_{50} on COCO, outperforming some annotation-based methods and showing 100% relative improvements in box localization over prior unsupervised approaches.

Instance segmentation is a fundamental vision task that aims to recognize and segment each object in an image. However, it requires costly annotations such as bounding boxes and segmentation masks for learning. In this work, we propose a fully unsupervised learning method that learns class-agnostic instance segmentation without any annotations. We present FreeSOLO, a self-supervised instance segmentation framework built on top of the simple instance segmentation method SOLO. Our method also presents a novel localization-aware pre-training framework, where objects can be discovered from complicated scenes in an unsupervised manner. FreeSOLO achieves 9.8% AP_{50} on the challenging COCO dataset, which even outperforms several segmentation proposal methods that use manual annotations. For the first time, we demonstrate unsupervised class-agnostic instance segmentation successfully. FreeSOLO's box localization significantly outperforms state-of-the-art unsupervised object detection/discovery methods, with about 100% relative improvements in COCO AP. FreeSOLO further demonstrates superiority as a strong pre-training method, outperforming state-of-the-art self-supervised pre-training methods by +9.8% AP when fine-tuning instance segmentation with only 5% COCO masks. Code is available at: github.com/NVlabs/FreeSOLO

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