CVAILGMar 9, 2023

Open-world Instance Segmentation: Top-down Learning with Bottom-up Supervision

arXiv:2303.05503v211 citationsh-index: 58
AI Analysis

This addresses the deployment challenge of instance segmentation models in real-world scenarios with diverse, unseen objects, offering a solution for applications like robotics and autonomous systems.

The paper tackles the problem of instance segmentation in open-world settings, where models often fail on unseen classes, by proposing UDOS, a method combining top-down learning with bottom-up supervision, achieving significant improvements over state-of-the-art on cross-category and cross-dataset tasks from 5 datasets.

Many top-down architectures for instance segmentation achieve significant success when trained and tested on pre-defined closed-world taxonomy. However, when deployed in the open world, they exhibit notable bias towards seen classes and suffer from significant performance drop. In this work, we propose a novel approach for open world instance segmentation called bottom-Up and top-Down Open-world Segmentation (UDOS) that combines classical bottom-up segmentation algorithms within a top-down learning framework. UDOS first predicts parts of objects using a top-down network trained with weak supervision from bottom-up segmentations. The bottom-up segmentations are class-agnostic and do not overfit to specific taxonomies. The part-masks are then fed into affinity-based grouping and refinement modules to predict robust instance-level segmentations. UDOS enjoys both the speed and efficiency from the top-down architectures and the generalization ability to unseen categories from bottom-up supervision. We validate the strengths of UDOS on multiple cross-category as well as cross-dataset transfer tasks from 5 challenging datasets including MS-COCO, LVIS, ADE20k, UVO and OpenImages, achieving significant improvements over state-of-the-art across the board. Our code and models are available on our project page.

Foundations

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

Your Notes