Open World Object Detection
14 papers with code • 6 benchmarks • 6 datasets
Open World Object Detection is a computer vision problem where a model is tasked to: 1) identify objects that have not been introduced to it as `unknown', without explicit supervision to do so, and 2) incrementally learn these identified unknown categories without forgetting previously learned classes, when the corresponding labels are progressively received.
Most implemented papers
Towards Open World Object Detection
Humans have a natural instinct to identify unknown object instances in their environments.
Learning Open-World Object Proposals without Learning to Classify
In this paper, we identify that the problem is that the binary classifiers in existing proposal methods tend to overfit to the training categories.
OW-DETR: Open-world Detection Transformer
In the case of incremental object detection, OW-DETR outperforms the state-of-the-art for all settings on PASCAL VOC.
Class-agnostic Object Detection with Multi-modal Transformer
This has been a long-standing question in computer vision.
Revisiting Open World Object Detection
Open World Object Detection (OWOD), simulating the real dynamic world where knowledge grows continuously, attempts to detect both known and unknown classes and incrementally learn the identified unknown ones.
Localized Vision-Language Matching for Open-vocabulary Object Detection
In this work, we propose an open-vocabulary object detection method that, based on image-caption pairs, learns to detect novel object classes along with a given set of known classes.
UC-OWOD: Unknown-Classified Open World Object Detection
In this work, we propose a novel OWOD problem called Unknown-Classified Open World Object Detection (UC-OWOD).
PROB: Probabilistic Objectness for Open World Object Detection
The resulting Probabilistic Objectness transformer-based open-world detector, PROB, integrates our framework into traditional object detection models, adapting them for the open-world setting.
GOOD: Exploring Geometric Cues for Detecting Objects in an Open World
We address the task of open-world class-agnostic object detection, i. e., detecting every object in an image by learning from a limited number of base object classes.
Annealing-Based Label-Transfer Learning for Open World Object Detection
To the best of our knowledge, this is the first OWOD work without manual unknown selection.