Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CAT: LoCalization and IdentificAtion Cascade Detection Transformer for Open-World Object Detection

About

Open-world object detection (OWOD), as a more general and challenging goal, requires the model trained from data on known objects to detect both known and unknown objects and incrementally learn to identify these unknown objects. The existing works which employ standard detection framework and fixed pseudo-labelling mechanism (PLM) have the following problems: (i) The inclusion of detecting unknown objects substantially reduces the model's ability to detect known ones. (ii) The PLM does not adequately utilize the priori knowledge of inputs. (iii) The fixed selection manner of PLM cannot guarantee that the model is trained in the right direction. We observe that humans subconsciously prefer to focus on all foreground objects and then identify each one in detail, rather than localize and identify a single object simultaneously, for alleviating the confusion. This motivates us to propose a novel solution called CAT: LoCalization and IdentificAtion Cascade Detection Transformer which decouples the detection process via the shared decoder in the cascade decoding way. In the meanwhile, we propose the self-adaptive pseudo-labelling mechanism which combines the model-driven with input-driven PLM and self-adaptively generates robust pseudo-labels for unknown objects, significantly improving the ability of CAT to retrieve unknown objects. Comprehensive experiments on two benchmark datasets, i.e., MS-COCO and PASCAL VOC, show that our model outperforms the state-of-the-art in terms of all metrics in the task of OWOD, incremental object detection (IOD) and open-set detection.

Shuailei Ma, Yuefeng Wang, Jiaqi Fan, Ying Wei, Thomas H. Li, Hongli Liu, Fanbing Lv• 2023

Related benchmarks

TaskDatasetResultRank
Open World Object DetectionMS-COCO OWOD (Task 2)
mAP (Known)67.6
15
Open World Object DetectionMS-COCO OWOD Task 3
mAP (Known Before)51.2
15
Open World Object DetectionMS-COCO OWOD (Task 4)
mAP (Previously Known)45.4
15
Open World Object DetectionM-OWODB Task 1
U-Recall23.7
15
Open World Object DetectionMS-COCO OWOD Task 1
U-Recall24
13
Object DetectionPascal Series VOC [1:10] -> Clipart [11:18]
FSS29.52
9
Object DetectionDiverse Weather Series Daytime Sunny [1:3] -> Night Rainy [4:6]
FSS0.0771
9
Object DetectionDiverse Weather Series Daytime Sunny [1:3] -> Dusk Rainy [4:6]
FSS1.1
9
Open World Object DetectionVOC [1:10] -> Comic [11:14] (test)
FSS7.82
9
Open World Object DetectionDiverse Weather Daytime Sunny [1:2] -> Night Sunny [3:4] -> Night Rainy [5:6] (test)
FSS Score4.01
9
Showing 10 of 21 rows

Other info

Code

Follow for update