Browse State-of-the-Art › Open World Object Detection
Open World Object Detection
30 papers with code · 7 benchmarks · 6 datasets archive 2025-07-28
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.
Description from the archive archive 2025-07-28.
Benchmarks archive 2025-07-28
7 leaderboard tables shown for this task, 7 with rows (a “benchmark” on this site is a table with at least one row, as on /sota), ordered by row count. “Best model” is the first row in the archive's own order at snapshot; nothing is re-ranked here and metric direction is not recorded in the archive. PwC's Trend sparklines are not in the archive, so that column is omitted.
Syntology column: samples harvested from the paper's repositories and executed on synthesized fixtures; “ran” is not a correctness claim and does not order the table. A dash means no Syntology record for that paper, not a recorded non-run. Read from the graph 2026-09-24.
Libraries
Not in the archive: the export carries no per-task library table, so there is nothing to show at snapshot 2025-07-28.
Datasets archive 2025-07-28
6 datasets whose archive record lists this task, ordered by the archive's paper count.
Subtasks archive 2025-07-28
No subtask under this task in the archive's task tree.
Parent tasks archive 2025-07-28
Most implemented papers archive 2025-07-28
30 shown of 30 papers with code (50 tagged with this task in all), ordered by repositories listed in the archive, not by stars (the archive holds no stars, so PwC's “Social” and “Latest” sorts cannot be reproduced). Papers without a page here are shown as plain text.
-
15 Aug 2021 6 repositories listed Syntology ran 0 of 4 samples · 4 unverifiedIn this paper, we identify that the problem is that the binary classifiers in existing proposal methods tend to overfit to the training categories.
-
25 Jun 2023 2 repositories listedWe argue that this contextual information should already be embedded within the known classes.
-
2 Dec 2021 2 repositories listedIn the case of incremental object detection, OW-DETR outperforms the state-of-the-art for all settings on PASCAL VOC.
-
3 Mar 2021 2 repositories listed Syntology ran 0 of 2 samples · 2 unverifiedHumans have a natural instinct to identify unknown object instances in their environments.
-
1 Jan 2025 1 repository listedTo achieve this, we start with a standard OVD detector and adapt it for OWOD tasks.
-
30 Dec 2024 1 repository listedIn this work, we introduce Universal Open-World Object Detection (Uni-OWD), a new paradigm that unifies open-vocabulary and open-world object detection tasks.
-
27 Nov 2024 1 repository listedTo address theses limitations, we propose a framework that enables OVD models to operate in open world settings, by identifying and incrementally learning novel objects.
-
26 Nov 2024 1 repository listedMoreover, we propose a vision-centric 3D open-world object detection baseline and further introduce an ensemble method by fusing general and specialized models to address the issue of lower precision in existing…
-
21 Nov 2024 1 repository listedDINO-X employs the same Transformer-based encoder-decoder architecture as Grounding DINO 1.
-
15 Oct 2024 1 repository listedExploring new knowledge is a fundamental human ability that can be mirrored in the development of deep neural networks, especially in the field of object detection.
-
8 Oct 2024 1 repository listedTo mitigate the inaccurate region classification in OVD, we propose a new Shape-Invariant Adapter named SIA-OVD to bridge the image-region gap in the OVD task.
-
8 Apr 2024 1 repository listedObject detection is critical in autonomous driving, and it is more practical yet challenging to localize objects of unknown categories: an endeavour known as Class-Agnostic Object Detection (CAOD).
-
19 Mar 2024 1 repository listedThis paper explores the potential of Large Language Models(LLMs) in zero-shot anomaly detection for safe visual navigation.
-
25 Feb 2024 1 repository listed Syntology ran 2 of 4 samples · 2 unverified · 4 pointer-only (licence)We demonstrate the effectiveness of our SS-OWOD problem setting and approach for remote sensing object detection, proposing carefully curated splits and baseline performance evaluations.
-
1 Jan 2024 1 repository listedTo address this problem we exploit three levels of orthogonality in the detection process: First the objectness and classification heads are disentangled by operating on separate sets of features that are orthogonal to…
-
14 Dec 2023 1 repository listedAblation experiments demonstrate that both of them are effective in mitigating the impact of open-world knowledge distillation on the learning of known objects.
-
4 Nov 2023 1 repository listedThis is because the predictor is inevitably biased to the known categories, and fails under the shift in the appearance of the unseen categories.
-
2 Nov 2023 1 repository listed Syntology ran 4 of 11 samples · 7 unverified · 11 pointer-only (licence)Building on the success of powerful image-level vision-language (ViL) foundation models like CLIP, recent efforts have sought to harness their capabilities by either training a contrastive model from scratch with an…
-
31 Aug 2023 1 repository listed Syntology ran 2 of 3 samples · 1 unverified · 3 pointer-only (licence)Open-World Object Detection (OWOD) extends object detection problem to a realistic and dynamic scenario, where a detection model is required to be capable of detecting both known and unknown objects and incrementally…
-
17 Jul 2023 1 repository listed Syntology ran 12 of 16 samples · 4 unverified · 16 pointer-only (licence)First, as the randomization is independent of the distribution of the limited known objects, the random proposals become the instrumental variable that prevents the training from being confounded by the known objects.
-
24 Mar 2023 1 repository listed Syntology ran 4 of 4 samples · 0 unverifiedThe recently proposed open-world object and open-set detection have achieved a breakthrough in finding never-seen-before objects and distinguishing them from known ones.
-
21 Mar 2023 1 repository listed Syntology ran 1 of 3 samples · 2 unverifiedIn this paper, we formally address universal object detection, which aims to detect every scene and predict every category.
-
21 Mar 2023 1 repository listedWe propose leveraging the VL as the ``Brain'' of the open-world detector by simply generating unknown labels.
-
1 Jan 2023 1 repository listedTo the best of our knowledge, this is the first OWOD work without manual unknown selection.
-
22 Dec 2022 1 repository listedWe address the task of open-world class-agnostic object detection, i.
-
2 Dec 2022 1 repository listedThe resulting Probabilistic Objectness transformer-based open-world detector, PROB, integrates our framework into traditional object detection models, adapting them for the open-world setting.
-
23 Jul 2022 1 repository listedIn this work, we propose a novel OWOD problem called Unknown-Classified Open World Object Detection (UC-OWOD).
-
12 May 2022 1 repository listedIn 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.
-
3 Jan 2022 1 repository listed Syntology ran 2 of 4 samples · 2 unverifiedOpen 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.
-
22 Nov 2021 1 repository listedThis has been a long-standing question in computer vision.
Syntology lines on 9 of the papers shown; no Syntology record for the others (a paper without an arXiv id cannot be joined to the graph, and absence from the graph layer is not a recorded non-run). “Ran” means the sample executed on a synthesized fixture, not that the paper's result was reproduced. Read from the graph 2026-09-24.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections