CVOct 19, 2022

Learning to Discover and Detect Objects

arXiv:2210.10774v213 citationsh-index: 91
Originality Incremental advance
AI Analysis

This addresses the problem of automatically discovering and detecting unseen object classes in images for computer vision applications, representing an incremental advance in object detection.

The paper tackles novel class discovery and localization (NCDL) by proposing a two-stage object detection network that learns to classify and localize objects, including novel classes without supervision, achieving significant effectiveness over multi-stage pipelines on datasets like COCO and LVIS.

We tackle the problem of novel class discovery and localization (NCDL). In this setting, we assume a source dataset with supervision for only some object classes. Instances of other classes need to be discovered, classified, and localized automatically based on visual similarity without any human supervision. To tackle NCDL, we propose a two-stage object detection network Region-based NCDL (RNCDL) that uses a region proposal network to localize regions of interest (RoIs). We then train our network to learn to classify each RoI, either as one of the known classes, seen in the source dataset, or one of the novel classes, with a long-tail distribution constraint on the class assignments, reflecting the natural frequency of classes in the real world. By training our detection network with this objective in an end-to-end manner, it learns to classify all region proposals for a large variety of classes, including those not part of the labeled object class vocabulary. Our experiments conducted using COCO and LVIS datasets reveal that our method is significantly more effective than multi-stage pipelines that rely on traditional clustering algorithms. Furthermore, we demonstrate the generality of our approach by applying our method to a large-scale Visual Genome dataset, where our network successfully learns to detect various semantic classes without direct supervision.

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